Searched refs:fts5IndexPrepareStmt (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_index.c | 724 static int fts5IndexPrepareStmt( in fts5IndexPrepareStmt() function 751 fts5IndexPrepareStmt(p, &p->pWriter, sqlite3_mprintf( in fts5DataWrite() 779 if( fts5IndexPrepareStmt(p, &p->pDeleter, zSql) ) return; in fts5DataDelete() 797 fts5IndexPrepareStmt(p, &p->pIdxDeleter, sqlite3_mprintf( in fts5DataRemoveSegment() 1067 p->rc = fts5IndexPrepareStmt(p, &p->pDataVersion, in fts5IndexDataVersion() 2411 fts5IndexPrepareStmt(p, &p->pIdxSelect, sqlite3_mprintf( in fts5IdxSelectStmt() 4186 fts5IndexPrepareStmt(p, &p->pIdxWriter, sqlite3_mprintf( in fts5WriteInit() 6093 fts5IndexPrepareStmt(p, &pStmt, sqlite3_mprintf( in fts5IndexIntegrityCheckSegment()
|