Searched refs:client_protos (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/ssl/
H A Dmod_ssl.h135 * protocol strings as supported by the client. If this client_protos is
145 apr_array_header_t *client_protos,
H A Dssl_engine_kernel.c2226 apr_array_header_t *client_protos; local
2243 client_protos = apr_array_make(c->pool, 0, sizeof(char *));
2252 APR_ARRAY_PUSH(client_protos, char*) =
2257 proposed_protos = apr_array_make(c->pool, client_protos->nelts+1,
2271 if (fn(c, client_protos, proposed_protos) == DONE)
2279 if (ssl_array_index(client_protos, alpn_http1) < 0) {

Completed in 20 milliseconds