Home
last modified time | relevance | path

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

/PHP-8.0/ext/sqlite3/
H A Dsqlite3.c2114 int authreturn = SQLITE_DENY; in php_sqlite3_authorizer() local
2122 authreturn = Z_LVAL(retval); in php_sqlite3_authorizer()
2124 if (authreturn != SQLITE_OK && authreturn != SQLITE_IGNORE && authreturn != SQLITE_DENY) { in php_sqlite3_authorizer()
2126 authreturn = SQLITE_DENY; in php_sqlite3_authorizer()
2134 return authreturn; in php_sqlite3_authorizer()

Completed in 10 milliseconds