Home
last modified time | relevance | path

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

/dports/www/py-gunicorn/gunicorn-19.9.0/gunicorn/
H A Dsock.py130 def _sock_type(addr): function
169 sock_type = _sock_type(sock_name)
177 sock_type = _sock_type(addr)
208 if unlink and _sock_type(sock_name) is UnixSocket:
/dports/devel/pecl-swoole/swoole-4.8.5/include/
H A Dswoole_client.h35 int _sock_type = 0; variable
/dports/devel/pecl-swoole/swoole-4.8.5/src/network/
H A Dclient.cc101 Socket::get_domain_and_type(_type, &_sock_domain, &_sock_type);