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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.c 35 #define ACTION_FINALIZE 1
234 /* action in (ACTION_RESET, ACTION_FINALIZE) */
363 pysqlite_do_all_statements(self, ACTION_FINALIZE, 1);
    [all...]
  /external/python/cpython2/Modules/_sqlite/
connection.c 35 #define ACTION_FINALIZE 1
237 /* action in (ACTION_RESET, ACTION_FINALIZE) */
374 pysqlite_do_all_statements(self, ACTION_FINALIZE, 1);
    [all...]
  /external/python/cpython3/Modules/_sqlite/
connection.c 35 #define ACTION_FINALIZE 1
204 /* action in (ACTION_RESET, ACTION_FINALIZE) */
333 pysqlite_do_all_statements(self, ACTION_FINALIZE, 1);
    [all...]

Completed in 68 milliseconds