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

  /external/libxml2/
tree.c 353 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l)
399 c = CUR_SCHAR(cur, l);
403 c = CUR_SCHAR(cur, l);
409 c = CUR_SCHAR(cur, l);
414 c = CUR_SCHAR(cur, l);
419 c = CUR_SCHAR(cur, l);
486 c = CUR_SCHAR(cur, l);
490 c = CUR_SCHAR(cur, l);
496 c = CUR_SCHAR(cur, l);
501 c = CUR_SCHAR(cur, l)
    [all...]
xmlregexp.c 57 #define CUR_SCHAR(s, l) xmlStringCurrentChar(NULL, s, &l)
    [all...]
parser.c     [all...]
HTMLparser.c 342 #define CUR_SCHAR(s, l) xmlStringCurrentChar(ctxt, s, &l)
    [all...]

Completed in 214 milliseconds