Home
last modified time | relevance | path

Searched refs:authorizer (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_setauthorizer.phpt2 SQLite3 user authorizer trampoline callback
19 $callback = [$o, 'authorizer'];
38 Trampoline for authorizer
40 Trampoline for authorizer
H A Dsqlite3_40_setauthorizer.phpt2 SQLite3 user authorizer callback
29 // Test disabling the authorizer
48 // Try to return something invalid from the authorizer
102 The authorizer callback returned an invalid type: expected int
104 The authorizer callback returned an invalid value: 4200
H A Dsqlite3_trampoline_setauthorizer_null.phpt2 SQLite3 user authorizer null
H A Dgh9032.phpt2 SQLite3 authorizer crashes on NULL values
H A Dsqlite3_trampoline_setauthorizer_no_leak.phpt19 $callback = [$o, 'authorizer'];
/php-src/ext/pdo_sqlite/tests/
H A Dgh9032.phpt2 SQLite3 authorizer crashes on NULL values
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c777 static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, in authorizer() function
837 sqlite3_set_authorizer(H->db, authorizer, NULL); in pdo_sqlite_handle_factory()

Completed in 15 milliseconds