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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c2198 int subtotal; /* Subtotal of bytes in cells on one page */ local
2428 for(subtotal=k=i=0; i<nCell; i++){
2429 subtotal += szCell[i];
2430 if( subtotal > USABLE_SPACE ){
2431 szNew[k] = subtotal - szCell[i];
2433 subtotal = 0;
2437 szNew[k] = subtotal;

Completed in 66 milliseconds