HomeSort by relevance Sort by last modified time
    Searched defs:TRIO_ARGS3 (Results 1 - 2 of 2) 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
  /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 42 milliseconds