OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pysqlite_check_thread
(Results
1 - 3
of
3
) 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
...]
Completed in 152 milliseconds