Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dconnection.c671 _pysqlite_build_py_params(sqlite3_context *context, int argc, in _pysqlite_build_py_params() function
778 args = _pysqlite_build_py_params(context, argc, argv); in func_callback()
828 args = _pysqlite_build_py_params(context, argc, params); in step_callback()
1074 PyObject *args = _pysqlite_build_py_params(context, argc, params); in inverse_callback()
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dconnection.c586 PyObject* _pysqlite_build_py_params(sqlite3_context *context, int argc, sqlite3_value** argv) in _pysqlite_build_py_params() function
666 args = _pysqlite_build_py_params(context, argc, argv); in _pysqlite_func_callback()
729 args = _pysqlite_build_py_params(context, argc, params); in _pysqlite_step_callback()