Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c107092 u8 *aNext = 0; /* Pointer to buffer to copy data from */ local
107096 rc = vdbePmaReadBlob(p, nCopy, &aNext);
107098 assert( aNext!=p->aAlloc );
107099 assert( aNext!=0 );
107100 memcpy(&p->aAlloc[nByte - nRem], aNext, nCopy);