Home
last modified time | relevance | path

Searched refs:PyUnicode_AsUTF8String (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dstatement.c67 sql_str = PyUnicode_AsUTF8String(sql); in pysqlite_statement_create()
173 stringval = PyUnicode_AsUTF8String(parameter); in pysqlite_statement_bind_parameter()
Dcursor.c547 operation_bytestr = PyUnicode_AsUTF8String(operation); in _pysqlite_query_execute()
812 script_str = PyUnicode_AsUTF8String(script_obj); in pysqlite_cursor_executescript()
Dconnection.c102 database_utf8 = PyUnicode_AsUTF8String(database); in pysqlite_connection_init()
566 stringval = PyUnicode_AsUTF8String(py_val); in _pysqlite_set_result()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h156 # define PyUnicode_AsUTF8String PyUnicodeUCS2_AsUTF8String macro
243 # define PyUnicode_AsUTF8String PyUnicodeUCS4_AsUTF8String macro
763 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF8String(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h156 # define PyUnicode_AsUTF8String PyUnicodeUCS2_AsUTF8String macro
243 # define PyUnicode_AsUTF8String PyUnicodeUCS4_AsUTF8String macro
763 PyAPI_FUNC(PyObject*) PyUnicode_AsUTF8String(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.c429 utf8 = PyUnicode_AsUTF8String(buf); in fp_readl()
614 utf8 = PyUnicode_AsUTF8String(buf); in translate_into_utf8()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.c409 utf8 = PyUnicode_AsUTF8String(buf); in fp_readl()
594 utf8 = PyUnicode_AsUTF8String(buf); in translate_into_utf8()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dbltinmodule.c544 tmp = PyUnicode_AsUTF8String(cmd); in builtin_compile()
680 tmp = PyUnicode_AsUTF8String(cmd); in builtin_eval()
Dceval.c4755 tmp = PyUnicode_AsUTF8String(prog); in exec_statement()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dbltinmodule.c536 tmp = PyUnicode_AsUTF8String(cmd); in builtin_compile()
672 tmp = PyUnicode_AsUTF8String(cmd); in builtin_eval()
Dmarshal.c346 utf8 = PyUnicode_AsUTF8String(v); in w_object()
Dceval.c4733 tmp = PyUnicode_AsUTF8String(prog); in exec_statement()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
Dmarshal.c364 utf8 = PyUnicode_AsUTF8String(v); in w_object()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dmarshal.c346 utf8 = PyUnicode_AsUTF8String(v); in w_object()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c1302 return PyUnicode_AsUTF8String(unicode); in PyUnicode_AsEncodedString()
2172 PyObject *PyUnicode_AsUTF8String(PyObject *unicode) in PyUnicode_AsUTF8String() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c1360 return PyUnicode_AsUTF8String(unicode); in PyUnicode_AsEncodedString()
2239 PyObject *PyUnicode_AsUTF8String(PyObject *unicode) in PyUnicode_AsUTF8String() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c1405 if (!( repr = PyUnicode_AsUTF8String(args))) in save_unicode()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c1436 if (!( repr = PyUnicode_AsUTF8String(args))) in save_unicode()