MCPcopy Index your code
hub / github.com/apache/httpd / ap_array_str_contains

Function ap_array_str_contains

server/util.c:3446–3450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3444}
3445
3446AP_DECLARE(int) ap_array_str_contains(const apr_array_header_t *array,
3447 const char *s)
3448{
3449 return (ap_array_str_index(array, s, 0) >= 0);
3450}
3451
3452#if !APR_CHARSET_EBCDIC
3453/*

Callers 12

ap_method_in_listFunction · 0.85
ap_method_list_addFunction · 0.85
ap_authn_cache_storeFunction · 0.85
md_protocol_proposeFunction · 0.85
variant_has_languageFunction · 0.85
h2_protocol_proposeFunction · 0.85
ap_get_protocol_upgradesFunction · 0.85
ap_select_protocolFunction · 0.85
ap_is_allowed_protocolFunction · 0.85
ap_expr_eval_compFunction · 0.85
ap_exists_config_defineFunction · 0.85

Calls 1

ap_array_str_indexFunction · 0.85

Tested by

no test coverage detected