Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dattach.c358 char *zAuthArg; in codeAttach() local
361 zAuthArg = pAuthArg->u.zToken; in codeAttach()
363 zAuthArg = 0; in codeAttach()
365 rc = sqlite3AuthCheck(pParse, type, zAuthArg, 0, 0); in codeAttach()