Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c126022 char *zAuthArg; local
126025 zAuthArg = pAuthArg->u.zToken;
126027 zAuthArg = 0;
126029 rc = sqlite3AuthCheck(pParse, type, zAuthArg, 0, 0);