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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.h 79 int created_statements; member in struct:__anon4706
connection.c 163 self->created_statements = 0;
791 if (self->created_statements++ < 200) {
795 self->created_statements = 0;
    [all...]
  /external/python/cpython2/Modules/_sqlite/
connection.h 79 int created_statements; member in struct:__anon32732
connection.c 166 self->created_statements = 0;
806 if (self->created_statements++ < 200) {
810 self->created_statements = 0;
    [all...]
  /external/python/cpython3/Modules/_sqlite/
connection.h 74 int created_statements; member in struct:__anon33354
connection.c 150 self->created_statements = 0;
765 if (self->created_statements++ < 200) {
769 self->created_statements = 0;
    [all...]

Completed in 406 milliseconds