Searched refs:php_stream_unixdg_socket_ops (Results 1 – 1 of 1) sorted by relevance
54 php_stream_ops php_stream_unixdg_socket_ops; variable528 php_stream_ops php_stream_unixdg_socket_ops = { variable621 if (stream->ops == &php_stream_unix_socket_ops || stream->ops == &php_stream_unixdg_socket_ops) { in php_tcp_sockop_bind()702 if (stream->ops == &php_stream_unix_socket_ops || stream->ops == &php_stream_unixdg_socket_ops) { in php_tcp_sockop_connect()758 && stream->ops != &php_stream_unixdg_socket_ops in php_tcp_sockop_connect()898 ops = &php_stream_unixdg_socket_ops; in php_stream_generic_socket_factory()
Completed in 5 milliseconds