HomeSort by relevance Sort by last modified time
    Searched refs:pAuthArg (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
auth.c 77 db->pAuthArg = pArg;
111 rc = db->xAuth(db->pAuthArg, SQLITE_READ, zTab,zCol,zDb,pParse->zAuthContext);
211 rc = db->xAuth(db->pAuthArg, code, zArg1, zArg2, zArg3, pParse->zAuthContext);
attach.c 292 Expr *pAuthArg, /* Expression to pass to authorization callback */
316 if( pAuthArg ){
318 if( pAuthArg->op==TK_STRING ){
319 zAuthArg = pAuthArg->u.zToken;
sqliteInt.h 863 void *pAuthArg; /* 1st argument to the access auth function */
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 61 milliseconds