Searched refs:TRIO_ARGS3 (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/ |
D | triostr.c | 216 TRIO_ARGS3((target, max, source), 304 TRIO_ARGS3((target, max, source), 468 TRIO_ARGS3((first, max, second), 523 TRIO_ARGS3((first, max, second), 836 TRIO_ARGS3((target, source, Function), 892 TRIO_ARGS3((string, max, substring), 1148 TRIO_ARGS3((string, endp, base), 1197 TRIO_ARGS3((string, endp, base), 1794 TRIO_ARGS3((self, max, other), 1813 TRIO_ARGS3((self, max, other), [all …]
|
D | triodef.h | 147 # define TRIO_ARGS3(list,a1,a2,a3) list a1; a2; a3; macro 169 # define TRIO_ARGS3(list,a1,a2,a3) (a1,a2,a3) macro 174 # define TRIO_VARGS3 TRIO_ARGS3
|
D | trio.c | 2382 TRIO_ARGS3((self, ch, flags), 3087 TRIO_ARGS3((data, format, parameters), 3739 TRIO_ARGS3((file, format, args), 3760 TRIO_ARGS3((file, format, args), 3811 TRIO_ARGS3((fd, format, args), 3831 TRIO_ARGS3((fd, format, args), 3945 TRIO_ARGS3((buffer, format, args), 3970 TRIO_ARGS3((buffer, format, args), 4227 TRIO_ARGS3((result, format, args), 4959 TRIO_ARGS3((ref, format, arglist), [all …]
|