Searched defs:BUFLEN (Results 1 - 8 of 8) sorted by relevance
/bind-9.11.3/lib/dns/tests/ |
H A D | db_test.c | 31 #define BUFLEN 255 macro
|
H A D | dbdiff_test.c | 31 #define BUFLEN 255 macro
|
H A D | acl_test.c | 29 #define BUFLEN 255 macro
|
H A D | dbiterator_test.c | 30 #define BUFLEN 255 macro
|
H A D | master_test.c | 40 #define BUFLEN 255 macro 49 unsigned char name_buf[BUFLEN]; 94 isc_buffer_init(&target, name_buf, BUFLEN); 554 unsigned char namebuf[BUFLEN]; 564 isc_buffer_init(&target, namebuf, BUFLEN);
|
/bind-9.11.3/bin/tests/master/ |
H A D | t_master.c | 30 #define BUFLEN 255 macro 67 unsigned char name_buf[BUFLEN]; 85 isc_buffer_init(&target, name_buf, BUFLEN);
|
/bind-9.11.3/bin/tests/rbt/ |
H A D | t_rbt.c | 28 #define BUFLEN 1024 macro 73 static char buf[BUFLEN]; 76 isc_buffer_init(&target, buf, BUFLEN); 84 static char buf[BUFLEN]; 87 memset(buf, 0, BUFLEN); 88 isc_buffer_init(&target, buf, BUFLEN);
|
/bind-9.11.3/bin/tests/names/ |
H A D | t_names.c | 29 #define BUFLEN 256 macro 437 unsigned char junk[BUFLEN]; 443 isc_buffer_init(&buffer, junk, BUFLEN); 461 unsigned char junk[BUFLEN]; 468 isc_buffer_init(&buffer, junk, BUFLEN); 491 unsigned char junk[BUFLEN]; 503 isc_buffer_init(&binbuf, &junk[0], BUFLEN); 1426 unsigned char junk1[BUFLEN]; 1427 unsigned char junk2[BUFLEN]; 1452 isc_buffer_init(&buffer1, junk1, BUFLEN); [all...] |
Completed in 27 milliseconds