Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
Dstatement.c32 static int pysqlite_check_remaining_sql(const char* tail);
121 if (rc == SQLITE_OK && pysqlite_check_remaining_sql(tail)) { in pysqlite_statement_create()
434 static int pysqlite_check_remaining_sql(const char* tail) in pysqlite_check_remaining_sql() function