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

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

Completed in 172 milliseconds