Lines Matching refs:cell
1254 # as a list. Each cell is itself a list of the following form:
1271 set cell [string range $aData $iOff [expr $iOff+$nBytePerCell-1]]
1272 binary scan $cell WIIII rowid x1 x2 y1 y2
1284 foreach cell $L {
1285 set r [lindex $cell 0]
1291 proc rnode_replace_cell {aData iCell cell} {
1292 set aCell [binary format WIIII {*}$cell]
1379 foreach cell $L {
1380 set rowid [lindex $cell 0]
1494 set cell [
1497 set cell [list [lindex $cell 0] \
1498 [lindex $cell 2] [lindex $cell 1] \
1499 [lindex $cell 3] [lindex $cell 4] \
1502 UPDATE rt2_node SET data=rnode_replace_cell(data, 3, $cell) WHERE nodeno=3
1505 } {{Dimension 0 of cell 3 on node 3 is corrupt}}
1508 # EVIDENCE-OF: R-13844-15873 unless the cell is on the root node, that
1509 # the cell is bounded by the parent cell on the parent node.
1513 set cell [
1516 lset cell 3 450
1517 lset cell 4 451
1519 UPDATE rt2_node SET data=rnode_replace_cell(data, 3, $cell) WHERE nodeno=3
1522 } {{Dimension 1 of cell 3 on node 3 is corrupt relative to parent}}
1526 # the %_rowid table corresponding to the cell's rowid value that points
1539 # an entry in the %_parent table mapping from the cell's child node to
1561 # and that there is a leaf cell that corresponds to each entry in the
1572 # structure, and that there is a non-leaf cell that corresponds to each