Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_sqlite/
Dconnection.c927 static int _authorizer_callback(void* user_arg, int action, const char* arg1, const char* arg2 , co… in _authorizer_callback() function
1010 rc = sqlite3_set_authorizer(self->db, _authorizer_callback, (void*)authorizer_cb); in pysqlite_connection_set_authorizer()