Searched refs:aNext (Results 1 – 1 of 1) sorted by relevance
106934 u8 *aNext = 0; /* Pointer to buffer to copy data from */ local106938 rc = vdbePmaReadBlob(p, nCopy, &aNext);106940 assert( aNext!=p->aAlloc );106941 assert( aNext!=0 );106942 memcpy(&p->aAlloc[nByte - nRem], aNext, nCopy);