Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c125814 char *zAuthArg; local
125817 zAuthArg = pAuthArg->u.zToken;
125819 zAuthArg = 0;
125821 rc = sqlite3AuthCheck(pParse, type, zAuthArg, 0, 0);