bind9/bin/tests/master
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
..
.cvsignore shared library support 1999-07-03 21:07:10 +00:00
dns_master_load_1_data s/DNS_R_/ISC_R_/ as needed 2000-04-07 03:50:33 +00:00
dns_master_load_2_data s/DNS_R_/ISC_R_/ as needed 2000-04-07 03:50:33 +00:00
dns_master_load_3_data changed due to dns_master_load syntax change 1999-06-21 00:02:58 +00:00
dns_master_load_4_data changed due to dns_master_load syntax change 1999-06-21 00:02:58 +00:00
dns_master_load_5_data changed due to dns_master_load syntax change 1999-06-21 00:02:58 +00:00
dns_master_load_6_data s/DNS_R_/ISC_R_/ as needed 2000-04-07 03:50:33 +00:00
dns_master_load_7_data s/DNS_R_/ISC_R_/ as needed 2000-04-07 03:50:33 +00:00
Makefile.in Infrastructure to allow use of alternate openssl libraries. Default is still to use our internal, now renamed, version. 2000-04-20 18:27:43 +00:00
master1.data basic test support 1999-05-01 01:41:14 +00:00
master2.data basic test support 1999-05-01 01:41:14 +00:00
master3.data basic test support 1999-05-01 01:41:14 +00:00
master4.data basic test support 1999-05-01 01:41:14 +00:00
master5.data basic test support 1999-05-01 01:41:14 +00:00
master6.data remove NOKEY flag 1999-10-15 21:23:51 +00:00
master7.data test 7 data 1999-10-15 21:21:39 +00:00
t_master.c 103. [func] libisc buffer API changes for <isc/buffer.h>: 2000-04-27 00:03:12 +00:00