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

/httpd/os/unix/
H A Dunixd.h102 AP_DECLARE(apr_status_t) ap_unixd_accept(void **accepted, ap_listen_rec *lr, apr_pool_t *ptrans);
H A Dunixd.c291 AP_DECLARE(apr_status_t) ap_unixd_accept(void **accepted, ap_listen_rec *lr,
300 *accepted = NULL;
303 *accepted = csd;

Completed in 8 milliseconds