Searched refs:xmlCurrentChar (Results 1 – 10 of 10) sorted by relevance
255 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()
137 xmlCurrentChar;
588 xmlCurrentChar(xmlParserCtxtPtr ctxt, int *len) { in xmlCurrentChar() function
2611 #undef xmlCurrentChar2612 extern __typeof (xmlCurrentChar) xmlCurrentChar __attribute((alias("xmlCurrentChar__internal_alias"…2614 #ifndef xmlCurrentChar2615 extern __typeof (xmlCurrentChar) xmlCurrentChar__internal_alias __attribute((visibility("hidden")));2616 #define xmlCurrentChar xmlCurrentChar__internal_alias macro
535 return(xmlCurrentChar(ctxt, len)); in htmlCurrentChar()
2120 #define CUR_CHAR(l) xmlCurrentChar(ctxt, &l)
16132 ret_val = xmlCurrentChar(ctxt, len); in test_xmlCurrentChar()
563 XMLPUBFUN int XMLCALL xmlCurrentChar (xmlParserCtxtPtr ctxt,
495 d xmlCurrentChar pr extproc('xmlCurrentChar')
725 xmlCurrentChar