Lines Matching refs:pName
69 char *pName, *pValue; in XvaCountArgs() local
71 while ( (pName = pInArgs->name) != NULL ) in XvaCountArgs()
75 if ( strcmp(pName, XNVaNestedList) == 0 ) in XvaCountArgs()
93 char *pName, *pValue; in XvaCountArgs() local
95 while ( (pName = va_arg(pInArgs, char*)) != NULL) in XvaCountArgs()
99 if ( strcmp(pName, XNVaNestedList) == 0 ) in XvaCountArgs()
115 char *pName, *pValue; in XvaGetArgs() local
117 while ( (pName = pInArgs->name) != NULL ) in XvaGetArgs()
121 if ( strcmp(pName, XNVaNestedList) == 0 ) in XvaGetArgs()
127 pOutArgs->name = pName; in XvaGetArgs()
140 char *pName, *pValue; in XvaGetArgs() local
142 while ((pName = va_arg(pInArgs, char*)) != NULL) in XvaGetArgs()
146 if ( strcmp(pName, XNVaNestedList) == 0 ) in XvaGetArgs()
152 pOutArgs->name = pName; in XvaGetArgs()