Home
last modified time | relevance | path

Searched refs:xmlCurrentChar (Results 1 – 9 of 9) sorted by relevance

/external/libxml2/
Dtestchar.c255 c = xmlCurrentChar(ctxt, &len); in testCharRangeByte1()
283 c = xmlCurrentChar(ctxt, &len); in testCharRangeByte2()
364 c = xmlCurrentChar(ctxt, &len); in testCharRangeByte3()
454 c = xmlCurrentChar(ctxt, &len); in testCharRangeByte4()
Dlibxml2.syms137 xmlCurrentChar;
DparserInternals.c588 xmlCurrentChar(xmlParserCtxtPtr ctxt, int *len) { in xmlCurrentChar() function
Delfgcchack.h2611 #undef xmlCurrentChar
2612 extern __typeof (xmlCurrentChar) xmlCurrentChar __attribute((alias("xmlCurrentChar__internal_alias"…
2614 #ifndef xmlCurrentChar
2615 extern __typeof (xmlCurrentChar) xmlCurrentChar__internal_alias __attribute((visibility("hidden")));
2616 #define xmlCurrentChar xmlCurrentChar__internal_alias macro
Dparser.c2120 #define CUR_CHAR(l) xmlCurrentChar(ctxt, &l)
Dtestapi.c16132 ret_val = xmlCurrentChar(ctxt, len); in test_xmlCurrentChar()
/external/libxml2/include/libxml/
DparserInternals.h563 XMLPUBFUN int XMLCALL xmlCurrentChar (xmlParserCtxtPtr ctxt,
/external/libxml2/os400/libxmlrpg/
DparserInternals.rpgle495 d xmlCurrentChar pr extproc('xmlCurrentChar')
/external/libxml2/win32/
Dlibxml2.def.src725 xmlCurrentChar