Home
last modified time | relevance | path

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

/PHP-5.6/ext/sqlite3/
H A Dsqlite3.c41 static int php_sqlite3_authorizer(void *autharg, int access_type, const char *arg3, const char *arg…
177 sqlite3_set_authorizer(db_obj->db, php_sqlite3_authorizer, NULL);
2042 static int php_sqlite3_authorizer(void *autharg, int access_type, const char *arg3, const char *arg… function

Completed in 11 milliseconds