|
IDZEBRA 2.2.8
|
Go to the source code of this file.
Data Structures | |
| struct | rfd_private |
| struct | rset_private |
Functions | |
| static RSFD | r_open (RSET ct, int flag) |
| static void | r_close (RSFD rfd) |
| static void | r_delete (RSET ct) |
| static int | r_read (RSFD rfd, void *buf, TERMID *term) |
| static void | r_pos (RSFD rfd, double *current, double *total) |
| RSET | rsisams_create (NMEM nmem, struct rset_key_control *kcontrol, int scope, ISAMS is, ISAM_P pos, TERMID term) |
Variables | |
| static const struct rset_control | control |
|
static |
Definition at line 98 of file rsisams.c.
References isams_pp_close(), rsfd::priv, and rfd_private::pt.
|
static |
Definition at line 70 of file rsisams.c.
References rset_private::pos.
Definition at line 75 of file rsisams.c.
References rfd_private::flag, rset_private::is, isams_pp_open(), rset::nmem, rset_private::pos, rsfd::priv, rfd_private::pt, rfd_create_base(), and RSETF_WRITE.
|
static |
Definition at line 106 of file rsisams.c.
References rfd_private::buf, isams_pp_read(), rsfd::priv, rfd_private::pt, rsfd::rset, and rset::term.
| RSET rsisams_create | ( | NMEM | nmem, |
| struct rset_key_control * | kcontrol, | ||
| int | scope, | ||
| ISAMS | is, | ||
| ISAM_P | pos, | ||
| TERMID | term | ||
| ) |
Definition at line 57 of file rsisams.c.
References control, rset_private::is, rset_private::pos, rset_create_base(), and scope.
Referenced by zebra_create_rset_isam().
|
static |
Definition at line 34 of file rsisams.c.
Referenced by rsisams_create().