• 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  * xmlIO.c : implementation of the I/O interfaces used by the parser
84 #include <libxml/parser.h>
447 * @ctx: the parser context
2072 * Register a new set of I/O callback for handling parser input.
2222 * Create a buffered parser input for progressive parsing
2224 * Returns the new parser input or NULL
2261 * Create a buffered parser output
2263 * Returns the new parser output or NULL
2307 * Create a buffered parser output
2309 * Returns the new parser output or NULL
2362 * @in: a buffered parser input
2364 * Free up the memory used by a buffered parser input
2497 * Create a buffered parser input for the progressive parsing of a file
2503 * Returns the new parser input or NULL
2668 * Create a buffered parser input for the progressive parsing of a FILE *
2671 * Returns the new parser input or NULL
2701 * Returns the new parser output or NULL
2729 * Returns the new parser output or NULL
2753 * Create a buffered parser input for the progressive parsing for the input
2756 * Returns the new parser input or NULL
2780 * Create a buffered parser input for the progressive parsing for the input
2783 * Returns the new parser input or NULL
2814 * Create a buffered parser input for the progressive parsing for the input
2819 * Returns the new parser input or NULL
2862 * Returns the new parser output or NULL
2888 * Create a buffered parser input for the progressive parsing for the input
2891 * Returns the new parser input or NULL
2921 * Returns the new parser output or NULL
2985 * @in: a buffered parser input
2991 * This is used when operating the parser in progressive (push) mode.
3018 * convert as much as possible to the parser reading buffer.
3057 * @in: a buffered parser input
3062 * This routine is used when operating the parser in normal (pull) mode
3129 * convert as much as possible to the parser reading buffer.
3154 * @in: a buffered parser input
3179 * @out: a buffered parser output
3225 * convert as much as possible to the parser reading buffer.
3341 * @out: a buffered parser output
3475 * @out: a buffered parser output
3518 * convert as much as possible to the parser reading buffer.
3616 * @ctxt: an XML parser context
3617 * @ret: an XML parser input