Searched defs:maxlen (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Ddynstr_test.c176 const size_t maxlen = 8192; local
177 char buf[maxlen + 1];
182 for (i = 0; i < maxlen; i++) {
374 const size_t maxlen = 8192; local
375 char buf[maxlen + 1];
382 for (i = 0; i < maxlen; i++) {
396 for (i = 0; i < maxlen; i++) {
474 const size_t maxlen = 8192; local
475 char buf[maxlen + 1];
482 for (i = 0; i < maxlen;
[all...]
/bind-9.11.3/lib/dns/
H A Dgeoip.c318 city_string(GeoIPRecord *record, dns_geoip_subtype_t subtype, int *maxlen) { argument
323 REQUIRE(maxlen != NULL);
325 /* Set '*maxlen' to the maximum length of this subtype, if any */
330 *maxlen = 2;
334 *maxlen = 3;
339 *maxlen = 255;
441 static char * region_string(GeoIPRegion *region, dns_geoip_subtype_t subtype, int *maxlen) { argument
446 REQUIRE(maxlen != NULL);
450 *maxlen = 2;
453 *maxlen
[all...]

Completed in 13 milliseconds