Searched refs:xmlSAXHandlerPtr (Results 1 - 18 of 18) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/include/libxml/ |
H A D | parser.h | 871 xmlSAXUserParseFile (xmlSAXHandlerPtr sax, 875 xmlSAXUserParseMemory (xmlSAXHandlerPtr sax, 880 xmlSAXParseDoc (xmlSAXHandlerPtr sax, 884 xmlSAXParseMemory (xmlSAXHandlerPtr sax, 889 xmlSAXParseMemoryWithData (xmlSAXHandlerPtr sax, 895 xmlSAXParseFile (xmlSAXHandlerPtr sax, 899 xmlSAXParseFileWithData (xmlSAXHandlerPtr sax, 904 xmlSAXParseEntity (xmlSAXHandlerPtr sax, 912 xmlSAXParseDTD (xmlSAXHandlerPtr sax, 919 xmlIOParseDTD (xmlSAXHandlerPtr sa [all...] |
H A D | DOCBparser.h | 36 typedef xmlSAXHandlerPtr docbSAXHandlerPtr;
|
H A D | xmlschemas.h | 174 xmlSAXHandlerPtr sax, 189 xmlSAXHandlerPtr *sax,
|
H A D | HTMLparser.h | 31 typedef xmlSAXHandlerPtr htmlSAXHandlerPtr;
|
H A D | tree.h | 44 typedef xmlSAXHandler *xmlSAXHandlerPtr; typedef
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | testHTML.c | 88 static xmlSAXHandlerPtr emptySAXHandler = &emptySAXHandlerStruct; 89 extern xmlSAXHandlerPtr debugSAXHandler; 612 xmlSAXHandlerPtr debugSAXHandler = &debugSAXHandlerStruct;
|
H A D | testSAX.c | 238 static xmlSAXHandlerPtr emptySAXHandler = &emptySAXHandlerStruct; 239 extern xmlSAXHandlerPtr debugSAXHandler; 871 xmlSAXHandlerPtr debugSAXHandler = &debugSAXHandlerStruct; 995 static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct;
|
H A D | legacy.c | 202 *((xmlSAXHandlerPtr *) result) = ctxt->sax; 320 ctxt->sax = *((xmlSAXHandlerPtr *) value);
|
H A D | parser.c | 221 xmlSAXHandlerPtr sax, 10940 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, 10972 if (ctxt->sax != (xmlSAXHandlerPtr) &xmlDefaultSAXHandler) 10975 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler)); 11085 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, 11104 if (ctxt->sax != (xmlSAXHandlerPtr) &xmlDefaultSAXHandler) 11107 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler)); 11152 xmlIOParseDTD(xmlSAXHandlerPtr sax, xmlParserInputBufferPtr input, 11271 xmlSAXParseDTD(xmlSAXHandlerPtr sax, const xmlChar *ExternalID, 11420 xmlSAXHandlerPtr oldsa [all...] |
H A D | xmllint.c | 873 static xmlSAXHandlerPtr emptySAXHandler = &emptySAXHandlerStruct; 874 extern xmlSAXHandlerPtr debugSAXHandler; 1496 xmlSAXHandlerPtr debugSAXHandler = &debugSAXHandlerStruct; 1620 static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct; 1624 xmlSAXHandlerPtr handler; 1629 xmlSAXHandlerPtr old_sax = NULL;
|
H A D | SAX2.c | 2783 xmlSAXVersion((xmlSAXHandlerPtr) &xmlDefaultSAXHandler, 1); 2840 xmlSAX2InitHtmlDefaultSAXHandler((xmlSAXHandlerPtr) &htmlDefaultSAXHandler); 2898 xmlSAX2InitDocbDefaultSAXHandler((xmlSAXHandlerPtr) &docbDefaultSAXHandler);
|
H A D | runtest.c | 768 static xmlSAXHandlerPtr emptySAXHandler = &emptySAXHandlerStruct; 1396 static xmlSAXHandlerPtr debugSAXHandler = &debugSAXHandlerStruct; 1520 static xmlSAXHandlerPtr debugSAX2Handler = &debugSAX2HandlerStruct; 1635 static xmlSAXHandlerPtr debugHTMLSAXHandler = &debugHTMLSAXHandlerStruct;
|
H A D | testapi.c | 458 static xmlSAXHandlerPtr gen_xmlSAXHandlerPtr(int no, int nr ATTRIBUTE_UNUSED) { 460 if (no == 0) return((xmlSAXHandlerPtr) &xmlDefaultSAXHandler); 464 static void des_xmlSAXHandlerPtr(int no ATTRIBUTE_UNUSED, xmlSAXHandlerPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { 12627 xmlSAXHandlerPtr sax; /* a SAX handler */ 13141 xmlSAXHandlerPtr sax; /* the SAX handler block or NULL */ 13468 xmlSAXHandlerPtr sax; /* the SAX handler bloc (possibly NULL) */ 13494 if (sax == (xmlSAXHandlerPtr)&xmlDefaultSAXHandler) user_data = NULL; 13544 xmlSAXHandlerPtr sax; /* the SAX handler bloc (possibly NULL) */ 13574 if (sax == (xmlSAXHandlerPtr)&xmlDefaultSAXHandler) user_data = NULL; 13917 xmlSAXHandlerPtr sa [all...] |
H A D | parserInternals.c | 1708 (ctxt->sax != (xmlSAXHandlerPtr) &xmlDefaultSAXHandler))
|
H A D | HTMLparser.c | 4288 if (sax == NULL) ctxt->sax = (xmlSAXHandlerPtr) &htmlDefaultSAXHandler; 5407 if (ctxt->sax != (xmlSAXHandlerPtr) &htmlDefaultSAXHandler)
|
H A D | xmlschemas.c | 975 xmlSAXHandlerPtr sax; 28043 xmlSAXHandlerPtr user_sax; 28046 xmlSAXHandlerPtr schemas_sax; 28055 xmlSAXHandlerPtr *user_sax_ptr; 28056 xmlSAXHandlerPtr user_sax; 28377 * @sax: a pointer to the original xmlSAXHandlerPtr 28389 xmlSAXHandlerPtr *sax, void **user_data) 28392 xmlSAXHandlerPtr old_sax; 28532 xmlSAXHandlerPtr *sax; 28571 xmlSAXHandlerPtr sa [all...] |
H A D | xmlreader.c | 102 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */
|
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | libxml.c | 1305 xmlSAXHandlerPtr SAX = NULL; 1337 xmlSAXHandlerPtr SAX = NULL; 1371 xmlSAXHandlerPtr SAX = NULL; 1400 xmlSAXHandlerPtr SAX = NULL;
|
Completed in 383 milliseconds