Searched refs:xmlSAXHandler (Results 26 - 50 of 59) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dtree.in.h43 typedef struct _xmlSAXHandler xmlSAXHandler; typedef in typeref:struct:_xmlSAXHandler
44 typedef xmlSAXHandler *xmlSAXHandlerPtr;
H A DSAX2.c2695 xmlSAXVersion(xmlSAXHandler *hdlr, int version)
2750 xmlSAX2InitDefaultSAXHandler(xmlSAXHandler *hdlr, int warning)
2784 xmlSAX2InitHtmlDefaultSAXHandler(xmlSAXHandler *hdlr)
2842 xmlSAX2InitDocbDefaultSAXHandler(xmlSAXHandler *hdlr)
H A DparserInternals.c1523 ctxt->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler));
H A Dxmlreader.c2025 ret->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler));
4894 reader->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler));
H A Dxmlwriter.c361 xmlSAXHandler saxHandler;
422 xmlSAXHandler saxHandler;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DSAX2.c2713 xmlSAXVersion(xmlSAXHandler *hdlr, int version)
2768 xmlSAX2InitDefaultSAXHandler(xmlSAXHandler *hdlr, int warning)
2802 xmlSAX2InitHtmlDefaultSAXHandler(xmlSAXHandler *hdlr)
2860 xmlSAX2InitDocbDefaultSAXHandler(xmlSAXHandler *hdlr)
H A Druntest.c733 static xmlSAXHandler emptySAXHandlerStruct = {
1361 static xmlSAXHandler debugSAXHandlerStruct = {
1485 static xmlSAXHandler debugSAX2HandlerStruct = {
1600 static xmlSAXHandler debugHTMLSAXHandlerStruct = {
H A Dxmllint.c839 static xmlSAXHandler emptySAXHandlerStruct = {
1462 static xmlSAXHandler debugSAXHandlerStruct = {
1586 static xmlSAXHandler debugSAX2HandlerStruct = {
H A DparserInternals.c1536 ctxt->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler));
H A Dxmlreader.c2061 ret->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler));
4935 reader->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler));
H A Dxmlwriter.c361 xmlSAXHandler saxHandler;
422 xmlSAXHandler saxHandler;
H A Dparser.c11549 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler));
11556 memset(ctxt->sax, 0, sizeof(xmlSAXHandler));
11558 memcpy(ctxt->sax, sax, sizeof(xmlSAXHandler));
11681 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler));
11687 memset(ctxt->sax, 0, sizeof(xmlSAXHandler));
11689 memcpy(ctxt->sax, sax, sizeof(xmlSAXHandler));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DSAX2.c2695 xmlSAXVersion(xmlSAXHandler *hdlr, int version)
2750 xmlSAX2InitDefaultSAXHandler(xmlSAXHandler *hdlr, int warning)
2784 xmlSAX2InitHtmlDefaultSAXHandler(xmlSAXHandler *hdlr)
2842 xmlSAX2InitDocbDefaultSAXHandler(xmlSAXHandler *hdlr)
H A DparserInternals.c1523 ctxt->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler));
H A Dxmlreader.c2025 ret->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler));
4894 reader->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler));
H A Dxmlwriter.c361 xmlSAXHandler saxHandler;
422 xmlSAXHandler saxHandler;
H A Dparser.c10669 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler));
10676 memset(ctxt->sax, 0, sizeof(xmlSAXHandler));
10678 memcpy(ctxt->sax, sax, sizeof(xmlSAXHandler));
10801 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler));
10807 memset(ctxt->sax, 0, sizeof(xmlSAXHandler));
10809 memcpy(ctxt->sax, sax, sizeof(xmlSAXHandler));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DSAX2.c2713 xmlSAXVersion(xmlSAXHandler *hdlr, int version)
2768 xmlSAX2InitDefaultSAXHandler(xmlSAXHandler *hdlr, int warning)
2802 xmlSAX2InitHtmlDefaultSAXHandler(xmlSAXHandler *hdlr)
2860 xmlSAX2InitDocbDefaultSAXHandler(xmlSAXHandler *hdlr)
H A Druntest.c733 static xmlSAXHandler emptySAXHandlerStruct = {
1361 static xmlSAXHandler debugSAXHandlerStruct = {
1485 static xmlSAXHandler debugSAX2HandlerStruct = {
1600 static xmlSAXHandler debugHTMLSAXHandlerStruct = {
H A Dxmllint.c839 static xmlSAXHandler emptySAXHandlerStruct = {
1462 static xmlSAXHandler debugSAXHandlerStruct = {
1586 static xmlSAXHandler debugSAX2HandlerStruct = {
H A DparserInternals.c1536 ctxt->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler));
H A Dxmlreader.c2061 ret->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler));
4935 reader->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler));
H A Dxmlwriter.c361 xmlSAXHandler saxHandler;
422 xmlSAXHandler saxHandler;
H A Dparser.c11549 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler));
11556 memset(ctxt->sax, 0, sizeof(xmlSAXHandler));
11558 memcpy(ctxt->sax, sax, sizeof(xmlSAXHandler));
11681 ctxt->sax = (xmlSAXHandlerPtr) xmlMalloc(sizeof(xmlSAXHandler));
11687 memset(ctxt->sax, 0, sizeof(xmlSAXHandler));
11689 memcpy(ctxt->sax, sax, sizeof(xmlSAXHandler));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
H A Dxmllint.c839 static xmlSAXHandler emptySAXHandlerStruct = {
1462 static xmlSAXHandler debugSAXHandlerStruct = {
1586 static xmlSAXHandler debugSAX2HandlerStruct = {

Completed in 406 milliseconds

123