Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c17678 void *pAuthArg; /* 1st argument to the access auth function */ member
120072 Expr *pAuthArg, /* Expression to pass to authorization callback */
120098 if( ALWAYS(pAuthArg) ){
120100 if( pAuthArg->op==TK_STRING ){
120101 assert( !ExprHasProperty(pAuthArg, EP_IntValue) );
120102 zAuthArg = pAuthArg->u.zToken;
120426 db->pAuthArg = pArg;
120461 rc = db->xAuth(db->pAuthArg, SQLITE_READ, zTab,zCol,zDb,pParse->zAuthContext
120572 rc = db->xAuth(db->pAuthArg, code, zArg1, zArg2, zArg3, pParse->zAuthContext