Lines Matching refs:record
18 /* Get the length and offset of the given record in the given node */
30 /* Get the length of the key from a keyed record */
82 fd->record = -1;
87 /* new record idx and complete record size */
88 rec = fd->record + 1;
186 rec_off = tree->node_size - (fd->record + 2) * 2;
195 fd->record, fd->keylength + fd->entrylength);
226 if (!fd->record)
282 if (fd->record + 1 < num_recs) {
283 /* new record is in the lower half,
293 fd->record -= num_recs;
371 if (fd->record < 0)
374 rec = fd->record;
399 rec = fd->record;