Searched refs:str_out (Results 1 – 2 of 2) sorted by relevance
36 random_string(char **str_out, size_t *len_out) in random_string() argument56 *str_out = str; in random_string()
4992 PyObject *str_out = _PyUnicode_Copy(dtstr); in _sanitize_isoformat_str() local4993 if (str_out == NULL) { in _sanitize_isoformat_str()4997 if (PyUnicode_WriteChar(str_out, 10, (Py_UCS4)'T')) { in _sanitize_isoformat_str()4998 Py_DECREF(str_out); in _sanitize_isoformat_str()5002 return str_out; in _sanitize_isoformat_str()