Searched refs:authorizer (Results 1 – 5 of 5) sorted by relevance
2 SQLite3 user authorizer callback29 // Test disabling the authorizer48 // Try to return something invalid from the authorizer102 The authorizer callback returned an invalid type: expected int104 The authorizer callback returned an invalid value
2 SQLite3 authorizer crashes on NULL values
740 static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, in authorizer() function806 sqlite3_set_authorizer(H->db, authorizer, NULL); in pdo_sqlite_handle_factory()
163 . Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values). (cmb)166 . Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values). (cmb)
Completed in 11 milliseconds