Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dstatement.c33 static int pysqlite_check_remaining_sql(const char* tail);
97 if (rc == SQLITE_OK && pysqlite_check_remaining_sql(tail)) { in pysqlite_statement_create()
440 static int pysqlite_check_remaining_sql(const char* tail) in pysqlite_check_remaining_sql() function