Searched refs:numkeys (Results 1 – 5 of 5) sorted by relevance
85 @synthesize numkeys;106 numkeys = 0;135 tmp.numkeys = 1;163 if ( numkeys == 1 && nodeType != LEAF ) {195 [tnew insert:self.keys[numkeys-1] value:self index:0 split:&h];196 [tnew insert:q.keys[q.numkeys-1] value:q index:1 split:&h];219 if ( self.numkeys == 0 && self.nodeType == LEAF )222 for (i = 0; i < t.numkeys; i++) {249 * i == t.numkeys if no existing insertion branch found.255 for ( i = 0; i < numkeys; i++ ) {[all …]
59 NSInteger numkeys; /* number of active entries */ variable75 @property (assign) NSInteger numkeys;
114 if ( ret >= 0 && ret < node.numkeys ) {
975 "script numkeys key [key ...] arg [arg ...]",980 "sha1 numkeys key [key ...] arg [arg ...]",1615 "destination numkeys key [key ...] [WEIGHTS weight] [AGGREGATE SUM|MIN|MAX]",1695 "destination numkeys key [key ...] [WEIGHTS weight] [AGGREGATE SUM|MIN|MAX]",
7509 assert(p.data[0].numkeys == 2)