Searched refs:pysqlite_check_remaining_sql (Results 1 – 1 of 1) sorted by relevance
32 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