Home
last modified time | relevance | path

Searched refs:PHP_SYS_CALL (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/sapi/thttpd/
H A Dthttpd.c53 #define PHP_SYS_CALL(x) do { x } while (n == -1 && errno == EINTR) macro
78 PHP_SYS_CALL(n = send(TG(hc)->conn_fd, str, str_length, 0);); in sapi_thttpd_ub_write()
113 PHP_SYS_CALL(n = writev(TG(hc)->conn_fd, vec, nvec);); in do_writev()

Completed in 7 milliseconds