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

/httpd/modules/ssl/
H A Dssl_engine_kernel.c2166 static int ssl_array_index(apr_array_header_t *array, function
2189 int index1 = ssl_array_index(ctx->ssl_alpn_pref, proto1);
2190 int index2 = ssl_array_index(ctx->ssl_alpn_pref, proto2);
2279 if (ssl_array_index(client_protos, alpn_http1) < 0) {

Completed in 12 milliseconds