/prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/ |
userfunctions.py | 379 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerTests 398 self.con.set_authorizer(self.authorizer_cb) 423 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerRaiseExceptionTests 432 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerIllegalTypeTests 441 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerLargeIntegerTests
|
/prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/ |
userfunctions.py | 379 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerTests 398 self.con.set_authorizer(self.authorizer_cb) 423 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerRaiseExceptionTests 432 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerIllegalTypeTests 441 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerLargeIntegerTests
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
userfunctions.py | 379 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerTests 398 self.con.set_authorizer(self.authorizer_cb) 423 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerRaiseExceptionTests 432 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerIllegalTypeTests 441 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerLargeIntegerTests
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
userfunctions.py | 379 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerTests 398 self.con.set_authorizer(self.authorizer_cb) 423 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerRaiseExceptionTests 432 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerIllegalTypeTests 441 def authorizer_cb(action, arg1, arg2, dbname, source): member in class:AuthorizerLargeIntegerTests
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
connection.c | 981 PyObject* authorizer_cb;
local 991 kwlist, &authorizer_cb)) {
995 rc = sqlite3_set_authorizer(self->db, _authorizer_callback, (void*)authorizer_cb);
1001 if (PyDict_SetItem(self->function_pinboard, authorizer_cb, Py_None) == -1)
[all...] |