Searched refs:_pysqlite_func_callback (Results 1 – 1 of 1) sorted by relevance
643 void _pysqlite_func_callback(sqlite3_context* context, int argc, sqlite3_value** argv) in _pysqlite_func_callback() function867 …_create_function(self->db, name, narg, SQLITE_UTF8, (void*)func, _pysqlite_func_callback, NULL, NU… in pysqlite_connection_create_function()