Searched refs:last_fd (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib/
H A Dfd-util.h8 void fd_debug_verify_leaks(int first_fd, int last_fd);
H A Dfd-util.c24 void fd_debug_verify_leaks(int first_fd, int last_fd) argument
32 for (int fd = first_fd; fd <= last_fd; ++fd) {

Completed in 6 milliseconds