bind9/lib/omapi
David Lawrence 6e49e91bd0 103. [func] libisc buffer API changes for <isc/buffer.h>:
Added:
                                isc_buffer_base(b)          (pointer)
                                isc_buffer_current(b)       (pointer)
                                isc_buffer_active(b)        (pointer)
                                isc_buffer_used(b)          (pointer)
                                isc_buffer_length(b)            (int)
                                isc_buffer_usedlength(b)        (int)
                                isc_buffer_consumedlength(b)    (int)
                                isc_buffer_remaininglength(b)   (int)
                                isc_buffer_activelength(b)      (int)
                                isc_buffer_availablelength(b)   (int)
                        Removed:
                                ISC_BUFFER_USEDCOUNT(b)
                                ISC_BUFFER_AVAILABLECOUNT(b)
                                isc_buffer_type(b)
                        Changed names:
                                isc_buffer_used(b, r) ->
                                        isc_buffer_usedregion(b, r)
                                isc_buffer_available(b, r) ->
                                        isc_buffer_available_region(b, r)
                                isc_buffer_consumed(b, r) ->
                                        isc_buffer_consumedregion(b, r)
                                isc_buffer_active(b, r) ->
                                        isc_buffer_activeregion(b, r)
                                isc_buffer_remaining(b, r) ->
                                        isc_buffer_remainingregion(b, r)

                        Buffer types were removed, so the ISC_BUFFERTYPE_*
                        macros are no more, and the type argument to
                        isc_buffer_init and isc_buffer_allocate were removed.
                        isc_buffer_putstr is now void (instead of isc_result_t)
                        and requires that the caller ensure that there
                        is enough available buffer space for the string.
2000-04-27 00:03:12 +00:00
..
include Added destroy_action and destroy_arg to OMAPI_OBJECT_PREAMBLE, called 2000-03-18 00:39:36 +00:00
.cvsignore boilerplate 1999-11-01 02:32:57 +00:00
api standard lib api file 2000-01-04 20:26:33 +00:00
auth.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
connection.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
data.c added omapi_data_strdup 2000-03-14 03:37:48 +00:00
generic.c set the waitresult in the generic_signalhandler when "status" signal received 2000-03-14 03:38:54 +00:00
handle.c removed obsolete comment 2000-03-14 03:46:41 +00:00
lib.c isc_task_create() API change 2000-04-12 01:41:21 +00:00
listener.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
Makefile.in use DNS_INCLUDES; compile auth.c 2000-03-14 03:57:55 +00:00
message.c message signature verification 2000-03-14 03:54:13 +00:00
object.c Call the destroy_action callback in an object, if it exists, after 2000-03-18 00:34:53 +00:00
protocol.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00
result.c update copyright 2000-02-03 23:17:52 +00:00
string.c update copyright 2000-02-03 23:17:52 +00:00
value.c update copyright 2000-02-03 23:17:52 +00:00
version.c update copyright 2000-02-03 23:17:52 +00:00