Searched defs:protos (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dssl_engine_kernel.c2323 apr_array_header_t *protos; local
2341 protos = apr_array_make(c->pool, 0, sizeof(char *));
2346 if (fn(c, protos) == DONE)
2349 num_protos = protos->nelts;
2356 const char *string = APR_ARRAY_IDX(protos, i, const char*);
2372 * anything to the protos array, or because all strings added to the array
2383 const char *string = APR_ARRAY_IDX(protos, i, const char*);

Completed in 1046 milliseconds