Lines Matching refs:uarg
623 PyObject *uarg; in convertsimple() local
862 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()
919 *p = PyString_AS_STRING(uarg); in convertsimple()
944 uarg = UNICODE_DEFAULT_ENCODING(arg); in convertsimple()
945 if (uarg == NULL) in convertsimple()
949 PyString_AS_STRING(uarg), PyString_GET_SIZE(uarg), in convertsimple()
978 uarg = UNICODE_DEFAULT_ENCODING(arg); in convertsimple()
979 if (uarg == NULL) in convertsimple()
982 *p = PyString_AS_STRING(uarg); in convertsimple()
983 STORE_SIZE(PyString_GET_SIZE(uarg)); in convertsimple()
1003 uarg = UNICODE_DEFAULT_ENCODING(arg); in convertsimple()
1004 if (uarg == NULL) in convertsimple()
1007 *p = PyString_AS_STRING(uarg); in convertsimple()