Lines Matching refs:timeout
138 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout);
157 # define php_poll2(ufds, nfds, timeout) poll(ufds, nfds, timeout) argument
191 static inline int php_pollfd_for_ms(php_socket_t fd, int events, int timeout) in php_pollfd_for_ms() argument
200 n = php_poll2(&p, 1, timeout); in php_pollfd_for_ms()
267 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string,
275 struct timeval *timeout,
279 #define php_connect_nonb(sock, addr, addrlen, timeout) \ argument
280 php_network_connect_socket((sock), (addr), (addrlen), 0, (timeout), NULL, NULL)
290 struct timeval *timeout,
315 struct timeval timeout; member
328 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC);
348 …k_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_host((host), (port), … argument
352 …en_host_rel(host, port, socktype, timeout, persistent) _php_stream_sock_open_host((host), (port), … argument