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

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c283 #define CUR_CHAR(l) htmlCurrentChar(ctxt, &l) macro
2303 c = CUR_CHAR(l);
2322 c = CUR_CHAR(l);
2447 c = CUR_CHAR(l);
2687 cur = CUR_CHAR(l);
2733 cur = CUR_CHAR(l);
2772 cur = CUR_CHAR(l);
2800 cur = CUR_CHAR(l);
2804 cur = CUR_CHAR(l);
2948 cur = CUR_CHAR(
[all...]
H A Dparser.c1632 * CUR_CHAR(l) returns the current unicode character (int), set l
1729 #define CUR_CHAR(l) xmlCurrentChar(ctxt, &l) macro
2862 c = CUR_CHAR(l);
2881 c = CUR_CHAR(l);
2993 c = CUR_CHAR(l);
3006 c = CUR_CHAR(l);
3045 c = CUR_CHAR(l);
3100 c = CUR_CHAR(l);
3133 c = CUR_CHAR(l);
3136 c = CUR_CHAR(
[all...]
H A Dxpath.c2671 #define CUR_CHAR(l) xmlXPathCurrentChar(ctxt, &l) macro
9879 c = CUR_CHAR(l);
9896 c = CUR_CHAR(l);
9925 c = CUR_CHAR(l);
10453 c = CUR_CHAR(l);
10468 c = CUR_CHAR(l);

Completed in 98 milliseconds