Lines Matching refs:record
19 /* Get the length and offset of the given record in the given node */
31 /* Get the length of the key from a keyed record */
80 fd->record = -1;
85 /* new record idx and complete record size */
86 rec = fd->record + 1;
188 rec_off = tree->node_size - (fd->record + 2) * 2;
197 fd->record, fd->keylength + fd->entrylength);
230 if (!fd->record)
286 if (fd->record + 1 < num_recs) {
287 /* new record is in the lower half,
297 fd->record -= num_recs;
375 if (fd->record < 0)
378 rec = fd->record;
404 rec = fd->record;