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

/httpd/modules/ssl/
H A Dssl_engine_vars.c934 * 'nids', using key prefix 'pfx'. */
935 static void extract_dn(apr_table_t *t, apr_hash_t *nids, const char *pfx, argument
967 key = apr_psprintf(p, "%s%s_%d", pfx, tag, ++(*dup));
973 key = apr_pstrcat(p, pfx, tag, NULL);
1016 static void extract_san_array(apr_table_t *t, const char *pfx, argument
1022 const char *key = apr_psprintf(p, "%s_%d", pfx, i);

Completed in 1011 milliseconds