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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
statement.h 47 void pysqlite_statement_dealloc(pysqlite_Statement* self);
statement.c 406 void pysqlite_statement_dealloc(pysqlite_Statement* self) function
502 (destructor)pysqlite_statement_dealloc, /* tp_dealloc */
  /external/python/cpython2/Modules/_sqlite/
statement.h 47 void pysqlite_statement_dealloc(pysqlite_Statement* self);
statement.c 413 void pysqlite_statement_dealloc(pysqlite_Statement* self) function
507 (destructor)pysqlite_statement_dealloc, /* tp_dealloc */
  /external/python/cpython3/Modules/_sqlite/
statement.h 48 void pysqlite_statement_dealloc(pysqlite_Statement* self);
statement.c 409 void pysqlite_statement_dealloc(pysqlite_Statement* self) function
503 (destructor)pysqlite_statement_dealloc, /* tp_dealloc */

Completed in 254 milliseconds