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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c239 ** Both the key and the data are stored in aPayload[]. The key always comes
240 ** first. The aPayload[] field grows as necessary to hold the key and data,
253 char aPayload[MX_LOCAL_PAYLOAD]; /* Key and data */ member in struct:Cell
286 char aPayload[OVERFLOW_SIZE]; member in struct:OverflowPage
291 ** hold information about free pages. The aPayload section of each
1184 char *aPayload; local
1190 aPayload = pCur->pPage->apCell[pCur->idx]->aPayload;
1196 memcpy(zBuf, &aPayload[offset], a);
1221 memcpy(zBuf, &pOvfl->aPayload[offse
[all...]

Completed in 58 milliseconds