Home | History | Annotate | Download | only in recno

Lines Matching defs:from

7  * This code is derived from software contributed to Berkeley by
19 * may be used to endorse or promote products derived from this software
142 * __REC_DLEAF -- Delete a single record from a recno leaf page.
157 char *from;
162 * Delete a record from a recno leaf page. Internal records are never
163 * deleted from internal pages, regardless of the records that caused
180 from = (char *)(void *)h + h->upper;
181 memmove(from + nbytes, from, (size_t)((char *)to - from));