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

Function dav_get_ns_table_uri

modules/dav/fs/dbm.c:675–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673}
674
675static const char *dav_get_ns_table_uri(dav_db *db, int ns_id)
676{
677 const char *p = db->ns_table.buf + sizeof(dav_propdb_metadata);
678
679 while (ns_id--)
680 p += strlen(p) + 1;
681
682 return p;
683}
684
685static void dav_set_name(dav_db *db, dav_prop_name *pname)
686{

Callers 1

dav_set_nameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected