Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.c981 PyObject* authorizer_cb; in pysqlite_connection_set_authorizer() local
991 kwlist, &authorizer_cb)) { in pysqlite_connection_set_authorizer()
995 rc = sqlite3_set_authorizer(self->db, _authorizer_callback, (void*)authorizer_cb); in pysqlite_connection_set_authorizer()
1001 if (PyDict_SetItem(self->function_pinboard, authorizer_cb, Py_None) == -1) in pysqlite_connection_set_authorizer()