Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dxp_socket.c47 static const php_stream_ops php_stream_udp_socket_ops; variable
553 static const php_stream_ops php_stream_udp_socket_ops = { variable
718 if (stream->ops == &php_stream_udp_socket_ops /* SO_BROADCAST is only applicable for UDP */ in php_tcp_sockop_bind()
728 stream->ops == &php_stream_udp_socket_ops ? SOCK_DGRAM : SOCK_STREAM, in php_tcp_sockop_bind()
796 if (stream->ops == &php_stream_udp_socket_ops /* SO_BROADCAST is only applicable for UDP */ in php_tcp_sockop_connect()
805 if (stream->ops != &php_stream_udp_socket_ops /* TCP_NODELAY is only applicable for TCP */ in php_tcp_sockop_connect()
822 stream->ops == &php_stream_udp_socket_ops ? SOCK_DGRAM : SOCK_STREAM, in php_tcp_sockop_connect()
946 ops = &php_stream_udp_socket_ops; in php_stream_generic_socket_factory()

Completed in 6 milliseconds