Home
last modified time | relevance | path

Searched refs:zApp (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5_expr.c2449 static char *fts5PrintfAppend(char *zApp, const char *zFmt, ...){ in fts5PrintfAppend() argument
2455 if( zApp && zNew ){ in fts5PrintfAppend()
2456 char *zNew2 = sqlite3_mprintf("%s%s", zApp, zNew); in fts5PrintfAppend()
2460 sqlite3_free(zApp); in fts5PrintfAppend()
H A Dfts5_index.c6515 const char *zApp = ""; in fts5DecodeRowidList() local
6524 zApp = "+"; in fts5DecodeRowidList()
6526 zApp = "*"; in fts5DecodeRowidList()
6530 sqlite3Fts5BufferAppendPrintf(pRc, pBuf, " %lld%s", iRowid, zApp); in fts5DecodeRowidList()