Home
last modified time | relevance | path

Searched refs:pSqlCtx (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c12809 void *pSqlCtx; /* SQL callback context */ member
13490 int res = p->xSql(p->pSqlCtx, zSql); in recoverSqlCallback()
15298 void *pSqlCtx /* Context arg for _recover_init_sql() */ in recoverInit()
15320 pRet->pSqlCtx = pSqlCtx; in recoverInit()
15347 void *pSqlCtx in sqlite3_recover_init_sql()
15349 return recoverInit(db, zDb, 0, xSql, pSqlCtx); in sqlite3_recover_init_sql()

Completed in 34 milliseconds