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

Function dav_insert_xmlns

modules/dav/main/props.c:495–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495static void dav_insert_xmlns(apr_pool_t *p, const char *pre_prefix, long ns,
496 const char *ns_uri, apr_text_header *phdr)
497{
498 const char *s;
499
500 s = apr_psprintf(p, " xmlns:%s%ld=\"%s\"", pre_prefix, ns, ns_uri);
501 apr_text_append(p, phdr, s);
502}
503
504static dav_error *dav_really_open_db(dav_propdb *propdb, int ro)
505{

Callers 1

dav_get_propsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected