Home
last modified time | relevance | path

Searched refs:set_authorizer (Results 1 – 8 of 8) sorted by relevance

/third_party/sqlite/include/
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/python/Lib/sqlite3/test/
Dregression.py405 self.con.set_authorizer]:
Duserfunctions.py509 self.con.set_authorizer(self.authorizer_cb)
Ddbapi.py838 con.set_authorizer(authorizer)
/third_party/python/Doc/library/
Dsqlite3.rst453 .. method:: set_authorizer(authorizer_callback)
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst2881 :meth:`sqlite3.Connection.set_authorizer`,
D3.8.0a1.rst3785 :meth:`sqlite3.Connection.set_authorizer`,
/third_party/sqlite/src/
Dsqlite3.c131848 int (*set_authorizer)(sqlite3*,int(*)(void*,int,const char*,const char*,
132202 #define sqlite3_set_authorizer sqlite3_api->set_authorizer