Searched refs:utemp (Results 1 – 2 of 2) sorted by relevance
131 UniquePyObjectRef utemp(PyUnicode_AsUTF8String(value)); in FillStringBufferFromPyUnicode() local132 if (!utemp) { in FillStringBufferFromPyUnicode()138 if (PyBytes_AsStringAndSize(utemp.get(), &buf, &len) == -1) { in FillStringBufferFromPyUnicode()
216 PyObject* utemp = PyUnicode_AsUTF8String(obj); in PyObjectToString()218 if (utemp != nullptr && PyBytes_AsStringAndSize(utemp, &buf, len) != -1) { in PyObjectToString()220 *ptr_owner = utemp; in PyObjectToString()223 Py_XDECREF(utemp); in PyObjectToString()