Searched defs:authorizer_cb (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/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
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_sqlite3/ |
D | test_userfunctions.py | 777 def authorizer_cb(action, arg1, arg2, dbname, source): member in AuthorizerTests 819 def authorizer_cb(action, arg1, arg2, dbname, source): member in AuthorizerRaiseExceptionTests 836 def authorizer_cb(action, arg1, arg2, dbname, source): member in AuthorizerIllegalTypeTests 845 def authorizer_cb(action, arg1, arg2, dbname, source): member in AuthorizerLargeIntegerTests
|
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/ |
D | connection.c | 996 PyObject* authorizer_cb; in pysqlite_connection_set_authorizer() local
|