/src/lib/libc/db/recno/ |
extern.h | 42 int __rec_fpipe(BTREE *, recno_t);
|
extern.h | 42 int __rec_fpipe(BTREE *, recno_t);
|
extern.h | 42 int __rec_fpipe(BTREE *, recno_t);
|
extern.h | 42 int __rec_fpipe(BTREE *, recno_t);
|
rec_get.c | 111 * __REC_FPIPE -- Get fixed length records from a pipe. 121 __rec_fpipe(BTREE *t, recno_t top) function in typeref:typename:int
|
rec_open.c | 139 F_ISSET(t, R_FIXLEN) ? __rec_fpipe : __rec_vpipe;
|
rec_get.c | 111 * __REC_FPIPE -- Get fixed length records from a pipe. 121 __rec_fpipe(BTREE *t, recno_t top) function in typeref:typename:int
|
rec_open.c | 139 F_ISSET(t, R_FIXLEN) ? __rec_fpipe : __rec_vpipe;
|
rec_get.c | 111 * __REC_FPIPE -- Get fixed length records from a pipe. 121 __rec_fpipe(BTREE *t, recno_t top) function in typeref:typename:int
|
rec_open.c | 139 F_ISSET(t, R_FIXLEN) ? __rec_fpipe : __rec_vpipe;
|
rec_get.c | 111 * __REC_FPIPE -- Get fixed length records from a pipe. 121 __rec_fpipe(BTREE *t, recno_t top) function in typeref:typename:int
|
rec_open.c | 139 F_ISSET(t, R_FIXLEN) ? __rec_fpipe : __rec_vpipe;
|