Searched refs:CUR_CHAR (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/
H A DHTMLparser.c338 #define CUR_CHAR(l) htmlCurrentChar(ctxt, &l) macro
2456 c = CUR_CHAR(l);
2475 c = CUR_CHAR(l);
2600 c = CUR_CHAR(l);
2840 cur = CUR_CHAR(l);
2886 cur = CUR_CHAR(l);
2928 cur = CUR_CHAR(l);
2962 cur = CUR_CHAR(l);
2966 cur = CUR_CHAR(l);
3110 cur = CUR_CHAR(
[all...]
H A Dparser.c1932 * CUR_CHAR(l) returns the current unicode character (int), set l
2029 #define CUR_CHAR(l) xmlCurrentChar(ctxt, &l) macro
3180 c = CUR_CHAR(l);
3206 c = CUR_CHAR(l);
3234 c = CUR_CHAR(l);
3244 c = CUR_CHAR(l);
3258 c = CUR_CHAR(l);
3337 c = CUR_CHAR(l);
3351 c = CUR_CHAR(l);
3555 c = CUR_CHAR(
[all...]
H A Dxpath.c2671 #define CUR_CHAR(l) xmlXPathCurrentChar(ctxt, &l) macro
9905 c = CUR_CHAR(l);
9922 c = CUR_CHAR(l);
9951 c = CUR_CHAR(l);
10491 c = CUR_CHAR(l);
10506 c = CUR_CHAR(l);

Completed in 144 milliseconds