MCPcopy Create free account
hub / github.com/apache/httpd / md_array_is_empty

Function md_array_is_empty

modules/md/md_util.c:235–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233/* string related */
234
235int md_array_is_empty(const struct apr_array_header_t *array)
236{
237 return (array == NULL) || (array->nelts == 0);
238}
239
240char *md_util_str_tolower(char *s)
241{

Callers 5

md_acmev2_drive_renewFunction · 0.85
get_certificatesFunction · 0.85
ad_chain_retrieveFunction · 0.85
load_missing_credsFunction · 0.85
acme_renewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected