Searched refs:php_stream_unixdg_socket_ops (Results 1 – 1 of 1) sorted by relevance
50 static const php_stream_ops php_stream_unixdg_socket_ops; variable573 static const php_stream_ops php_stream_unixdg_socket_ops = { variable671 if (stream->ops == &php_stream_unix_socket_ops || stream->ops == &php_stream_unixdg_socket_ops) { in php_tcp_sockop_bind()752 if (stream->ops == &php_stream_unix_socket_ops || stream->ops == &php_stream_unixdg_socket_ops) { in php_tcp_sockop_connect()808 && stream->ops != &php_stream_unixdg_socket_ops in php_tcp_sockop_connect()952 ops = &php_stream_unixdg_socket_ops; in php_stream_generic_socket_factory()
Completed in 11 milliseconds