Home
last modified time | relevance | path

Searched defs:dbname (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/test_sqlite3/
Dtest_userfunctions.py777 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/
Dconnection.c1243 const char *arg2 , const char *dbname, in authorizer_callback()