HomeSort by: relevance | last modified time | path
    Searched defs:omapi_array_t (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mpl/dhcp/dist/includes/omapip/
omapip.h 197 } omapi_array_t; typedef in typeref:struct:__anon24446
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 *, \
    [all...]

Completed in 22 milliseconds