IDZEBRA
2.2.7
|
Go to the source code of this file.
Functions | |
static RSFD | r_open (RSET ct, int flag) |
static void | r_close (RSFD rfd) |
static void | r_delete (RSET ct) |
static void | r_pos (RSFD rfd, double *current, double *total) |
static int | r_read (RSFD rfd, void *buf, TERMID *term) |
RSET | rset_create_null (NMEM nmem, struct rset_key_control *kcontrol, TERMID term) |
Variables | |
static const struct rset_control | control |
Definition at line 55 of file rsnull.c.
References rsfd::priv, rfd_create_base(), and RSETF_WRITE.
|
static |
RSET rset_create_null | ( | NMEM | nmem, |
struct rset_key_control * | kcontrol, | ||
TERMID | term | ||
) |
Definition at line 47 of file rsnull.c.
References control, rset::priv, and rset_create_base().
Referenced by rpn_search_APT(), rpn_search_APT_and_list(), rpn_search_APT_local(), rpn_search_APT_numeric(), rpn_search_APT_or_list(), rpn_search_APT_phrase(), rpn_sort_spec(), rset_trunc(), xpath_trunc(), and zebra_create_rset_isam().
|
static |
Definition at line 32 of file rsnull.c.
Referenced by rset_create_null().