Searched defs:cfg_listelt_t (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isccfg/include/isccfg/
H A Dcfg.h59 typedef struct cfg_listelt cfg_listelt_t; typedef in typeref:struct:cfg_listelt
417 const cfg_listelt_t *
426 * \li A pointer to a cfg_listelt_t representing the first list element,
430 const cfg_listelt_t *
431 cfg_list_next(const cfg_listelt_t *elt);
436 * \li 'elt' points to cfg_listelt_t obtained from cfg_list_first() or
440 * \li A pointer to a cfg_listelt_t representing the next element,
453 cfg_listelt_value(const cfg_listelt_t *elt);
455 * Returns the configuration object associated with cfg_listelt_t.
458 * \li 'elt' points to cfg_listelt_t obtaine
[all...]

Completed in 10 milliseconds