HomeSort by relevance Sort by last modified time
    Searched refs:CUR_SCHAR (Results 1 - 4 of 4) sorted by null

  /external/libxml2/
tree.c 350 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l)
396 c = CUR_SCHAR(cur, l);
400 c = CUR_SCHAR(cur, l);
406 c = CUR_SCHAR(cur, l);
411 c = CUR_SCHAR(cur, l);
416 c = CUR_SCHAR(cur, l);
483 c = CUR_SCHAR(cur, l);
487 c = CUR_SCHAR(cur, l);
493 c = CUR_SCHAR(cur, l);
498 c = CUR_SCHAR(cur, l)
    [all...]
xmlregexp.c 54 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l)
    [all...]
parser.c     [all...]
HTMLparser.c 339 #define CUR_SCHAR(s, l) xmlStringCurrentChar(ctxt, s, &l)
    [all...]

Completed in 345 milliseconds