Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/recipes/
H A D80-test_cmp_http.t58 my $server_path;# The server's CMP alias
88 $server_path = $1 eq "" ? '""""' : $1 if m/^\s*server_path\s*=\s*(.*)?\s*$/;
103 || !defined $server_path || !defined $server_cert
225 $line =~ s{_SERVER_PATH}{$server_path}g;
/freebsd/contrib/unbound/cachedb/
H A Dredis.c59 const char* server_path; /* server's unix path, or "", NULL if unused */ member
90 if(moddata->server_path && moddata->server_path[0]!=0) { in redis_connect()
91 ctx = redisConnectUnixWithTimeout(moddata->server_path, in redis_connect()
161 moddata->server_path = env->cfg->redis_server_path; in redis_init()
/freebsd/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c139 res.server_path = path; in bootparamproc_getfile_1_svc()
145 res.server_path = ""; in bootparamproc_getfile_1_svc()
152 res.server_name, res.server_path, in bootparamproc_getfile_1_svc()
159 res.server_name, res.server_path, in bootparamproc_getfile_1_svc()
/freebsd/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c78 stat_getfile_res.server_path = path; in main()
185 res->server_path); in printgetfile()
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dtest.cnf25 server_path = pkix/
26 path = $server_path
/freebsd/include/rpcsvc/
H A Dbootparam_prot.x89 bp_path_t server_path; member