Lines Matching refs:nRep
125979 int nRep; /* Size of zRep */126007 nRep = sqlite3_value_bytes(argv[2]);126021 if( nRep>nPattern ){126022 nOut += nRep - nPattern;126044 memcpy(&zOut[j], zRep, nRep);126045 j += nRep;