Searched refs:TRIO_ARGS3 (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/ |
D | 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), 1788 TRIO_ARGS3((self, max, other), 1807 TRIO_ARGS3((self, max, other), [all …]
|
D | triodef.h | 141 # define TRIO_ARGS3(list,a1,a2,a3) list a1; a2; a3; macro 163 # define TRIO_ARGS3(list,a1,a2,a3) (a1,a2,a3) macro 168 # define TRIO_VARGS3 TRIO_ARGS3
|
D | trio.c | 2362 TRIO_ARGS3((self, ch, flags), 3067 TRIO_ARGS3((data, format, parameters), 3719 TRIO_ARGS3((file, format, args), 3740 TRIO_ARGS3((file, format, args), 3791 TRIO_ARGS3((fd, format, args), 3811 TRIO_ARGS3((fd, format, args), 3925 TRIO_ARGS3((buffer, format, args), 3950 TRIO_ARGS3((buffer, format, args), 4207 TRIO_ARGS3((result, format, args), 4939 TRIO_ARGS3((ref, format, arglist), [all …]
|
/external/libxslt/libxslt/ |
D | triodef.h | 139 # define TRIO_ARGS3(list,a1,a2,a3) list a1; a2; a3; macro 161 # define TRIO_ARGS3(list,a1,a2,a3) (a1,a2,a3) macro 166 # define TRIO_VARGS3 TRIO_ARGS3
|