Searched refs:sqlite3Fts5BufferAppendPrintf (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_config.c | 491 sqlite3Fts5BufferAppendPrintf(&rc, &buf, "T.%Q", p->zContentRowid); in fts5ConfigMakeExprlist() 495 sqlite3Fts5BufferAppendPrintf(&rc, &buf, ", T.%Q", p->azCol[i]); in fts5ConfigMakeExprlist() 497 sqlite3Fts5BufferAppendPrintf(&rc, &buf, ", T.c%d", i); in fts5ConfigMakeExprlist()
|
| H A D | fts5_index.c | 6349 sqlite3Fts5BufferAppendPrintf(pRc, pBuf, "{averages} "); in fts5DebugRowid() 6351 sqlite3Fts5BufferAppendPrintf(pRc, pBuf, "{structure}"); in fts5DebugRowid() 6372 sqlite3Fts5BufferAppendPrintf(pRc, pBuf, in fts5DebugStructure() 6381 sqlite3Fts5BufferAppendPrintf(pRc, pBuf, "}"); in fts5DebugStructure() 6451 sqlite3Fts5BufferAppendPrintf(pRc, pBuf, " %d", iVal); in fts5DecodePoslist() 6472 sqlite3Fts5BufferAppendPrintf(pRc, pBuf, " id=%lld", iDocid); in fts5DecodeDoclist() 6484 sqlite3Fts5BufferAppendPrintf(pRc, pBuf, " id=%lld", iDocid); in fts5DecodeDoclist() 6530 sqlite3Fts5BufferAppendPrintf(pRc, pBuf, " %lld%s", iRowid, zApp); in fts5DecodeRowidList() 6583 sqlite3Fts5BufferAppendPrintf(&rc, &s, in fts5DecodeFunction() 6619 sqlite3Fts5BufferAppendPrintf( in fts5DecodeFunction() [all …]
|
| H A D | fts5_buffer.c | 99 void sqlite3Fts5BufferAppendPrintf( in sqlite3Fts5BufferAppendPrintf() function
|
| H A D | fts5Int.h | 284 void sqlite3Fts5BufferAppendPrintf(int *, Fts5Buffer*, char *zFmt, ...);
|