Searched defs:Cell (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dbtree.c50 ** entry and the preceding pointer are combined to form a "Cell". Each
100 typedef struct Cell Cell; typedef in typeref:struct:Cell
167 ** Data is stored in a linked list of Cell structures. PageHdr.firstCell
171 ** A Cell contains all information about a database entry and a pointer
173 ** other words, the i-th Cell contains both Ptr(i) and Key(i). The
183 ** Entries on a page of the database are called "Cells". Each Cell
188 ** A definition of the complete Cell structure is given below. The
211 ** The minimum size of a complete Cell. The Cell mus
251 struct Cell { struct
[all...]

Completed in 29 milliseconds