Home
last modified time | relevance | path

Searched refs:R_FIXEDLEN (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/db/recno/
H A Drec_open.c69 if (openinfo->flags & ~(R_FIXEDLEN | R_NOKEY | R_SNAPSHOT)) in __rec_open()
94 if (openinfo->flags & R_FIXEDLEN) { in __rec_open()
/freebsd/include/
H A Ddb.h142 #define R_FIXEDLEN 0x01 /* fixed-length records */ macro