Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3446
AP_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_list
Function · 0.85
ap_method_list_add
Function · 0.85
dbdgroup_check_authorization
Function · 0.85
ap_authn_cache_store
Function · 0.85
md_protocol_propose
Function · 0.85
variant_has_language
Function · 0.85
h2_protocol_propose
Function · 0.85
ap_get_protocol_upgrades
Function · 0.85
ap_select_protocol
Function · 0.85
ap_is_allowed_protocol
Function · 0.85
ap_expr_eval_comp
Function · 0.85
ap_exists_config_define
Function · 0.85
Calls
1
ap_array_str_index
Function · 0.85
Tested by
no test coverage detected