Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.c643 void _pysqlite_func_callback(sqlite3_context* context, int argc, sqlite3_value** argv) in _pysqlite_func_callback() function
867 …_create_function(self->db, name, narg, SQLITE_UTF8, (void*)func, _pysqlite_func_callback, NULL, NU… in pysqlite_connection_create_function()