Searched defs:authorizer_cb (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/sqlite3/test/ |
D | userfunctions.py | 385 def authorizer_cb(action, arg1, arg2, dbname, source): member in AuthorizerTests 429 def authorizer_cb(action, arg1, arg2, dbname, source): member in AuthorizerRaiseExceptionTests 438 def authorizer_cb(action, arg1, arg2, dbname, source): member in AuthorizerIllegalTypeTests 447 def authorizer_cb(action, arg1, arg2, dbname, source): member in AuthorizerLargeIntegerTests
|
/external/python/cpython3/Lib/sqlite3/test/ |
D | userfunctions.py | 416 def authorizer_cb(action, arg1, arg2, dbname, source): member in AuthorizerTests 452 def authorizer_cb(action, arg1, arg2, dbname, source): member in AuthorizerRaiseExceptionTests 461 def authorizer_cb(action, arg1, arg2, dbname, source): member in AuthorizerIllegalTypeTests 470 def authorizer_cb(action, arg1, arg2, dbname, source): member in AuthorizerLargeIntegerTests
|
/external/python/cpython2/Modules/_sqlite/ |
D | connection.c | 996 PyObject* authorizer_cb; in pysqlite_connection_set_authorizer() local
|
/external/python/cpython3/Modules/_sqlite/ |
D | connection.c | 997 PyObject* authorizer_cb; in pysqlite_connection_set_authorizer() local
|