Go to the source code of this file.
Macros | |
#define | FIND_HAND 0 |
#define | CLEAR_HAND 1 |
Functions | |
isc_result_t | omapi_object_handle (omapi_handle_t *h, omapi_object_t *o) |
isc_result_t | omapi_handle_lookup (omapi_object_t **o, omapi_handle_t h) |
isc_result_t | omapi_handle_td_lookup (omapi_object_t **obj, omapi_typed_data_t *handle) |
isc_result_t | omapi_handle_clear (omapi_handle_t h) |
Variables | |
omapi_handle_table_t * | omapi_handle_table |
omapi_handle_t | omapi_next_handle = 1 |
isc_result_t omapi_handle_clear | ( | omapi_handle_t | h | ) |
isc_result_t omapi_handle_lookup | ( | omapi_object_t ** | o, |
omapi_handle_t | h ) |
isc_result_t omapi_handle_td_lookup | ( | omapi_object_t ** | obj, |
omapi_typed_data_t * | handle ) |
isc_result_t omapi_object_handle | ( | omapi_handle_t * | h, |
omapi_object_t * | o ) |
omapi_handle_table_t* omapi_handle_table |
omapi_handle_t omapi_next_handle = 1 |