Searched refs:xmlTextReader (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlreader.in.h95 * xmlTextReader:
99 typedef struct _xmlTextReader xmlTextReader; typedef in typeref:struct:_xmlTextReader
106 typedef xmlTextReader *xmlTextReaderPtr;
H A Dxmlreader.c2 * xmlreader.c: implements the xmlTextReader streaming node API
529 fprintf(stderr, "xmlTextReader NULL\n");
532 fprintf(stderr, "xmlTextReader: state %d depth %d ",
1996 * Create an xmlTextReader structure fed with @input
2006 ret = xmlMalloc(sizeof(xmlTextReader));
2012 memset(ret, 0, sizeof(xmlTextReader));
2106 * Create an xmlTextReader structure fed with the resource at @URI
3827 * current node being accessed by the xmlTextReader. This is dangerous
3939 * current document being accessed by the xmlTextReader.
5085 ret = xmlMalloc(sizeof(xmlTextReader));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlreader.h95 * xmlTextReader:
99 typedef struct _xmlTextReader xmlTextReader; typedef in typeref:struct:_xmlTextReader
106 typedef xmlTextReader *xmlTextReaderPtr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlreader.in.h95 * xmlTextReader:
99 typedef struct _xmlTextReader xmlTextReader; typedef in typeref:struct:_xmlTextReader
106 typedef xmlTextReader *xmlTextReaderPtr;
H A Dxmlreader.c2 * xmlreader.c: implements the xmlTextReader streaming node API
529 fprintf(stderr, "xmlTextReader NULL\n");
532 fprintf(stderr, "xmlTextReader: state %d depth %d ",
1996 * Create an xmlTextReader structure fed with @input
2006 ret = xmlMalloc(sizeof(xmlTextReader));
2012 memset(ret, 0, sizeof(xmlTextReader));
2106 * Create an xmlTextReader structure fed with the resource at @URI
3827 * current node being accessed by the xmlTextReader. This is dangerous
3939 * current document being accessed by the xmlTextReader.
5085 ret = xmlMalloc(sizeof(xmlTextReader));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlreader.c2 * xmlreader.c: implements the xmlTextReader streaming node API
548 fprintf(stderr, "xmlTextReader NULL\n");
551 fprintf(stderr, "xmlTextReader: state %d depth %d ",
2032 * Create an xmlTextReader structure fed with @input
2042 ret = xmlMalloc(sizeof(xmlTextReader));
2048 memset(ret, 0, sizeof(xmlTextReader));
2142 * Create an xmlTextReader structure fed with the resource at @URI
3863 * current node being accessed by the xmlTextReader. This is dangerous
3975 * current document being accessed by the xmlTextReader.
5126 ret = xmlMalloc(sizeof(xmlTextReader));
[all...]

Completed in 122 milliseconds