Home
last modified time | relevance | path

Searched refs:aNext (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c106934 u8 *aNext = 0; /* Pointer to buffer to copy data from */ local
106938 rc = vdbePmaReadBlob(p, nCopy, &aNext);
106940 assert( aNext!=p->aAlloc );
106941 assert( aNext!=0 );
106942 memcpy(&p->aAlloc[nByte - nRem], aNext, nCopy);