Lines Matching refs:zApp
234842 char *zApp = 0; local
234845 zApp = sqlite3_vmprintf(zFmt, ap);
234846 if( zApp==0 ){
234849 sessionAppendStr(p, zApp, pRc);
234852 sqlite3_free(zApp);
248769 static char *fts5PrintfAppend(char *zApp, const char *zFmt, ...){ argument
248775 if( zApp && zNew ){
248776 char *zNew2 = sqlite3_mprintf("%s%s", zApp, zNew);
248780 sqlite3_free(zApp);
259023 const char *zApp = ""; local
259032 zApp = "+";
259034 zApp = "*";
259038 sqlite3Fts5BufferAppendPrintf(pRc, pBuf, " %lld%s", iRowid, zApp);