Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c22580 const char *zA2, in safeModeAuth() argument
22609 if( sqlite3_stricmp(zA2, azProhibitedFunctions[i])==0 ){ in safeModeAuth()
22628 const char *zA2, in shellAuth() argument
22649 az[1] = zA2; in shellAuth()
22662 if( p->bSafeMode ) (void)safeModeAuth(pClientData, op, zA1, zA2, zA3, zA4); in shellAuth()