Searched refs:PyText_AsUTF8 (Results 1 – 4 of 4) sorted by relevance
54 mode = PyText_AsUTF8(ob_mode); in PyFile_AsFile()
79 s = PyText_AsUTF8(name); in _ffi_def_extern_decorator()
214 const char *s = PyText_AsUTF8(name); in lib_build_and_cache_attr()521 p = PyText_AsUTF8(name); in lib_getattr()
102 # define PyText_AsUTF8 _PyUnicode_AsString /* PyUnicode_AsUTF8 in Py3.3 */ macro120 # define PyText_AsUTF8 PyString_AsString macro2066 PyText_AsUTF8(s)); in cdata_repr()2077 cd->c_type->ct_name, text, PyText_AsUTF8(s)); in _cdata_repr2()2720 text = PyText_AsUTF8(attr); in _cdata_attr_errmsg()4291 *p_printable_filename = PyText_AsUTF8(s); in b_do_dlopen()4312 *p_printable_filename = PyText_AsUTF8(s); in b_do_dlopen()6124 const char *text = PyText_AsUTF8(tmpkey);