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

Function md_file_exists

modules/md/md_util.c:411–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411int md_file_exists(const char *fname, apr_pool_t *p)
412{
413 return (fname && *fname && APR_SUCCESS == md_util_is_file(fname, p));
414}
415
416apr_status_t md_util_path_merge(const char **ppath, apr_pool_t *p, ...)
417{

Callers 3

md_config_set_eabFunction · 0.85
get_certificatesFunction · 0.85
md_reg_get_cred_filesFunction · 0.85

Calls 1

md_util_is_fileFunction · 0.85

Tested by

no test coverage detected