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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.h 64 int check_same_thread; member in struct:__anon4706
module.c 53 static char *kwlist[] = {"database", "timeout", "detect_types", "isolation_level", "check_same_thread", "factory", "cached_statements", NULL, NULL};
58 int check_same_thread = 1; local
65 &database, &timeout, &detect_types, &isolation_level, &check_same_thread, &factory, &cached_statements))
connection.c 62 static char *kwlist[] = {"database", "timeout", "detect_types", "isolation_level", "check_same_thread", "factory", "cached_statements", NULL, NULL};
68 int check_same_thread = 1; local
78 &database, &timeout, &detect_types, &isolation_level, &check_same_thread, &factory, &cached_statements))
188 self->check_same_thread = check_same_thread;
1091 if (self->check_same_thread) {
    [all...]
  /external/python/cpython2/Modules/_sqlite/
connection.h 64 int check_same_thread; member in struct:__anon32732
module.c 53 static char *kwlist[] = {"database", "timeout", "detect_types", "isolation_level", "check_same_thread", "factory", "cached_statements", NULL, NULL};
58 int check_same_thread = 1; local
65 &database, &timeout, &detect_types, &isolation_level, &check_same_thread, &factory, &cached_statements))
connection.c 62 static char *kwlist[] = {"database", "timeout", "detect_types", "isolation_level", "check_same_thread", "factory", "cached_statements", NULL, NULL};
68 int check_same_thread = 1; local
78 &database, &timeout, &detect_types, &isolation_level, &check_same_thread, &factory, &cached_statements))
191 self->check_same_thread = check_same_thread;
1106 if (self->check_same_thread) {
    [all...]
  /external/python/cpython3/Modules/_sqlite/
connection.h 59 int check_same_thread; member in struct:__anon33354
module.c 55 "check_same_thread", "factory", "cached_statements", "uri",
62 int check_same_thread = 1; local
71 &isolation_level, &check_same_thread,
88 check_same_thread, factory, cached_statements, uri])\n\
connection.c 74 "check_same_thread", "factory", "cached_statements", "uri",
82 int check_same_thread = 1; local
90 &isolation_level, &check_same_thread,
174 if (!check_same_thread && sqlite3_libversion_number() < 3003001) {
178 self->check_same_thread = check_same_thread;
1125 if (self->check_same_thread) {
    [all...]
  /external/python/cpython3/Lib/sqlite3/test/
dbapi.py 184 sqlite.connect(':memory:', check_same_thread=False)
    [all...]

Completed in 373 milliseconds