Home
last modified time | relevance | path

Searched refs:sqlite3Fts5BufferAppendPrintf (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5_config.c491 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 Dfts5_index.c6349 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 Dfts5_buffer.c99 void sqlite3Fts5BufferAppendPrintf( in sqlite3Fts5BufferAppendPrintf() function
H A Dfts5Int.h284 void sqlite3Fts5BufferAppendPrintf(int *, Fts5Buffer*, char *zFmt, ...);