Lines Matching refs:pOutArgs
113 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()
154 pOutArgs++; in XvaGetArgs()
158 pOutArgs->name = NULL; in XvaGetArgs()
159 pOutArgs->value = NULL; in XvaGetArgs()