Home
last modified time | relevance | path

Searched refs:pysqlite_complete_statement_impl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/clinic/
Dmodule.c.h15 pysqlite_complete_statement_impl(PyObject *module, const char *statement);
43 return_value = pysqlite_complete_statement_impl(module, statement); in pysqlite_complete_statement()
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dmodule.c94 pysqlite_complete_statement_impl(PyObject *module, const char *statement) in pysqlite_complete_statement_impl() function