Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/app/
H A Di18n_wrp.cxx27 struct XIMArg struct
66 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 14 milliseconds