nbytes            485 libdb/bt_delete.c 	u_int32_t nbytes;
nbytes            505 libdb/bt_delete.c 	nbytes = NBLEAF(bl);
nbytes            507 libdb/bt_delete.c 	memmove(from + nbytes, from, (char *)to - from);
nbytes            508 libdb/bt_delete.c 	h->upper += nbytes;
nbytes            514 libdb/bt_delete.c 			ip[0] += nbytes;
nbytes            516 libdb/bt_delete.c 		ip[0] = ip[1] < offset ? ip[1] + nbytes : ip[1];
nbytes             84 libdb/bt_put.c 	u_int32_t nbytes;
nbytes            208 libdb/bt_put.c 	nbytes = NBLEAFDBT(key->size, data->size);
nbytes            209 libdb/bt_put.c 	if (h->upper - h->lower < nbytes + sizeof(indx_t)) {
nbytes            211 libdb/bt_put.c 		    data, dflags, nbytes, index)) != RET_SUCCESS)
nbytes            221 libdb/bt_put.c 	h->linp[index] = h->upper -= nbytes;
nbytes            275 libdb/bt_put.c 	u_int32_t nbytes;
nbytes            289 libdb/bt_put.c 	nbytes = NBLEAFDBT(key->size, data->size);
nbytes            290 libdb/bt_put.c 	if (h->upper - h->lower < nbytes + sizeof(indx_t))
nbytes             98 libdb/bt_split.c 	u_int32_t n, nbytes, nksize = 0;
nbytes            186 libdb/bt_split.c 			nbytes = NBINTERNAL(bi->ksize);
nbytes            190 libdb/bt_split.c 			nbytes = NBINTERNAL(bl->ksize);
nbytes            200 libdb/bt_split.c 				if (n < nbytes) {
nbytes            202 libdb/bt_split.c 					bt_pfxsaved += nbytes - n;
nbytes            204 libdb/bt_split.c 					nbytes = n;
nbytes            212 libdb/bt_split.c 			nbytes = NRINTERNAL;
nbytes            219 libdb/bt_split.c 		if (h->upper - h->lower < nbytes + sizeof(indx_t)) {
nbytes            222 libdb/bt_split.c 			    bt_root(t, h, &l, &r, &skip, nbytes) :
nbytes            223 libdb/bt_split.c 			    bt_page(t, h, &l, &r, &skip, nbytes);
nbytes            238 libdb/bt_split.c 			h->linp[skip] = h->upper -= nbytes;
nbytes            240 libdb/bt_split.c 			memmove(dest, bi, nbytes);
nbytes            244 libdb/bt_split.c 			h->linp[skip] = h->upper -= nbytes;
nbytes            266 libdb/bt_split.c 			h->linp[skip] = h->upper -= nbytes;
nbytes            284 libdb/bt_split.c 			h->linp[skip] = h->upper -= nbytes;
nbytes            543 libdb/bt_split.c 	u_int32_t nbytes;
nbytes            554 libdb/bt_split.c 	nbytes = NBINTERNAL(0);
nbytes            555 libdb/bt_split.c 	h->linp[0] = h->upper = t->bt_psize - nbytes;
nbytes            562 libdb/bt_split.c 		nbytes = NBINTERNAL(bl->ksize);
nbytes            563 libdb/bt_split.c 		h->linp[1] = h->upper -= nbytes;
nbytes            578 libdb/bt_split.c 		nbytes = NBINTERNAL(bi->ksize);
nbytes            579 libdb/bt_split.c 		h->linp[1] = h->upper -= nbytes;
nbytes            581 libdb/bt_split.c 		memmove(dest, bi, nbytes);
nbytes            627 libdb/bt_split.c 	u_int32_t nbytes;
nbytes            643 libdb/bt_split.c 			nbytes = ilen;
nbytes            649 libdb/bt_split.c 				nbytes = NBINTERNAL(bi->ksize);
nbytes            654 libdb/bt_split.c 				nbytes = NBLEAF(bl);
nbytes            659 libdb/bt_split.c 				nbytes = NRINTERNAL;
nbytes            664 libdb/bt_split.c 				nbytes = NRLEAF(rl);
nbytes            678 libdb/bt_split.c 		    used + nbytes + sizeof(indx_t) >= full) || nxt == top - 1) {
nbytes            687 libdb/bt_split.c 			l->linp[off] = l->upper -= nbytes;
nbytes            688 libdb/bt_split.c 			memmove((char *)l + l->upper, src, nbytes);
nbytes            691 libdb/bt_split.c 		used += nbytes + sizeof(indx_t);
nbytes            746 libdb/bt_split.c 			nbytes = NBINTERNAL(bi->ksize);
nbytes            750 libdb/bt_split.c 			nbytes = NBLEAF(bl);
nbytes            754 libdb/bt_split.c 			nbytes = NRINTERNAL;
nbytes            758 libdb/bt_split.c 			nbytes = NRLEAF(rl);
nbytes            764 libdb/bt_split.c 		r->linp[off] = r->upper -= nbytes;
nbytes            765 libdb/bt_split.c 		memmove((char *)r + r->upper, src, nbytes);
nbytes            377 libglibc/obstack.c   register int nbytes = 0;
nbytes            381 libglibc/obstack.c       nbytes += lp->limit - (char *) lp;
nbytes            383 libglibc/obstack.c   return nbytes;
nbytes           2703 libglibc/regex.c                      unsigned nbytes = 10 + (upper_bound > 1) * 10;
nbytes           2705 libglibc/regex.c                      GET_BUFFER_SPACE (nbytes);