Files
bind9/bin/tests
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
..
2000-02-03 23:08:31 +00:00
2000-02-03 23:08:31 +00:00
2000-02-03 23:08:31 +00:00
2000-02-03 23:08:31 +00:00
2000-02-01 01:39:23 +00:00
2000-01-31 01:55:24 +00:00
2000-04-05 17:38:46 +00:00
2000-02-03 23:08:31 +00:00
2000-04-25 17:57:10 +00:00
2000-04-12 17:35:37 +00:00
2000-02-03 23:08:31 +00:00
1999-10-26 19:15:51 +00:00
2000-02-03 23:08:31 +00:00
2000-04-07 20:41:29 +00:00
2000-03-02 03:52:28 +00:00
2000-03-15 02:12:22 +00:00
2000-03-30 17:18:03 +00:00
2000-02-03 23:08:31 +00:00
1999-10-16 20:35:19 +00:00
2000-02-03 23:08:31 +00:00
2000-02-03 23:08:31 +00:00
2000-02-03 23:08:31 +00:00
2000-02-03 23:08:31 +00:00
2000-02-03 23:08:31 +00:00
2000-03-16 01:09:32 +00:00
1999-04-30 01:56:52 +00:00
1999-04-30 01:56:52 +00:00
1999-04-30 01:56:52 +00:00