Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c18936 const char *zA1, in safeModeAuth() argument
18951 UNUSED_PARAMETER(zA1); in safeModeAuth()
18984 const char *zA1, in shellAuth() argument
19005 az[0] = zA1; in shellAuth()
19019 if( p->bSafeMode ) (void)safeModeAuth(pClientData, op, zA1, zA2, zA3, zA4); in shellAuth()