Home
last modified time | relevance | path

Searched refs:pOutArgs (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/unx/generic/app/
H A Di18n_wrp.cxx113 XvaGetArgs( XIMArg *pInArgs, XIMArg *pOutArgs ) in XvaGetArgs() argument
123 pOutArgs = XvaGetArgs( (XIMArg*)pValue, pOutArgs ); in XvaGetArgs()
127 pOutArgs->name = pName; in XvaGetArgs()
128 pOutArgs->value = pValue; in XvaGetArgs()
129 pOutArgs++; in XvaGetArgs()
134 return pOutArgs; in XvaGetArgs()
138 XvaGetArgs( va_list pInArgs, XIMArg *pOutArgs ) in XvaGetArgs() argument
148 pOutArgs = XvaGetArgs( (XIMArg*)pValue, pOutArgs ); in XvaGetArgs()
152 pOutArgs->name = pName; in XvaGetArgs()
153 pOutArgs->value = pValue; in XvaGetArgs()
[all …]