Home
last modified time | relevance | path

Searched defs:sax (Results 1 – 25 of 28) sorted by relevance

12

/external/cronet/tot/third_party/libxml/src/
Dparser.c938 xmlSAXHandlerPtr sax; in xmlCtxtInitializeLate() local
11553 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, in xmlCreatePushParserCtxt()
11610 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, in xmlCreateIOParserCtxt()
11658 xmlIOParseDTD(xmlSAXHandlerPtr sax, xmlParserInputBufferPtr input, in xmlIOParseDTD()
11749 xmlSAXParseDTD(xmlSAXHandlerPtr sax, const xmlChar *ExternalID, in xmlSAXParseDTD()
12134 xmlParseExternalEntity(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, in xmlParseExternalEntity()
12178 xmlParseBalancedChunkMemory(xmlDocPtr doc, xmlSAXHandlerPtr sax, in xmlParseBalancedChunkMemory()
12442 xmlParseBalancedChunkMemoryRecover(xmlDocPtr doc, xmlSAXHandlerPtr sax, in xmlParseBalancedChunkMemoryRecover()
12511 xmlSAXParseEntity(xmlSAXHandlerPtr sax, const char *filename) { in xmlSAXParseEntity()
12700 xmlSAXParseFileWithData(xmlSAXHandlerPtr sax, const char *filename, in xmlSAXParseFileWithData()
[all …]
DHTMLparser.c4899 htmlInitParserCtxt(htmlParserCtxtPtr ctxt, const htmlSAXHandler *sax, in htmlInitParserCtxt()
5028 htmlNewSAXParserCtxt(const htmlSAXHandler *sax, void *userData) in htmlNewSAXParserCtxt()
5838 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax, void *user_data, in htmlCreatePushParserCtxt()
5888 htmlSAXHandlerPtr sax, void *userData) { in htmlSAXParseDoc()
5994 htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax, in htmlSAXParseFile()
DparserInternals.c2705 xmlInitSAXParserCtxt(xmlParserCtxtPtr ctxt, const xmlSAXHandler *sax, in xmlInitSAXParserCtxt()
3000 xmlNewSAXParserCtxt(const xmlSAXHandler *sax, void *userData) in xmlNewSAXParserCtxt()
Dtestapi.c1537 htmlSAXHandlerPtr sax; /* a SAX handler (optional) */ in test_htmlCreatePushParserCtxt() local
2280 const htmlSAXHandler * sax; /* SAX handler */ in test_htmlNewSAXParserCtxt() local
2807 htmlSAXHandlerPtr sax; /* the SAX handler block */ in test_htmlSAXParseDoc() local
2862 htmlSAXHandlerPtr sax; /* the SAX handler block */ in test_htmlSAXParseFile() local
11776 xmlSAXHandlerPtr sax; /* a SAX handler (optional) */ in test_xmlCreatePushParserCtxt() local
12708 xmlSAXHandlerPtr sax; /* the SAX handler block or NULL */ in test_xmlIOParseDTD() local
13242 const xmlSAXHandler * sax; /* SAX handler */ in test_xmlNewSAXParserCtxt() local
13289 xmlSAXHandlerPtr sax; /* the SAX handler block (possibly NULL) */ in test_xmlParseBalancedChunkMemory() local
13365 xmlSAXHandlerPtr sax; /* the SAX handler block (possibly NULL) */ in test_xmlParseBalancedChunkMemoryRecover() local
13741 xmlSAXHandlerPtr sax; /* the SAX handler block (possibly NULL) */ in test_xmlParseExternalEntity() local
[all …]
Dxmlreader.c101 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */ member
/external/cronet/stable/third_party/libxml/src/
Dparser.c938 xmlSAXHandlerPtr sax; in xmlCtxtInitializeLate() local
11553 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, in xmlCreatePushParserCtxt()
11610 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, in xmlCreateIOParserCtxt()
11658 xmlIOParseDTD(xmlSAXHandlerPtr sax, xmlParserInputBufferPtr input, in xmlIOParseDTD()
11749 xmlSAXParseDTD(xmlSAXHandlerPtr sax, const xmlChar *ExternalID, in xmlSAXParseDTD()
12134 xmlParseExternalEntity(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, in xmlParseExternalEntity()
12178 xmlParseBalancedChunkMemory(xmlDocPtr doc, xmlSAXHandlerPtr sax, in xmlParseBalancedChunkMemory()
12442 xmlParseBalancedChunkMemoryRecover(xmlDocPtr doc, xmlSAXHandlerPtr sax, in xmlParseBalancedChunkMemoryRecover()
12511 xmlSAXParseEntity(xmlSAXHandlerPtr sax, const char *filename) { in xmlSAXParseEntity()
12700 xmlSAXParseFileWithData(xmlSAXHandlerPtr sax, const char *filename, in xmlSAXParseFileWithData()
[all …]
DHTMLparser.c4899 htmlInitParserCtxt(htmlParserCtxtPtr ctxt, const htmlSAXHandler *sax, in htmlInitParserCtxt()
5028 htmlNewSAXParserCtxt(const htmlSAXHandler *sax, void *userData) in htmlNewSAXParserCtxt()
5838 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax, void *user_data, in htmlCreatePushParserCtxt()
5888 htmlSAXHandlerPtr sax, void *userData) { in htmlSAXParseDoc()
5994 htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax, in htmlSAXParseFile()
DparserInternals.c2705 xmlInitSAXParserCtxt(xmlParserCtxtPtr ctxt, const xmlSAXHandler *sax, in xmlInitSAXParserCtxt()
3000 xmlNewSAXParserCtxt(const xmlSAXHandler *sax, void *userData) in xmlNewSAXParserCtxt()
Dtestapi.c1537 htmlSAXHandlerPtr sax; /* a SAX handler (optional) */ in test_htmlCreatePushParserCtxt() local
2280 const htmlSAXHandler * sax; /* SAX handler */ in test_htmlNewSAXParserCtxt() local
2807 htmlSAXHandlerPtr sax; /* the SAX handler block */ in test_htmlSAXParseDoc() local
2862 htmlSAXHandlerPtr sax; /* the SAX handler block */ in test_htmlSAXParseFile() local
11776 xmlSAXHandlerPtr sax; /* a SAX handler (optional) */ in test_xmlCreatePushParserCtxt() local
12708 xmlSAXHandlerPtr sax; /* the SAX handler block or NULL */ in test_xmlIOParseDTD() local
13242 const xmlSAXHandler * sax; /* SAX handler */ in test_xmlNewSAXParserCtxt() local
13289 xmlSAXHandlerPtr sax; /* the SAX handler block (possibly NULL) */ in test_xmlParseBalancedChunkMemory() local
13365 xmlSAXHandlerPtr sax; /* the SAX handler block (possibly NULL) */ in test_xmlParseBalancedChunkMemoryRecover() local
13741 xmlSAXHandlerPtr sax; /* the SAX handler block (possibly NULL) */ in test_xmlParseExternalEntity() local
[all …]
Dxmlreader.c101 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */ member
/external/libxml2/
Dparser.c942 xmlSAXHandlerPtr sax; in xmlCtxtInitializeLate() local
11718 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, in xmlCreatePushParserCtxt()
11775 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, in xmlCreateIOParserCtxt()
11904 xmlIOParseDTD(xmlSAXHandlerPtr sax, xmlParserInputBufferPtr input, in xmlIOParseDTD()
11955 xmlSAXParseDTD(xmlSAXHandlerPtr sax, const xmlChar *ExternalID, in xmlSAXParseDTD()
12298 xmlParseExternalEntity(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, in xmlParseExternalEntity()
12342 xmlParseBalancedChunkMemory(xmlDocPtr doc, xmlSAXHandlerPtr sax, in xmlParseBalancedChunkMemory()
12606 xmlParseBalancedChunkMemoryRecover(xmlDocPtr doc, xmlSAXHandlerPtr sax, in xmlParseBalancedChunkMemoryRecover()
12675 xmlSAXParseEntity(xmlSAXHandlerPtr sax, const char *filename) { in xmlSAXParseEntity()
12866 xmlSAXParseFileWithData(xmlSAXHandlerPtr sax, const char *filename, in xmlSAXParseFileWithData()
[all …]
DHTMLparser.c4553 htmlInitParserCtxt(htmlParserCtxtPtr ctxt, const htmlSAXHandler *sax, in htmlInitParserCtxt()
4682 htmlNewSAXParserCtxt(const htmlSAXHandler *sax, void *userData) in htmlNewSAXParserCtxt()
5297 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax, void *user_data, in htmlCreatePushParserCtxt()
5347 htmlSAXHandlerPtr sax, void *userData) { in htmlSAXParseDoc()
5453 htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax, in htmlSAXParseFile()
DparserInternals.c2749 xmlInitSAXParserCtxt(xmlParserCtxtPtr ctxt, const xmlSAXHandler *sax, in xmlInitSAXParserCtxt()
3044 xmlNewSAXParserCtxt(const xmlSAXHandler *sax, void *userData) in xmlNewSAXParserCtxt()
Dtestapi.c1537 htmlSAXHandlerPtr sax; /* a SAX handler (optional) */ in test_htmlCreatePushParserCtxt() local
2321 const htmlSAXHandler * sax; /* SAX handler */ in test_htmlNewSAXParserCtxt() local
2848 htmlSAXHandlerPtr sax; /* the SAX handler block */ in test_htmlSAXParseDoc() local
2903 htmlSAXHandlerPtr sax; /* the SAX handler block */ in test_htmlSAXParseFile() local
11818 xmlSAXHandlerPtr sax; /* a SAX handler (optional) */ in test_xmlCreatePushParserCtxt() local
12894 xmlSAXHandlerPtr sax; /* the SAX handler block or NULL */ in test_xmlIOParseDTD() local
13428 const xmlSAXHandler * sax; /* SAX handler */ in test_xmlNewSAXParserCtxt() local
13475 xmlSAXHandlerPtr sax; /* the SAX handler block (possibly NULL) */ in test_xmlParseBalancedChunkMemory() local
13551 xmlSAXHandlerPtr sax; /* the SAX handler block (possibly NULL) */ in test_xmlParseBalancedChunkMemoryRecover() local
13927 xmlSAXHandlerPtr sax; /* the SAX handler block (possibly NULL) */ in test_xmlParseExternalEntity() local
[all …]
Dxmllint.c126 int sax; member
Dxmlreader.c102 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */ member
Dxmlschemas.c990 xmlSAXHandlerPtr sax; member
28504 xmlSAXHandlerPtr *sax, void **user_data) in xmlSchemaSAXPlug()
28647 xmlSAXHandlerPtr *sax; in xmlSchemaSAXUnplug() local
28792 const xmlSAXHandler *sax, void *user_data) in xmlSchemaValidateStream()
/external/strace/tests/
Dnet-sockaddr.c331 struct full_sockaddr_ax25 *sax = sax_void; in check_ax25() local
/external/strace/tests-m32/
Dnet-sockaddr.c331 struct full_sockaddr_ax25 *sax = sax_void; in check_ax25() local
/external/strace/tests-mx32/
Dnet-sockaddr.c331 struct full_sockaddr_ax25 *sax = sax_void; in check_ax25() local
/external/cldr/docs/site/
Dpackage-lock.json351 "sax": "^1.2.4" string
/external/libxml2/include/libxml/
Dparser.h214 struct _xmlSAXHandler *sax; member
/external/cronet/stable/third_party/libxml/src/include/libxml/
Dparser.h214 struct _xmlSAXHandler *sax; member
/external/cronet/tot/third_party/libxml/src/include/libxml/
Dparser.h214 struct _xmlSAXHandler *sax; member
/external/icu/icu4c/source/tools/toolutil/
Djson-json.hpp12141 json_sax_t* sax = nullptr; member in detail::binary_reader
12357 bool sax_parse(SAX* sax, const bool strict = true) in sax_parse()
12376 bool sax_parse_internal(SAX* sax) in sax_parse_internal()
23412 static bool sax_parse(InputType&& i, SAX* sax, in sax_parse()
23427 static bool sax_parse(IteratorType first, IteratorType last, SAX* sax, in sax_parse()
23446 static bool sax_parse(detail::span_input_adapter&& i, SAX* sax, in sax_parse()

12