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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
prepare_protocol.c 37 PyTypeObject pysqlite_PrepareProtocolType= {
81 pysqlite_PrepareProtocolType.tp_new = PyType_GenericNew;
82 Py_TYPE(&pysqlite_PrepareProtocolType)= &PyType_Type;
83 return PyType_Ready(&pysqlite_PrepareProtocolType);
  /external/python/cpython2/Modules/_sqlite/
prepare_protocol.c 37 PyTypeObject pysqlite_PrepareProtocolType= {
81 pysqlite_PrepareProtocolType.tp_new = PyType_GenericNew;
82 Py_TYPE(&pysqlite_PrepareProtocolType)= &PyType_Type;
83 return PyType_Ready(&pysqlite_PrepareProtocolType);
  /external/python/cpython3/Modules/_sqlite/
prepare_protocol.c 36 PyTypeObject pysqlite_PrepareProtocolType= {
80 pysqlite_PrepareProtocolType.tp_new = PyType_GenericNew;
81 Py_TYPE(&pysqlite_PrepareProtocolType)= &PyType_Type;
82 return PyType_Ready(&pysqlite_PrepareProtocolType);

Completed in 704 milliseconds