Lines Matching defs:buf2
217757 SessionBuffer buf2 = {0,0,0}; /* Buffer to accumulate new.* record in */
217826 sessionAppendCol(&buf2, pStmt, i, &rc);
217828 sessionAppendByte(&buf2, 0, &rc);
217837 sessionAppendBlob(pBuf, buf2.aBuf, buf2.nBuf, &rc);
217839 sqlite3_free(buf2.aBuf);
236041 Fts5Buffer buf2 = {0,0,0};
236075 res = fts5BufferCompare(&buf1, &buf2);
236079 fts5BufferSet(&p->rc, &buf2, buf1.n, buf1.p);
236083 fts5BufferFree(&buf2);