Searched refs:xmlParseChunk (Results 26 - 34 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlwriter.c4326 if ((rc = xmlParseChunk(ctxt, (const char *) str, len, 0)) != 0) {
4350 if ((rc = xmlParseChunk(ctxt, NULL, 0, 1)) != 0) {
H A Dparser.c10507 * xmlParseChunk:
10518 xmlParseChunk(xmlParserCtxtPtr ctxt, const char *chunk, int size, function
10564 "xmlParseChunk: encoder error\n");
10625 * don't need to be fed in again through xmlParseChunk.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Delfgcchack.h6846 #undef xmlParseChunk macro
6847 extern __typeof (xmlParseChunk) xmlParseChunk __attribute((alias("xmlParseChunk__internal_alias")));
6849 #ifndef xmlParseChunk
6850 extern __typeof (xmlParseChunk) xmlParseChunk__internal_alias __attribute((visibility("hidden")));
6851 #define xmlParseChunk xmlParseChunk__internal_alias macro
H A Dparser.c11387 * xmlParseChunk:
11398 xmlParseChunk(xmlParserCtxtPtr ctxt, const char *chunk, int size, function
11444 "xmlParseChunk: encoder error\n");
11505 * don't need to be fed in again through xmlParseChunk.
H A Dtestapi.c13710 ret_val = xmlParseChunk(ctxt, (const char *)chunk, size, terminate);
13720 printf("Leak of %d blocks found in xmlParseChunk",
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Delfgcchack.h6846 #undef xmlParseChunk macro
6847 extern __typeof (xmlParseChunk) xmlParseChunk __attribute((alias("xmlParseChunk__internal_alias")));
6849 #ifndef xmlParseChunk
6850 extern __typeof (xmlParseChunk) xmlParseChunk__internal_alias __attribute((visibility("hidden")));
6851 #define xmlParseChunk xmlParseChunk__internal_alias macro
H A Dparser.c11387 * xmlParseChunk:
11398 xmlParseChunk(xmlParserCtxtPtr ctxt, const char *chunk, int size, function
11444 "xmlParseChunk: encoder error\n");
11505 * don't need to be fed in again through xmlParseChunk.
H A Dtestapi.c13710 ret_val = xmlParseChunk(ctxt, (const char *)chunk, size, terminate);
13720 printf("Leak of %d blocks found in xmlParseChunk",
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.c10507 * xmlParseChunk:
10518 xmlParseChunk(xmlParserCtxtPtr ctxt, const char *chunk, int size, function
10564 "xmlParseChunk: encoder error\n");
10625 * don't need to be fed in again through xmlParseChunk.

Completed in 626 milliseconds

12