Go to the source code of this file.
Functions | |
| void * | dmalloc (size_t size, const char *file, int line) |
| void | dfree (void *ptr, const char *file, int line) |
| isc_result_t | omapi_object_allocate (omapi_object_t **o, omapi_object_type_t *type, size_t size, const char *file, int line) |
| isc_result_t | omapi_object_initialize (omapi_object_t *o, omapi_object_type_t *type, size_t usize, size_t psize, const char *file, int line) |
| isc_result_t | omapi_object_reference (omapi_object_t **r, omapi_object_t *h, const char *file, int line) |
| isc_result_t | omapi_object_dereference (omapi_object_t **h, const char *file, int line) |
| isc_result_t | omapi_buffer_new (omapi_buffer_t **h, const char *file, int line) |
| isc_result_t | omapi_buffer_reference (omapi_buffer_t **r, omapi_buffer_t *h, const char *file, int line) |
| isc_result_t | omapi_buffer_dereference (omapi_buffer_t **h, const char *file, int line) |
| isc_result_t | omapi_typed_data_new (const char *file, int line, omapi_typed_data_t **t, omapi_datatype_t type,...) |
| isc_result_t | omapi_typed_data_reference (omapi_typed_data_t **r, omapi_typed_data_t *h, const char *file, int line) |
| isc_result_t | omapi_typed_data_dereference (omapi_typed_data_t **h, const char *file, int line) |
| isc_result_t | omapi_data_string_new (omapi_data_string_t **d, unsigned len, const char *file, int line) |
| isc_result_t | omapi_data_string_reference (omapi_data_string_t **r, omapi_data_string_t *h, const char *file, int line) |
| isc_result_t | omapi_data_string_dereference (omapi_data_string_t **h, const char *file, int line) |
| isc_result_t | omapi_value_new (omapi_value_t **d, const char *file, int line) |
| isc_result_t | omapi_value_reference (omapi_value_t **r, omapi_value_t *h, const char *file, int line) |
| isc_result_t | omapi_value_dereference (omapi_value_t **h, const char *file, int line) |
| isc_result_t | omapi_addr_list_new (omapi_addr_list_t **d, unsigned count, const char *file, int line) |
| isc_result_t | omapi_addr_list_reference (omapi_addr_list_t **r, omapi_addr_list_t *h, const char *file, int line) |
| isc_result_t | omapi_addr_list_dereference (omapi_addr_list_t **h, const char *file, int line) |
| isc_result_t omapi_addr_list_dereference | ( | omapi_addr_list_t ** | h, |
| const char * | file, | ||
| int | line ) |
| isc_result_t omapi_addr_list_new | ( | omapi_addr_list_t ** | d, |
| unsigned | count, | ||
| const char * | file, | ||
| int | line ) |
| isc_result_t omapi_addr_list_reference | ( | omapi_addr_list_t ** | r, |
| omapi_addr_list_t * | h, | ||
| const char * | file, | ||
| int | line ) |
| isc_result_t omapi_buffer_dereference | ( | omapi_buffer_t ** | h, |
| const char * | file, | ||
| int | line ) |
| isc_result_t omapi_buffer_new | ( | omapi_buffer_t ** | h, |
| const char * | file, | ||
| int | line ) |
| isc_result_t omapi_buffer_reference | ( | omapi_buffer_t ** | r, |
| omapi_buffer_t * | h, | ||
| const char * | file, | ||
| int | line ) |
| isc_result_t omapi_data_string_dereference | ( | omapi_data_string_t ** | h, |
| const char * | file, | ||
| int | line ) |
| isc_result_t omapi_data_string_new | ( | omapi_data_string_t ** | d, |
| unsigned | len, | ||
| const char * | file, | ||
| int | line ) |
| isc_result_t omapi_data_string_reference | ( | omapi_data_string_t ** | r, |
| omapi_data_string_t * | h, | ||
| const char * | file, | ||
| int | line ) |
| isc_result_t omapi_object_allocate | ( | omapi_object_t ** | o, |
| omapi_object_type_t * | type, | ||
| size_t | size, | ||
| const char * | file, | ||
| int | line ) |
| isc_result_t omapi_object_dereference | ( | omapi_object_t ** | h, |
| const char * | file, | ||
| int | line ) |
| isc_result_t omapi_object_initialize | ( | omapi_object_t * | o, |
| omapi_object_type_t * | type, | ||
| size_t | usize, | ||
| size_t | psize, | ||
| const char * | file, | ||
| int | line ) |
| isc_result_t omapi_object_reference | ( | omapi_object_t ** | r, |
| omapi_object_t * | h, | ||
| const char * | file, | ||
| int | line ) |
| isc_result_t omapi_typed_data_dereference | ( | omapi_typed_data_t ** | h, |
| const char * | file, | ||
| int | line ) |
| isc_result_t omapi_typed_data_new | ( | const char * | file, |
| int | line, | ||
| omapi_typed_data_t ** | t, | ||
| omapi_datatype_t | type, | ||
| ... ) |
| isc_result_t omapi_typed_data_reference | ( | omapi_typed_data_t ** | r, |
| omapi_typed_data_t * | h, | ||
| const char * | file, | ||
| int | line ) |
| isc_result_t omapi_value_dereference | ( | omapi_value_t ** | h, |
| const char * | file, | ||
| int | line ) |
| isc_result_t omapi_value_new | ( | omapi_value_t ** | d, |
| const char * | file, | ||
| int | line ) |
| isc_result_t omapi_value_reference | ( | omapi_value_t ** | r, |
| omapi_value_t * | h, | ||
| const char * | file, | ||
| int | line ) |