Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Domapip.h187 typedef isc_result_t (*omapi_array_ref_t) (char **, char *, const char *, int); typedef
193 omapi_array_ref_t ref;
205 (omapi_array_ref_t)name##_reference, \
610 isc_result_t omapi_array_allocate (omapi_array_t **, omapi_array_ref_t,
/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Darray.c41 omapi_array_ref_t ref, in omapi_array_allocate()