HomeSort by relevance Sort by last modified time
    Searched refs:pysqlite_check_remaining_sql (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
statement.c 32 static int pysqlite_check_remaining_sql(const char* tail);
92 if (rc == SQLITE_OK && pysqlite_check_remaining_sql(tail)) {
435 static int pysqlite_check_remaining_sql(const char* tail) function
  /external/python/cpython2/Modules/_sqlite/
statement.c 33 static int pysqlite_check_remaining_sql(const char* tail);
97 if (rc == SQLITE_OK && pysqlite_check_remaining_sql(tail)) {
440 static int pysqlite_check_remaining_sql(const char* tail) function
  /external/python/cpython3/Modules/_sqlite/
statement.c 32 static int pysqlite_check_remaining_sql(const char* tail);
105 if (rc == SQLITE_OK && pysqlite_check_remaining_sql(tail)) {
436 static int pysqlite_check_remaining_sql(const char* tail) function

Completed in 152 milliseconds