Lines Matching refs:omapi_array_t
197 } omapi_array_t; typedef
200 isc_result_t name##_array_allocate (omapi_array_t **p, \
210 isc_result_t name##_array_free (omapi_array_t **p, \
216 isc_result_t name##_array_extend (omapi_array_t *pptr, stype *ptr, int *index,\
222 isc_result_t name##_array_set (omapi_array_t *pptr, stype *ptr, int index, \
228 isc_result_t name##_array_lookup (stype **ptr, omapi_array_t *pptr, \
235 isc_result_t name##_array_allocate (omapi_array_t **, const char *, int); \
236 isc_result_t name##_array_free (omapi_array_t **, const char *, int); \
237 isc_result_t name##_array_extend (omapi_array_t *, stype *, int *, \
239 isc_result_t name##_array_set (omapi_array_t *, \
242 omapi_array_t *, int, const char *, int)
610 isc_result_t omapi_array_allocate (omapi_array_t **, omapi_array_ref_t,
612 isc_result_t omapi_array_free (omapi_array_t **, const char *, int);
613 isc_result_t omapi_array_extend (omapi_array_t *, char *, int *,
615 isc_result_t omapi_array_set (omapi_array_t *, void *, int, const char *, int);
617 omapi_array_t *, int, const char *, int);