Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1119 const char *zArg3, in auth_callback() argument
1181 Tcl_DStringAppendElement(&str, zArg3 ? zArg3 : ""); in auth_callback()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c120548 const char *zArg3
120569 testcase( zArg3==0 );
120572 rc = db->xAuth(db->pAuthArg, code, zArg1, zArg2, zArg3, pParse->zAuthContext