Lines Matching defs:zApp
228821 static char *fts5PrintfAppend(char *zApp, const char *zFmt, ...){
228827 if( zApp && zNew ){
228828 char *zNew2 = sqlite3_mprintf("%s%s", zApp, zNew);
228832 sqlite3_free(zApp);
236520 const char *zApp = "";
236529 zApp = "+";
236531 zApp = "*";
236535 sqlite3Fts5BufferAppendPrintf(pRc, pBuf, " %lld%s", iRowid, zApp);