Lines Matching defs:proto
227 static const char* find_accf_name(server_rec *s, const char *proto)
231 if (!proto) {
235 accf = apr_table_get(conf->accf_map, proto);
250 const char *proto;
252 proto = lis->protocol;
254 if (!proto) {
255 proto = ap_get_server_protocol(server);
259 accf = find_accf_name(server, proto);
321 int fd, const char *proto,
366 rec->protocol = apr_pstrdup(process->pool, proto);
374 const char *proto)
389 rv = alloc_systemd_listener(process, fd, proto, &new);
408 apr_port_t port, const char* proto,
473 new->protocol = apr_pstrdup(process->pool, proto);
693 const char* proto;
697 proto = ap_get_server_protocol(ls);
698 if (!proto) {
960 char *host, *scope_id, *proto;
998 proto = "https";
1000 proto = "http";
1004 proto = apr_pstrdup(cmd->pool, argv[1]);
1005 ap_str_tolower(proto);
1010 return set_systemd_listener(cmd->server->process, port, proto);
1014 return alloc_listener(cmd->server->process, host, port, proto, NULL);