Searched refs:nCopyBytes (Results 1 – 1 of 1) sorted by relevance
31543 i64 nCopyBytes; in sqlite3_str_vappendf() local31545 nCopyBytes = length*nPrior; in sqlite3_str_vappendf()31546 if( nCopyBytes + pAccum->nChar >= pAccum->nAlloc ){ in sqlite3_str_vappendf()31547 sqlite3StrAccumEnlarge(pAccum, nCopyBytes); in sqlite3_str_vappendf()31551 &pAccum->zText[pAccum->nChar-nCopyBytes], nCopyBytes); in sqlite3_str_vappendf()