HomeSort by: relevance | last modified time | path
    Searched refs:aOvfl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
shell.c 20354 u8 *aOvfl = 0;
20357 rc = dbdataLoadPage(pCsr, pgnoOvfl, &aOvfl, &nOvfl);
20358 assert( rc!=SQLITE_OK || aOvfl==0 || nOvfl==pCsr->nPage );
20360 if( aOvfl==0 ) break;
20364 memcpy(&pCsr->rec.aBuf[nPayload-nRem], &aOvfl[4], nCopy);
20367 pgnoOvfl = get_uint32(aOvfl);
20368 sqlite3_free(aOvfl);
    [all...]
sqlite3.c     [all...]

Completed in 117 milliseconds