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

  /external/libxml2/
triodef.h 141 # define TRIO_ARGS3(list,a1,a2,a3) list a1; a2; a3;
163 # define TRIO_ARGS3(list,a1,a2,a3) (a1,a2,a3)
168 # define TRIO_VARGS3 TRIO_ARGS3
triostr.c 210 TRIO_ARGS3((target, max, source),
298 TRIO_ARGS3((target, max, source),
462 TRIO_ARGS3((first, max, second),
517 TRIO_ARGS3((first, max, second),
830 TRIO_ARGS3((target, source, Function),
886 TRIO_ARGS3((string, max, substring),
1142 TRIO_ARGS3((string, endp, base),
1191 TRIO_ARGS3((string, endp, base),
    [all...]
  /external/libxslt/libxslt/
triodef.h 139 # define TRIO_ARGS3(list,a1,a2,a3) list a1; a2; a3;
161 # define TRIO_ARGS3(list,a1,a2,a3) (a1,a2,a3)
166 # define TRIO_VARGS3 TRIO_ARGS3

Completed in 238 milliseconds