Lines Matching defs:aNext
100335 u8 *aNext; /* Pointer to buffer to copy data from */100339 rc = vdbePmaReadBlob(p, nCopy, &aNext);100341 assert( aNext!=p->aAlloc );100342 memcpy(&p->aAlloc[nByte - nRem], aNext, nCopy);