nbytes            477 libdb/bt_delete.c 	u_int32_t nbytes;
nbytes            497 libdb/bt_delete.c 	nbytes = NBLEAF(bl);
nbytes            499 libdb/bt_delete.c 	memmove(from + nbytes, from, (char *)to - from);
nbytes            500 libdb/bt_delete.c 	h->upper += nbytes;
nbytes            506 libdb/bt_delete.c 			ip[0] += nbytes;
nbytes            508 libdb/bt_delete.c 		ip[0] = ip[1] < offset ? ip[1] + nbytes : ip[1];
nbytes             83 libdb/bt_put.c 	u_int32_t nbytes;
nbytes            207 libdb/bt_put.c 	nbytes = NBLEAFDBT(key->size, data->size);
nbytes            208 libdb/bt_put.c 	if (h->upper - h->lower < nbytes + sizeof(indx_t)) {
nbytes            210 libdb/bt_put.c 		    data, dflags, nbytes, index)) != RET_SUCCESS)
nbytes            220 libdb/bt_put.c 	h->linp[index] = h->upper -= nbytes;
nbytes            274 libdb/bt_put.c 	u_int32_t nbytes;
nbytes            288 libdb/bt_put.c 	nbytes = NBLEAFDBT(key->size, data->size);
nbytes            289 libdb/bt_put.c 	if (h->upper - h->lower < nbytes + sizeof(indx_t))
nbytes             97 libdb/bt_split.c 	u_int32_t n, nbytes, nksize = 0;
nbytes            185 libdb/bt_split.c 			nbytes = NBINTERNAL(bi->ksize);
nbytes            189 libdb/bt_split.c 			nbytes = NBINTERNAL(bl->ksize);
nbytes            199 libdb/bt_split.c 				if (n < nbytes) {
nbytes            201 libdb/bt_split.c 					bt_pfxsaved += nbytes - n;
nbytes            203 libdb/bt_split.c 					nbytes = n;
nbytes            211 libdb/bt_split.c 			nbytes = NRINTERNAL;
nbytes            218 libdb/bt_split.c 		if (h->upper - h->lower < nbytes + sizeof(indx_t)) {
nbytes            221 libdb/bt_split.c 			    bt_root(t, h, &l, &r, &skip, nbytes) :
nbytes            222 libdb/bt_split.c 			    bt_page(t, h, &l, &r, &skip, nbytes);
nbytes            237 libdb/bt_split.c 			h->linp[skip] = h->upper -= nbytes;
nbytes            239 libdb/bt_split.c 			memmove(dest, bi, nbytes);
nbytes            243 libdb/bt_split.c 			h->linp[skip] = h->upper -= nbytes;
nbytes            265 libdb/bt_split.c 			h->linp[skip] = h->upper -= nbytes;
nbytes            283 libdb/bt_split.c 			h->linp[skip] = h->upper -= nbytes;
nbytes            538 libdb/bt_split.c 	u_int32_t nbytes;
nbytes            549 libdb/bt_split.c 	nbytes = NBINTERNAL(0);
nbytes            550 libdb/bt_split.c 	h->linp[0] = h->upper = t->bt_psize - nbytes;
nbytes            557 libdb/bt_split.c 		nbytes = NBINTERNAL(bl->ksize);
nbytes            558 libdb/bt_split.c 		h->linp[1] = h->upper -= nbytes;
nbytes            573 libdb/bt_split.c 		nbytes = NBINTERNAL(bi->ksize);
nbytes            574 libdb/bt_split.c 		h->linp[1] = h->upper -= nbytes;
nbytes            576 libdb/bt_split.c 		memmove(dest, bi, nbytes);
nbytes            621 libdb/bt_split.c 	u_int32_t nbytes;
nbytes            637 libdb/bt_split.c 			nbytes = ilen;
nbytes            643 libdb/bt_split.c 				nbytes = NBINTERNAL(bi->ksize);
nbytes            648 libdb/bt_split.c 				nbytes = NBLEAF(bl);
nbytes            653 libdb/bt_split.c 				nbytes = NRINTERNAL;
nbytes            658 libdb/bt_split.c 				nbytes = NRLEAF(rl);
nbytes            672 libdb/bt_split.c 		    used + nbytes + sizeof(indx_t) >= full) || nxt == top - 1) {
nbytes            681 libdb/bt_split.c 			l->linp[off] = l->upper -= nbytes;
nbytes            682 libdb/bt_split.c 			memmove((char *)l + l->upper, src, nbytes);
nbytes            685 libdb/bt_split.c 		used += nbytes + sizeof(indx_t);
nbytes            740 libdb/bt_split.c 			nbytes = NBINTERNAL(bi->ksize);
nbytes            744 libdb/bt_split.c 			nbytes = NBLEAF(bl);
nbytes            748 libdb/bt_split.c 			nbytes = NRINTERNAL;
nbytes            752 libdb/bt_split.c 			nbytes = NRLEAF(rl);
nbytes            758 libdb/bt_split.c 		r->linp[off] = r->upper -= nbytes;
nbytes            759 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);