Searched refs:cellbody (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c5536 int cellbody; /* Address of next cell body */ local
5552 cellbody = nUsable;
5555 cellbody -= aSize[i];
5556 put2byte(pCellptr, cellbody);
5557 memcpy(&data[cellbody], apCell[i], aSize[i]);
5560 put2byte(&data[hdr+5], cellbody);
5561 pPage->nFree -= (nCell*2 + nUsable - cellbody);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c52655 int cellbody; /* Address of next cell body */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c57355 int cellbody; /* Address of next cell body */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c57375 int cellbody; /* Address of next cell body */ local
[all...]

Completed in 598 milliseconds