Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/
H A DTODO5 - Add user-space callback for the authorizer function (this is potentially
H A Dpdo_sqlite2.c539 static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, in authorizer() function
602 sqlite_set_authorizer(H->db, authorizer, NULL); in pdo_sqlite2_handle_factory()
/PHP-5.3/ext/pdo_sqlite/
H A Dsqlite_driver.c784 static int authorizer(void *autharg, int access_type, const char *arg3, const char *arg4, in authorizer() function
846 sqlite3_set_authorizer(H->db, authorizer, NULL); in pdo_sqlite_handle_factory()

Completed in 24 milliseconds