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

Function dup_trim

modules/md/md_result.c:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#include "md_result.h"
31
32static const char *dup_trim(apr_pool_t *p, const char *s)
33{
34 char *d = apr_pstrdup(p, s);
35 if (d) apr_collapse_spaces(d, d);
36 return d;
37}
38
39md_result_t *md_result_make(apr_pool_t *p, apr_status_t status)
40{

Callers 3

md_result_problem_setFunction · 0.85
md_result_problem_printfFunction · 0.85
md_result_dupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected