OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_unix
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/apps/
s_client.c
872
enum { use_inet,
use_unix
, use_unknown } connect_type = use_unknown;
enumerator in enum:__anon1155
924
if (connect_type ==
use_unix
&& IS_INET_FLAG(o)) {
997
connect_type =
use_unix
;
/src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c
968
enum { use_inet,
use_unix
, use_unknown } connect_type = use_unknown;
enumerator in enum:__anon1809
1019
if (connect_type ==
use_unix
&& IS_INET_FLAG(o)) {
1087
connect_type =
use_unix
;
/src/crypto/external/apache2/openssl/dist/apps/
s_client.c
1023
use_unix
,
enumerator in enum:__anon32
1083
if (connect_type ==
use_unix
&& IS_INET_FLAG(o)) {
1156
connect_type =
use_unix
;
Completed in 166 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026