Lines Matching +defs:region +defs:end
24 #include <isc/region.h>
190 isc_region_t region;
192 isc_buffer_availableregion(target, ®ion);
195 if (l > region.length) {
199 memmove(region.base, source, l);
375 char *text, *end;
391 end = source->base + source->length;
393 while (text < end) {
396 char *delim = memchr(text, '|', end - text);
400 len = (unsigned int)(end - text);