• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/

Lines Matching refs:parser

2  * xmlIO.c : implementation of the I/O interfaces used by the parser
80 #include <libxml/parser.h>
440 * @ctx: the parser context
2056 * Register a new set of I/O callback for handling parser input.
2206 * Create a buffered parser input for progressive parsing
2208 * Returns the new parser input or NULL
2245 * Create a buffered parser output
2247 * Returns the new parser output or NULL
2285 * @in: a buffered parser input
2287 * Free up the memory used by a buffered parser input
2420 * Create a buffered parser input for the progressive parsing of a file
2426 * Returns the new parser input or NULL
2591 * Create a buffered parser input for the progressive parsing of a FILE *
2594 * Returns the new parser input or NULL
2624 * Returns the new parser output or NULL
2652 * Returns the new parser output or NULL
2676 * Create a buffered parser input for the progressive parsing for the input
2679 * Returns the new parser input or NULL
2703 * Create a buffered parser input for the progressive parsing for the input
2706 * Returns the new parser input or NULL
2737 * Create a buffered parser input for the progressive parsing for the input
2742 * Returns the new parser input or NULL
2785 * Returns the new parser output or NULL
2811 * Create a buffered parser input for the progressive parsing for the input
2814 * Returns the new parser input or NULL
2844 * Returns the new parser output or NULL
2908 * @in: a buffered parser input
2914 * This is used when operating the parser in progressive (push) mode.
2941 * convert as much as possible to the parser reading buffer.
2980 * @in: a buffered parser input
2985 * This routine is used when operating the parser in normal (pull) mode
3052 * convert as much as possible to the parser reading buffer.
3077 * @in: a buffered parser input
3102 * @out: a buffered parser output
3148 * convert as much as possible to the parser reading buffer.
3264 * @out: a buffered parser output
3387 * @out: a buffered parser output
3430 * convert as much as possible to the parser reading buffer.
3525 * @ctxt: an XML parser context
3526 * @ret: an XML parser input