• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching refs:parser

2  * parser.c : an XML 1.0 parser, namespaces and validity support are mostly
13 * Okay this is a big file, the parser core is around 7000 lines, then it
14 * is followed by the progressive parser top routines, then the various
15 * high level APIs to call the parser and a few miscellaneous functions.
49 #include <libxml/parser.h>
88 * Arbitrary limits set in the parser. See XML_PARSE_HUGE *
108 * This is not a limitation of the parser but a safety
110 * parser option.
177 * process. This is not a limitation of the parser but a safety
179 * parser option.
234 * @ctxt: an XML parser context
269 * @ctxt: an XML parser context
273 * Handle a fatal parser error, i.e. violating Well-Formedness constraints
476 * @ctxt: an XML parser context
480 * Handle a fatal parser error, i.e. violating Well-Formedness constraints
502 * @ctxt: an XML parser context
533 * @ctxt: an XML parser context
567 * @ctxt: an XML parser context
572 * Handle a fatal parser error, i.e. violating Well-Formedness constraints
595 * @ctxt: an XML parser context
602 * Handle a fatal parser error, i.e. violating Well-Formedness constraints
627 * @ctxt: an XML parser context
632 * Handle a fatal parser error, i.e. violating Well-Formedness constraints
656 * @ctxt: an XML parser context
661 * Handle a non fatal parser error
680 * @ctxt: an XML parser context
686 * Handle a fatal parser error, i.e. violating Well-Formedness constraints
709 * @ctxt: an XML parser context
715 * Handle a fatal parser error, i.e. violating Well-Formedness constraints
954 * @ctxt: an XML parser context
1086 * @ctxt: an XML parser context
1197 * @ctxt: an XML parser context
1246 * @ctxt: an XML parser context
1351 * @ctxt: an XML parser context
1355 * Pushes a new parser namespace on top of the ns stack
1403 * @ctxt: an XML parser context
1406 * Pops the top @nr parser prefix/namespace from the ns stack
1467 * @ctxt: an XML parser context
1468 * @value: the parser input
1470 * Pushes a new parser input on top of the input stack
1499 * @ctxt: an XML parser context
1501 * Pops the top parser input from the input stack
1525 * @ctxt: an XML parser context
1564 * @ctxt: an XML parser context
1591 * @ctxt: an XML parser context
1637 * @ctxt: an XML parser context
1663 * @ctxt: an XML parser context
1696 * @ctxt: an XML parser context
1752 * Macros for accessing the content. Those should be used only by the parser,
1762 * This should be used internally by the parser
1770 * strings without newlines within the parser.
1772 * defined char within the parser.
1884 * @ctxt: the XML parser context
1950 * @ctxt: an XML parser context
1955 * Returns the current xmlChar in the parser context
1972 * @ctxt: an XML parser context
1973 * @input: an XML parser input fragment (entity, XML fragment ...).
1999 * @ctxt: an XML parser context
2101 * @ctxt: an XML parser context
2192 * @ctxt: an XML parser context
2243 * @ctxt: the parser context
2451 * @ctxt: the parser context
2632 * @ctxt: the parser context
2664 * @ctxt: an XML parser context
2739 * @ctxt: an XML parser context
2740 * @name: an XML parser context
2910 * The parser itself *
2934 * new XML_PARSE_OLD10 option is given to the parser.
3109 * @ctxt: an XML parser context
3195 * @ctxt: an XML parser context
3247 * @ctxt: an XML parser context
3286 * @ctxt: an XML parser context
3365 * @ctxt: an XML parser context
3443 * @ctxt: an XML parser context
3583 * @ctxt: an XML parser context
3789 * @ctxt: an XML parser context
3792 * Note: the parser won't do substitution of entities here, this
3815 * by a non-validating parser as if declared CDATA.
3829 * @ctxt: an XML parser context
3907 * @ctxt: an XML parser context
4023 * @ctxt: an XML parser context
4176 * @ctxt: an XML parser context
4263 * @ctxt: an XML parser context
4346 * @ctxt: an XML parser context
4468 * @ctxt: an XML parser context
4624 * @ctxt: an XML parser context
4671 * @ctxt: an XML parser context
4732 * @ctxt: an XML parser context
4867 * @ctxt: an XML parser context
4940 * @ctxt: an XML parser context
5208 * @ctxt: an XML parser context
5271 * @ctxt: an XML parser context
5340 * @ctxt: an XML parser context
5406 * @ctxt: an XML parser context
5440 * @ctxt: an XML parser context
5516 * @ctxt: an XML parser context
5650 * @ctxt: an XML parser context
5756 * @ctxt: an XML parser context
6043 * @ctxt: an XML parser context
6087 * @ctxt: an XML parser context
6187 * if called from the parser. Avoid duplicating the
6202 * @ctxt: an XML parser context
6355 * @ctxt: an XML parser context
6426 * @ctxt: an XML parser context
6499 * @ctxt: an XML parser context
6588 * @ctxt: an XML parser context
6593 * or if the parser was asked to switch to that mode.
6993 * @ctxt: an XML parser context
7055 * entities which may have stored in the parser context.
7164 * @ctxt: an XML parser context
7242 * entities which may have stored in the parser context.
7351 * @ctxt: an XML parser context
7484 * @ctxt: an XML parser context
7568 * @ctxt: an XML parser context
7684 * @ctxt: an XML parser context
7759 * @ctxt: an XML parser context
7817 * @ctxt: an XML parser context
7911 * @ctxt: an XML parser context
8067 * @ctxt: an XML parser context
8131 * @ctxt: an XML parser context
8156 * @ctxt: an XML parser context
8180 * @ctxt: an XML parser context
8260 * @ctxt: an XML parser context
8313 * @ctxt: an XML parser context
8339 * by a non-validating parser as if declared CDATA.
8471 * @ctxt: an XML parser context
8588 * @ctxt: an XML parser context
9040 * @ctxt: an XML parser context
9118 * @ctxt: an XML parser context
9218 * @ctxt: an XML parser context
9301 * @ctxt: an XML parser context
9477 * @ctxt: an XML parser context
9537 * @ctxt: an XML parser context
9584 * @ctxt: an XML parser context
9646 * @ctxt: an XML parser context
9696 * If no encoding was passed to the parser, that we are
9743 * @ctxt: an XML parser context
9827 * @ctxt: an XML parser context
9935 * @ctxt: an XML parser context
9958 * @ctxt: an XML parser context
9967 * Returns 0, -1 in case of error. the parser context is augmented
10133 * @ctxt: an XML parser context
10141 * Returns 0, -1 in case of error. the parser context is augmented
10244 * @ctxt: an XML parser context
10253 * parser, do not use liberally.
10324 * @ctxt: an XML parser context
10448 * @ctxt: an XML parser context
10855 * of the parser.
11388 * @ctxt: an XML parser context
11490 * I/O front end functions to the parser *
11502 * Create a parser context for using the XML parser in push mode.
11510 * Returns the new parser context or NULL
11532 xmlErrMemory(NULL, "creating parser: out of memory\n");
11628 * @ctxt: an XML parser context
11630 * Blocks further parser processing
11653 * Create a parser context for using the XML parser with an existing
11656 * Returns the new parser context or NULL
11754 * generate a parser input from the I/O handler
12007 * the parser error code otherwise
12209 * @oldctxt: the previous parser context if available
12220 * the parser error code otherwise
12428 * the parser error code otherwise
12448 * called by the parser
12455 * the parser error code otherwise
12470 * @user_data: the user data field for the parser context
12475 * called by the parser
12481 * Returns XML_ERR_OK if the chunk is well balanced, and the parser
12664 * Returns XML_ERR_OK if the chunk is well balanced, and the parser
12865 * called by the parser
12872 * the parser error code otherwise
13090 * Create a parser context for an external entity
13094 * Returns the new parser context or NULL
13154 * Create a parser context for a file or URL content.
13158 * Returns the new parser context or NULL
13169 xmlErrMemory(NULL, "cannot allocate parser context");
13196 * Create a parser context for a file content.
13200 * Returns the new parser context or NULL
13222 * User data (void *) is stored within the parser context in the
13351 * @ctxt: an XML parser context
13355 * Setup the parser context to parse a new buffer; Clears any prior
13356 * contents from the parser context. The buffer parameter must not be
13444 * Create a parser context for an XML in-memory document.
13446 * Returns the new parser context or NULL
13501 * User data (void *) is stored within the parser context in the
13645 * Creates a parser context for an XML in-memory document.
13647 * Returns the new parser context or NULL
13778 * Initialization function for the XML parser.
13822 * parser state, it cleans up memory allocated by the library itself.
13877 * @ctxt: an XML parser context
13879 * Reset a parser context
13975 * @ctxt: an XML parser context
13981 * Reset a push parser context
14086 * @ctxt: an XML parser context
14090 * Applies the options to the parser context
14214 * @ctxt: an XML parser context
14217 * Applies the options to the parser context
14230 * @ctxt: an XML parser context
14430 * @ctxt: an XML parser context
14437 * This reuses the existing @ctxt parser context
14464 * @ctxt: an XML parser context
14470 * This reuses the existing @ctxt parser context
14497 * @ctxt: an XML parser context
14505 * This reuses the existing @ctxt parser context
14540 * @ctxt: an XML parser context
14547 * This reuses the existing @ctxt parser context
14583 * @ctxt: an XML parser context
14592 * This reuses the existing @ctxt parser context