OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iCell
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
test_stat.c
97
int
iCell
;
388
pCsr->aPage[0].
iCell
= 0;
400
while( p->
iCell
<p->nCell ){
401
StatCell *pCell = &p->aCell[p->
iCell
];
410
"%s%.3x+%.6x", p->zPath, p->
iCell
, pCell->iOvfl
423
p->
iCell
++;
426
while( !p->iRightChildPg || p->
iCell
>p->nCell ){
435
if( p->
iCell
==p->nCell ){
438
p[1].iPgno = p->aCell[p->
iCell
].iChildPg;
441
p[1].
iCell
= 0
[
all
...]
recover.c
[
all
...]
btree.c
859
static u8 *findOverflowCell(MemPage *pPage, int
iCell
){
867
if( k<=
iCell
){
868
if( k==
iCell
){
871
iCell
--;
874
return findCell(pPage,
iCell
);
952
#define parseCell(pPage,
iCell
, pInfo) \
953
btreeParseCellPtr((pPage), findCell((pPage), (
iCell
)), (pInfo))
956
int
iCell
, /* The cell index. First cell is 0 */
959
parseCell(pPage,
iCell
, pInfo);
[
all
...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c
213
int
iCell
; /* Index of current cell in pNode */
550
** Overwrite cell
iCell
of node pNode with the contents of pCell.
556
int
iCell
559
u8 *p = &pNode->zData[4 + pRtree->nBytesPerCell*
iCell
];
568
** Remove cell the cell with index
iCell
from node pNode.
570
static void nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int
iCell
){
571
u8 *pDst = &pNode->zData[4 + pRtree->nBytesPerCell*
iCell
];
573
int nByte = (NCELL(pNode) -
iCell
- 1) * pRtree->nBytesPerCell;
660
** Return the 64-bit integer value associated with cell
iCell
of
667
int
iCell
[
all
...]
viewrtree.tcl
158
proc cell_report {db zTab iParent
iCell
} {
160
set cell [lindex $data $
iCell
]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 434 milliseconds