Searched defs:dbname (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Lib/test/test_sqlite3/ |
| D | test_userfunctions.py | 777 def authorizer_cb(action, arg1, arg2, dbname, source): argument 819 def authorizer_cb(action, arg1, arg2, dbname, source): argument 836 def authorizer_cb(action, arg1, arg2, dbname, source): argument 845 def authorizer_cb(action, arg1, arg2, dbname, source): argument
|
| /third_party/python/Modules/_sqlite/ |
| D | connection.c | 1243 const char *arg2 , const char *dbname, in authorizer_callback()
|