Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.c794 const char* script_cstr; in pysqlite_cursor_executescript() local
810 script_cstr = PyString_AsString(script_obj); in pysqlite_cursor_executescript()
817 script_cstr = PyString_AsString(script_str); in pysqlite_cursor_executescript()
833 script_cstr, in pysqlite_cursor_executescript()
836 &script_cstr); in pysqlite_cursor_executescript()
862 if (*script_cstr == (char)0) { in pysqlite_cursor_executescript()