Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sqlite/
Dstatement.c32 static int pysqlite_check_remaining_sql(const char* tail);
105 if (rc == SQLITE_OK && pysqlite_check_remaining_sql(tail)) { in pysqlite_statement_create()
390 static int pysqlite_check_remaining_sql(const char* tail) in pysqlite_check_remaining_sql() function
/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