Lines Matching refs:timeout
121 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout);
140 # define php_poll2(ufds, nfds, timeout) poll(ufds, nfds, timeout) argument
174 static inline int php_pollfd_for_ms(php_socket_t fd, int events, int timeout) in php_pollfd_for_ms() argument
183 n = php_poll2(&p, 1, timeout); in php_pollfd_for_ms()
231 int socktype, int asynchronous, struct timeval *timeout, char **error_string,
239 struct timeval *timeout,
243 #define php_connect_nonb(sock, addr, addrlen, timeout) \ argument
244 php_network_connect_socket((sock), (addr), (addrlen), 0, (timeout), NULL, NULL)
254 struct timeval *timeout,
278 struct timeval timeout; member
291 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC TSRMLS_DC);
307 …k_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_host((host), (port), … argument
311 …en_host_rel(host, port, socktype, timeout, persistent) _php_stream_sock_open_host((host), (port), … argument