Searched refs:XIMArg (Results 1 – 1 of 1) sorted by relevance
27 struct XIMArg struct66 XvaCountArgs( XIMArg *pInArgs ) in XvaCountArgs()77 nArgs += XvaCountArgs( (XIMArg*)pValue ); in XvaCountArgs()101 nArgs += XvaCountArgs( (XIMArg*)pValue ); in XvaCountArgs()112 XIMArg*113 XvaGetArgs( XIMArg *pInArgs, XIMArg *pOutArgs ) in XvaGetArgs()123 pOutArgs = XvaGetArgs( (XIMArg*)pValue, pOutArgs ); in XvaGetArgs()138 XvaGetArgs( va_list pInArgs, XIMArg *pOutArgs ) in XvaGetArgs()148 pOutArgs = XvaGetArgs( (XIMArg*)pValue, pOutArgs ); in XvaGetArgs()192 XIMArg* args = (XIMArg*)alloca( (total_count + 1) * sizeof(XIMArg) ); in XvaOpenIM()[all …]
Completed in 6 milliseconds