Home
last modified time | relevance | path

Searched refs:PyText_AsUTF8 (Results 1 – 4 of 4) sorted by relevance

/external/python/cffi/c/
Dfile_emulator.h54 mode = PyText_AsUTF8(ob_mode); in PyFile_AsFile()
Dcall_python.c79 s = PyText_AsUTF8(name); in _ffi_def_extern_decorator()
Dlib_obj.c214 const char *s = PyText_AsUTF8(name); in lib_build_and_cache_attr()
521 p = PyText_AsUTF8(name); in lib_getattr()
D_cffi_backend.c102 # define PyText_AsUTF8 _PyUnicode_AsString /* PyUnicode_AsUTF8 in Py3.3 */ macro
120 # define PyText_AsUTF8 PyString_AsString macro
2066 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);