Searched refs:xSql (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/sqlite3/ |
| D | shell.c | 13392 int (*xSql)(void*, const char*), 14682 int (*xSql)(void*,const char*); /* Pointer to SQL callback function */ member 15362 if( p->errCode==SQLITE_OK && p->xSql ){ in recoverSqlCallback() 15363 int res = p->xSql(p->pSqlCtx, zSql); in recoverSqlCallback() 15780 int bSql = p->xSql ? 1 : 0; in recoverInsertStmt() 15933 if( p->xSql==0 ){ in recoverLostAndFoundInsert() 17178 int (*xSql)(void*, const char*),/* SQL callback for _recover_init_sql() */ in recoverInit() 17200 pRet->xSql = xSql; in recoverInit() 17227 int (*xSql)(void*, const char*), in sqlite3_recover_init_sql() 17230 return recoverInit(db, zDb, 0, xSql, pSqlCtx); in sqlite3_recover_init_sql()
|