Searched refs:uarg (Results 1 – 4 of 4) sorted by relevance
623 PyObject *uarg; in convertsimple() local862 uarg = UNICODE_DEFAULT_ENCODING(arg); in convertsimple()863 if (uarg == NULL) in convertsimple()867 PyString_AS_STRING(uarg), PyString_GET_SIZE(uarg), in convertsimple()892 uarg = UNICODE_DEFAULT_ENCODING(arg); in convertsimple()893 if (uarg == NULL) in convertsimple()896 *p = PyString_AS_STRING(uarg); in convertsimple()897 STORE_SIZE(PyString_GET_SIZE(uarg)); in convertsimple()915 uarg = UNICODE_DEFAULT_ENCODING(arg); in convertsimple()916 if (uarg == NULL) in convertsimple()[all …]
12 T foo(T targ, U uarg) { in foo() argument
24 T foo(T targ, U uarg) { in foo() argument
162 unsigned long uarg; in Curl_vsetopt() local2448 uarg = va_arg(param, unsigned long); in Curl_vsetopt()2450 if(uarg > UINT_MAX) in Curl_vsetopt()2453 data->set.scope_id = (unsigned int)uarg; in Curl_vsetopt()