Searched refs:xmlParserInputBufferPush (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A DxmlIO.h196 xmlParserInputBufferPush (xmlParserInputBufferPtr in,
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DxmlIO.h196 xmlParserInputBufferPush (xmlParserInputBufferPtr in,
/macosx-10.10.1/libxml2-26/libxml2/
H A Dlibxml2.syms615 xmlParserInputBufferPush;
H A DHTMLparser.c6036 res = xmlParserInputBufferPush(ctxt->input->buf, size, chunk);
6169 xmlParserInputBufferPush(ctxt->input->buf, size, chunk);
H A Dparser.c11208 xmlParserInputBufferPush(ctxt->input->buf, 0, "");
12229 res = xmlParserInputBufferPush(ctxt->input->buf, size, chunk);
12303 xmlParserInputBufferPush(ctxt->input->buf, 1, "\r");
12457 xmlParserInputBufferPush(ctxt->input->buf, size, chunk);
14964 xmlParserInputBufferPush(ctxt->input->buf, size, chunk);
H A DxmlIO.c3204 * xmlParserInputBufferPush:
3217 xmlParserInputBufferPush(xmlParserInputBufferPtr in, function
H A Delfgcchack.h7743 #undef xmlParserInputBufferPush macro
7744 extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush __attribute((alias("xmlParserInputBufferPush__internal_alias")));
7746 #ifndef xmlParserInputBufferPush
7747 extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush__internal_alias __attribute((visibility("hidden")));
7748 #define xmlParserInputBufferPush xmlParserInputBufferPush__internal_alias macro
H A Dtestapi.c29001 ret_val = xmlParserInputBufferPush(in, len, (const char *)buf);
29009 printf("Leak of %d blocks found in xmlParserInputBufferPush",
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dlibxml2.syms615 xmlParserInputBufferPush;
H A DHTMLparser.c5911 res = xmlParserInputBufferPush(ctxt->input->buf, size, chunk);
6047 xmlParserInputBufferPush(ctxt->input->buf, size, chunk);
H A Dparser.c10671 xmlParserInputBufferPush(ctxt->input->buf, 0, "");
11577 res =xmlParserInputBufferPush(ctxt->input->buf, size, chunk);
11623 xmlParserInputBufferPush(ctxt->input->buf, 1, "\r");
11775 xmlParserInputBufferPush(ctxt->input->buf, size, chunk);
14273 xmlParserInputBufferPush(ctxt->input->buf, size, chunk);
H A DxmlIO.c3037 * xmlParserInputBufferPush:
3050 xmlParserInputBufferPush(xmlParserInputBufferPtr in, function
H A Delfgcchack.h7617 #undef xmlParserInputBufferPush macro
7618 extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush __attribute((alias("xmlParserInputBufferPush__internal_alias")));
7620 #ifndef xmlParserInputBufferPush
7621 extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush__internal_alias __attribute((visibility("hidden")));
7622 #define xmlParserInputBufferPush xmlParserInputBufferPush__internal_alias macro
H A Dtestapi.c28782 ret_val = xmlParserInputBufferPush(in, len, (const char *)buf);
28790 printf("Leak of %d blocks found in xmlParserInputBufferPush",
[all...]

Completed in 838 milliseconds