Searched defs:inputPush (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dparser.c1695 * inputPush:
1704 inputPush(xmlParserCtxtPtr ctxt, xmlParserInputPtr value) function
2242 ret = inputPush(ctxt, input);
12664 inputPush(ctxt, inputStream);
12795 inputPush(ctxt, inputStream);
14255 inputPush(ctxt, inputStream);
14269 inputPush(ctxt, inputStream);
14339 inputPush(ctxt, inputStream);
14537 inputPush(ctxt, input);
14637 inputPush(ctx
[all...]
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

Completed in 121 milliseconds