Lines Matching defs:to
7 * This code is derived from software contributed to Berkeley by
19 * may be used to endorse or promote products derived from this software
23 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
59 * dbp: pointer to access method
60 * key: key to delete
114 * nrec: record to delete
146 * index: index on current page to delete
158 void *to;
164 * them to be added being deleted. Pages made empty by deletion are
171 to = rl = GETRLEAF(h, idx);
181 memmove(from + nbytes, from, (size_t)((char *)to - from));