Searched refs:total_count (Results 1 – 1 of 1) sorted by relevance
174 int total_count = 0; in XvaOpenIM() local185 total_count = XvaCountArgs(variable); in XvaOpenIM()188 if (total_count > 0) in XvaOpenIM()192 XIMArg* args = (XIMArg*)alloca( (total_count + 1) * sizeof(XIMArg) ); in XvaOpenIM()
Completed in 5 milliseconds