Searched refs:PyUnicode_AS_DATA (Results 1 – 18 of 18) sorted by relevance
702 static inline const char* PyUnicode_AS_DATA(PyObject *op) in PyUnicode_AS_DATA() function712 # define PyUnicode_AS_DATA(op) PyUnicode_AS_DATA(_PyObject_CAST(op)) macro
312 rc = _tscmp((const unsigned char *)PyUnicode_AS_DATA(a), in compare_digest()313 (const unsigned char *)PyUnicode_AS_DATA(b), in compare_digest()
647 data = PyUnicode_AS_DATA(obj); in unicode_internal_encode()
2056 memcpy(item, PyUnicode_AS_DATA(initial), n); in array_new()
1712 ptr = (void*) PyUnicode_AS_DATA(string); in getstring()
438 #define PyUnicode_AS_DATA(op) \ macro
1422 PyUnicode_AS_DATA:const char*:::1423 PyUnicode_AS_DATA:PyObject*:o:0:
442 memcpy((char *)buf->outbuf, PyUnicode_AS_DATA(retuni), in multibytecodec_decerror()
2367 PyUnicode_AS_DATA:const char*:::2368 PyUnicode_AS_DATA:PyObject*:o:0:
2071 Mark functions as deprecated by :pep:`623`: :c:func:`PyUnicode_AS_DATA`,
96 .. c:function:: const char* PyUnicode_AS_DATA(PyObject *o)
233 const char* PyUnicode_AS_DATA(PyObject *o)
2596 * :c:func:`PyUnicode_AS_DATA`
2276 * :c:macro:`PyUnicode_AS_DATA`: use :c:macro:`PyUnicode_DATA` with