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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.c 235 void pysqlite_do_all_statements(pysqlite_Connection* self, int action, int reset_cursors) function
363 pysqlite_do_all_statements(self, ACTION_FINALIZE, 1);
460 pysqlite_do_all_statements(self, ACTION_RESET, 0);
506 pysqlite_do_all_statements(self, ACTION_RESET, 1);
    [all...]
  /external/python/cpython2/Modules/_sqlite/
connection.c 238 void pysqlite_do_all_statements(pysqlite_Connection* self, int action, int reset_cursors) function
374 pysqlite_do_all_statements(self, ACTION_FINALIZE, 1);
515 pysqlite_do_all_statements(self, ACTION_RESET, 1);
    [all...]
  /external/python/cpython3/Modules/_sqlite/
connection.c 205 void pysqlite_do_all_statements(pysqlite_Connection* self, int action, int reset_cursors) function
333 pysqlite_do_all_statements(self, ACTION_FINALIZE, 1);
462 pysqlite_do_all_statements(self, ACTION_RESET, 1);
    [all...]

Completed in 87 milliseconds