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

/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A DxmlIO.h190 xmlParserInputBufferRead (xmlParserInputBufferPtr in,
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DxmlIO.h190 xmlParserInputBufferRead (xmlParserInputBufferPtr in,
/macosx-10.10.1/libxml2-26/libxml2/
H A Dlibxml2.syms616 xmlParserInputBufferRead;
H A Dxmlreader.c831 val = xmlParserInputBufferRead(reader->input, 4096);
2116 xmlParserInputBufferRead(input, 4);
5156 xmlParserInputBufferRead(input, 4);
H A DparserInternals.c390 xmlParserInputBufferRead(in->buf, 2 * INPUT_CHUNK);
H A Dxinclude.c1902 while (xmlParserInputBufferRead(buf, 128) > 0) {
H A DxmlIO.c3366 * xmlParserInputBufferRead:
3378 xmlParserInputBufferRead(xmlParserInputBufferPtr in, int len) { function
H A Delfgcchack.h7753 #undef xmlParserInputBufferRead macro
7754 extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead __attribute((alias("xmlParserInputBufferRead__internal_alias")));
7756 #ifndef xmlParserInputBufferRead
7757 extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead__internal_alias __attribute((visibility("hidden")));
7758 #define xmlParserInputBufferRead xmlParserInputBufferRead__internal_alias macro
H A Dtestapi.c29043 ret_val = xmlParserInputBufferRead(in, len);
29050 printf("Leak of %d blocks found in xmlParserInputBufferRead",
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dlibxml2.syms616 xmlParserInputBufferRead;
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);
5005 xmlParserInputBufferRead(input, 4);
H A Dxinclude.c1883 while (xmlParserInputBufferRead(buf, 128) > 0) {
H A DxmlIO.c3206 * xmlParserInputBufferRead:
3218 xmlParserInputBufferRead(xmlParserInputBufferPtr in, int len) { function
H A Delfgcchack.h7627 #undef xmlParserInputBufferRead macro
7628 extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead __attribute((alias("xmlParserInputBufferRead__internal_alias")));
7630 #ifndef xmlParserInputBufferRead
7631 extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead__internal_alias __attribute((visibility("hidden")));
7632 #define xmlParserInputBufferRead xmlParserInputBufferRead__internal_alias macro
H A Dtestapi.c28824 ret_val = xmlParserInputBufferRead(in, len);
28831 printf("Leak of %d blocks found in xmlParserInputBufferRead",
[all...]

Completed in 478 milliseconds