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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.h 133 int pysqlite_check_thread(pysqlite_Connection* self);
connection.c 333 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
359 if (!pysqlite_check_thread(self)) {
455 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
501 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
857 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
891 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
986 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
1016 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
1044 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
1069 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
1088 int pysqlite_check_thread(pysqlite_Connection* self) function
    [all...]
cursor.c 114 if (!pysqlite_check_thread(self->connection)) {
445 return pysqlite_check_thread(cur->connection) && pysqlite_check_connection(cur->connection);
1029 if (!pysqlite_check_thread(self->connection) || !pysqlite_check_connection(self->connection)) {
    [all...]
  /external/python/cpython2/Modules/_sqlite/
connection.h 133 int pysqlite_check_thread(pysqlite_Connection* self);
connection.c 336 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
370 if (!pysqlite_check_thread(self)) {
465 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
510 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
870 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
904 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
1001 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
1031 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
1059 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
1084 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self))
1103 int pysqlite_check_thread(pysqlite_Connection* self) function
    [all...]
cursor.c 106 if (!pysqlite_check_thread(self->connection)) {
435 return pysqlite_check_thread(cur->connection) && pysqlite_check_connection(cur->connection);
1018 if (!pysqlite_check_thread(self->connection) || !pysqlite_check_connection(self->connection)) {
    [all...]
  /external/python/cpython3/Modules/_sqlite/
connection.h 122 int pysqlite_check_thread(pysqlite_Connection* self);
connection.c 296 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
329 if (!pysqlite_check_thread(self)) {
414 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
457 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
829 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
862 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
997 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
1026 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
1053 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
1080 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self))
1122 int pysqlite_check_thread(pysqlite_Connection* self) function
    [all...]
cursor.c 67 if (!pysqlite_check_thread(self->connection)) {
376 return pysqlite_check_thread(cur->connection) && pysqlite_check_connection(cur->connection);
920 if (!pysqlite_check_thread(self->connection) || !pysqlite_check_connection(self->connection)) {

Completed in 91 milliseconds