Searched refs:compare_fds (Results 1 – 1 of 1) sorted by relevance
221 static int compare_fds(_cupsd_fd_t *a, _cupsd_fd_t *b);795 cupsd_fds = cupsArrayNew((cups_array_func_t)compare_fds, NULL); in cupsdStartSelect()798 cupsd_inactive_fds = cupsArrayNew((cups_array_func_t)compare_fds, NULL); in cupsdStartSelect()897 compare_fds(_cupsd_fd_t *a, /* I - First file descriptor */ in compare_fds() function