Home
last modified time | relevance | path

Searched refs:set_authorizer (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/test/test_sqlite3/
H A Dtest_userfunctions.py796 self.con.set_authorizer(self.authorizer_cb)
812 self.con.set_authorizer(None)
H A Dtest_regression.py412 self.con.set_authorizer]:
H A Dtest_dbapi.py1510 lambda: self.con.set_authorizer(None),
1711 con.set_authorizer(authorizer)
/third_party/sqlite/include/
H A Dsqlite3ext.h134 int (*set_authorizer)(sqlite3*,int(*)(void*,int,const char*,const char*, member
492 #define sqlite3_set_authorizer sqlite3_api->set_authorizer
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 165 milliseconds