Searched refs:inputPush (Results 1 - 11 of 11) sorted by relevance

/external/libxml2/include/libxml/
H A DparserInternals.h543 XMLPUBFUN int XMLCALL inputPush (xmlParserCtxtPtr ctxt,
/external/libxml2/
H A Dtestchar.c566 inputPush(ctxt, input);
H A Dparser.c1695 * inputPush:
1704 inputPush(xmlParserCtxtPtr ctxt, xmlParserInputPtr value) function
2242 ret = inputPush(ctxt, input);
12679 inputPush(ctxt, inputStream);
12810 inputPush(ctxt, inputStream);
14270 inputPush(ctxt, inputStream);
14284 inputPush(ctxt, inputStream);
14354 inputPush(ctxt, inputStream);
14552 inputPush(ctxt, input);
14652 inputPush(ctx
[all...]
H A Dlibxml2.syms126 inputPush;
H A Dcatalog.c921 inputPush(ctxt, inputStream);
H A Dxinclude.c458 inputPush(pctxt, inputStream);
H A Dxmllint.c1710 inputPush(ctxt, inputStream);
H A Delfgcchack.h807 #undef inputPush macro
808 extern __typeof (inputPush) inputPush __attribute((alias("inputPush__internal_alias")));
810 #ifndef inputPush
811 extern __typeof (inputPush) inputPush__internal_alias __attribute((visibility("hidden")));
812 #define inputPush inputPush__internal_alias macro
H A Dxmlreader.c5231 inputPush(reader->ctxt, inputStream);
H A Dxmlschemas.c28837 inputPush(pctxt, inputStream);
H A Dtestapi.c15576 ret_val = inputPush(ctxt, value);
15583 printf("Leak of %d blocks found in inputPush",
[all...]

Completed in 762 milliseconds