Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libxml2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
libraries
libxml2
Commits
7a2fc9ba0a4f
Commit
7a2fc9ba0a4f
authored
3 years ago
by
Nick Wellnhofer
Browse files
Options
Downloads
Patches
Plain Diff
Deprecate all functions in DOCBparser.h
parent
fcd171a9f295
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/libxml/DOCBparser.h
+10
-0
10 additions, 0 deletions
include/libxml/DOCBparser.h
with
10 additions
and
0 deletions
include/libxml/DOCBparser.h
+
10
−
0
View file @
7a2fc9ba
...
...
@@ -41,9 +41,10 @@
/*
* There is only few public functions.
*/
XML_DEPRECATED
XMLPUBFUN
int
XMLCALL
docbEncodeEntities
(
unsigned
char
*
out
,
int
*
outlen
,
const
unsigned
char
*
in
,
int
*
inlen
,
int
quoteChar
);
...
...
@@ -44,11 +45,12 @@
XMLPUBFUN
int
XMLCALL
docbEncodeEntities
(
unsigned
char
*
out
,
int
*
outlen
,
const
unsigned
char
*
in
,
int
*
inlen
,
int
quoteChar
);
XML_DEPRECATED
XMLPUBFUN
docbDocPtr
XMLCALL
docbSAXParseDoc
(
xmlChar
*
cur
,
const
char
*
encoding
,
docbSAXHandlerPtr
sax
,
void
*
userData
);
...
...
@@ -50,8 +52,9 @@
XMLPUBFUN
docbDocPtr
XMLCALL
docbSAXParseDoc
(
xmlChar
*
cur
,
const
char
*
encoding
,
docbSAXHandlerPtr
sax
,
void
*
userData
);
XML_DEPRECATED
XMLPUBFUN
docbDocPtr
XMLCALL
docbParseDoc
(
xmlChar
*
cur
,
const
char
*
encoding
);
...
...
@@ -55,8 +58,9 @@
XMLPUBFUN
docbDocPtr
XMLCALL
docbParseDoc
(
xmlChar
*
cur
,
const
char
*
encoding
);
XML_DEPRECATED
XMLPUBFUN
docbDocPtr
XMLCALL
docbSAXParseFile
(
const
char
*
filename
,
const
char
*
encoding
,
docbSAXHandlerPtr
sax
,
void
*
userData
);
...
...
@@ -58,8 +62,9 @@
XMLPUBFUN
docbDocPtr
XMLCALL
docbSAXParseFile
(
const
char
*
filename
,
const
char
*
encoding
,
docbSAXHandlerPtr
sax
,
void
*
userData
);
XML_DEPRECATED
XMLPUBFUN
docbDocPtr
XMLCALL
docbParseFile
(
const
char
*
filename
,
const
char
*
encoding
);
...
...
@@ -67,5 +72,6 @@
/**
* Interfaces for the Push mode.
*/
XML_DEPRECATED
XMLPUBFUN
void
XMLCALL
docbFreeParserCtxt
(
docbParserCtxtPtr
ctxt
);
...
...
@@ -70,5 +76,6 @@
XMLPUBFUN
void
XMLCALL
docbFreeParserCtxt
(
docbParserCtxtPtr
ctxt
);
XML_DEPRECATED
XMLPUBFUN
docbParserCtxtPtr
XMLCALL
docbCreatePushParserCtxt
(
docbSAXHandlerPtr
sax
,
void
*
user_data
,
...
...
@@ -76,8 +83,9 @@
int
size
,
const
char
*
filename
,
xmlCharEncoding
enc
);
XML_DEPRECATED
XMLPUBFUN
int
XMLCALL
docbParseChunk
(
docbParserCtxtPtr
ctxt
,
const
char
*
chunk
,
int
size
,
int
terminate
);
...
...
@@ -79,8 +87,9 @@
XMLPUBFUN
int
XMLCALL
docbParseChunk
(
docbParserCtxtPtr
ctxt
,
const
char
*
chunk
,
int
size
,
int
terminate
);
XML_DEPRECATED
XMLPUBFUN
docbParserCtxtPtr
XMLCALL
docbCreateFileParserCtxt
(
const
char
*
filename
,
const
char
*
encoding
);
...
...
@@ -84,6 +93,7 @@
XMLPUBFUN
docbParserCtxtPtr
XMLCALL
docbCreateFileParserCtxt
(
const
char
*
filename
,
const
char
*
encoding
);
XML_DEPRECATED
XMLPUBFUN
int
XMLCALL
docbParseDocument
(
docbParserCtxtPtr
ctxt
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment