Searched refs:PHP_SYS_CALL (Results 1 – 1 of 1) sorted by relevance
53 #define PHP_SYS_CALL(x) do { x } while (n == -1 && errno == EINTR) macro78 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