Searched defs:skip_count (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dbacktrace.c88 int skip_count; member in struct:__anon214
96 if (arg->skip_count > 0)
97 arg->skip_count--;
114 arg.skip_count = 1;
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c1446 size_t skip_count; local
1484 skip_count = dev->n;
1487 if (skip_count < isc_buffer_usedlength(buffer))
1489 skip_count -= isc_buffer_usedlength(buffer);
1500 + skip_count);
1501 iov[iovcount].iov_len = used.length - skip_count;
1502 write_count += (used.length - skip_count);
1503 skip_count = 0;
1509 INSIST(skip_count == 0U);
/bind-9.11.3/lib/isc/win32/
H A Dsocket.c968 size_t skip_count; local
1009 skip_count = dev->n;
1012 if (skip_count < isc_buffer_usedlength(buffer))
1014 skip_count -= isc_buffer_usedlength(buffer);
1024 int uselen = (int)(used.length - skip_count);
1035 memmove(cpbuffer->buf,(used.base + skip_count), uselen);
1038 iov[iovcount].len = (u_long)(used.length - skip_count);
1040 skip_count = 0;
1046 INSIST(skip_count == 0);

Completed in 34 milliseconds