Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.c793 PyObject* script_str = NULL; in pysqlite_cursor_executescript() local
812 script_str = PyUnicode_AsUTF8String(script_obj); in pysqlite_cursor_executescript()
813 if (!script_str) { in pysqlite_cursor_executescript()
817 script_cstr = PyString_AsString(script_str); in pysqlite_cursor_executescript()
868 Py_XDECREF(script_str); in pysqlite_cursor_executescript()