Lines Matching defs:used
19 * The number of Completion Port Worker threads used is the total number
311 * used is the number of CPU's + 1.
375 * This is used to dump the contents of the sock structure
378 * it should only be used interactively.
951 * the SEND constructor, which will use the used region of the buffer
966 isc_region_t used;
1021 isc_buffer_usedregion(buffer, &used);
1023 if (used.length > 0) {
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);
2416 // One specific one is when a TCP SYN scan is used. In this situation,
2426 // Additionally, the lpo argument is re-used here, and must not be freed