Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.c576 PyObject* _pysqlite_build_py_params(sqlite3_context *context, int argc, sqlite3_value** argv) in _pysqlite_build_py_params() function
657 args = _pysqlite_build_py_params(context, argc, argv); in _pysqlite_func_callback()
718 args = _pysqlite_build_py_params(context, argc, params); in _pysqlite_step_callback()