Searched refs:xmlParserInputBufferRead (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DxmlIO.in.h190 xmlParserInputBufferRead (xmlParserInputBufferPtr in,
H A DparserInternals.c302 ret = xmlParserInputBufferRead(in->buf, len);
420 xmlParserInputBufferRead(in->buf, 2 * INPUT_CHUNK);
H A Dxmlreader.c807 val = xmlParserInputBufferRead(reader->input, 4096);
2061 xmlParserInputBufferRead(input, 4);
4929 xmlParserInputBufferRead(input, 4);
H A Dxinclude.c1873 while (xmlParserInputBufferRead(buf, 128) > 0) {
H A DxmlIO.c3076 * xmlParserInputBufferRead:
3088 xmlParserInputBufferRead(xmlParserInputBufferPtr in, int len) { function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DxmlIO.h190 xmlParserInputBufferRead (xmlParserInputBufferPtr in,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DxmlIO.in.h190 xmlParserInputBufferRead (xmlParserInputBufferPtr in,
H A DparserInternals.c302 ret = xmlParserInputBufferRead(in->buf, len);
420 xmlParserInputBufferRead(in->buf, 2 * INPUT_CHUNK);
H A Dxmlreader.c807 val = xmlParserInputBufferRead(reader->input, 4096);
2061 xmlParserInputBufferRead(input, 4);
4929 xmlParserInputBufferRead(input, 4);
H A Dxinclude.c1873 while (xmlParserInputBufferRead(buf, 128) > 0) {
H A DxmlIO.c3076 * xmlParserInputBufferRead:
3088 xmlParserInputBufferRead(xmlParserInputBufferPtr in, int len) { function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DparserInternals.c302 ret = xmlParserInputBufferRead(in->buf, len);
420 xmlParserInputBufferRead(in->buf, 2 * INPUT_CHUNK);
H A Dxmlreader.c826 val = xmlParserInputBufferRead(reader->input, 4096);
2097 xmlParserInputBufferRead(input, 4);
4970 xmlParserInputBufferRead(input, 4);
H A Dxinclude.c1877 while (xmlParserInputBufferRead(buf, 128) > 0) {
H A DxmlIO.c3153 * xmlParserInputBufferRead:
3165 xmlParserInputBufferRead(xmlParserInputBufferPtr in, int len) { function
H A Delfgcchack.h7559 #undef xmlParserInputBufferRead macro
7560 extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead __attribute((alias("xmlParserInputBufferRead__internal_alias")));
7562 #ifndef xmlParserInputBufferRead
7563 extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead__internal_alias __attribute((visibility("hidden")));
7564 #define xmlParserInputBufferRead xmlParserInputBufferRead__internal_alias macro
H A Dtestapi.c28603 ret_val = xmlParserInputBufferRead(in, len);
28610 printf("Leak of %d blocks found in xmlParserInputBufferRead",
[all...]

Completed in 427 milliseconds