Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dcursor.c453 char* operation_cstr; in _pysqlite_query_execute() local
545 operation_cstr = PyString_AsString(operation); in _pysqlite_query_execute()
552 operation_cstr = PyString_AsString(operation_bytestr); in _pysqlite_query_execute()
598 statement_type = detect_statement_type(operation_cstr); in _pysqlite_query_execute()