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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.c 333 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
395 int pysqlite_check_connection(pysqlite_Connection* con) function
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)) {
    [all...]
  /external/python/cpython2/Modules/_sqlite/
connection.c 336 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
405 int pysqlite_check_connection(pysqlite_Connection* con) function
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))
    [all...]
  /external/python/cpython3/Modules/_sqlite/
connection.c 296 if (!pysqlite_check_thread(self) || !pysqlite_check_connection(self)) {
356 int pysqlite_check_connection(pysqlite_Connection* con) function
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))
    [all...]

Completed in 73 milliseconds