Searched refs:nCopyBytes (Results 1 – 1 of 1) sorted by relevance
32340 i64 nCopyBytes; in sqlite3_str_vappendf() local32342 nCopyBytes = length*nPrior; in sqlite3_str_vappendf()32343 if( nCopyBytes + pAccum->nChar >= pAccum->nAlloc ){ in sqlite3_str_vappendf()32344 sqlite3StrAccumEnlarge(pAccum, nCopyBytes); in sqlite3_str_vappendf()32348 &pAccum->zText[pAccum->nChar-nCopyBytes], nCopyBytes); in sqlite3_str_vappendf()