Lines Matching refs:timeout
119 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout);
138 # define php_poll2(ufds, nfds, timeout) poll(ufds, nfds, timeout) argument
172 static inline int php_pollfd_for_ms(php_socket_t fd, int events, int timeout) in php_pollfd_for_ms() argument
181 n = php_poll2(&p, 1, timeout); in php_pollfd_for_ms()
229 int socktype, int asynchronous, struct timeval *timeout, char **error_string,
237 struct timeval *timeout,
241 #define php_connect_nonb(sock, addr, addrlen, timeout) \ argument
242 php_network_connect_socket((sock), (addr), (addrlen), 0, (timeout), NULL, NULL)
252 struct timeval *timeout,
276 struct timeval timeout; member
289 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC TSRMLS_DC);
305 …k_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_host((host), (port), … argument
309 …en_host_rel(host, port, socktype, timeout, persistent) _php_stream_sock_open_host((host), (port), … argument