Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dstatement.c32 static int pysqlite_check_remaining_sql(const char* tail);
92 if (rc == SQLITE_OK && pysqlite_check_remaining_sql(tail)) { in pysqlite_statement_create()
435 static int pysqlite_check_remaining_sql(const char* tail) in pysqlite_check_remaining_sql() function