Home
last modified time | relevance | path

Searched defs:TRIO_ARGS3 (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dtriodef.h147 # define TRIO_ARGS3(list,a1,a2,a3) list a1; a2; a3; macro
169 # define TRIO_ARGS3(list,a1,a2,a3) (a1,a2,a3) macro