Searched defs:ns (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/dav/main/
H A Dliveprop.c89 int ns; local
92 for (ns = 0; uris[ns] != NULL; ++ns)
93 if (strcmp(ns_uri, uris[ns]) == 0)
95 if (uris[ns] == NULL) {
102 if (ns == scan->ns && strcmp(name, scan->name) == 0) {
122 return dav_get_liveprop_ns_index(group->namespace_uris[scan->ns]);
H A Dprops.c88 ** are returned (we return them as "ns<index>", e.g. "ns5"). Also, the
179 apr_array_header_t *ns_xlate; /* translation of an elem->ns to URI */
267 if (elem->ns == APR_XML_NS_NONE)
269 else if (elem->ns == APR_XML_NS_DAV_ID)
272 ns_uri = APR_XML_GET_URI_ITEM(propdb->ns_xlate, elem->ns);
475 if (*name->ns == '\0')
478 const char *prefix = dav_xmlns_add_uri(xi, name->ns);
486 static void dav_insert_xmlns(apr_pool_t *p, const char *pre_prefix, long ns, argument
491 s = apr_psprintf(p, " xmlns:%s%ld=\"%s\"", pre_prefix, ns, ns_uri);
608 while (!err && name.ns) {
772 long ns; local
[all...]
H A Dmod_dav.h875 int ns; /* provider-local namespace index */ member in struct:__anon125
1045 const char *ns; /* "" signals "no namespace" */ member in struct:__anon128
1126 ** iter->name.ns == iter->name.name == NULL when there are no more names.
/httpd/modules/dav/fs/
H A Ddbm.c314 if (*name->ns == '\0') {
319 long ns_id = (long)apr_hash_get(db->uri_index, name->ns,
361 s = apr_psprintf(pool, "<ns%s/>" DEBUG_CR, name);
371 s = apr_psprintf(pool, "<ns%s xml:lang=\"%s\">%s</ns%s>" DEBUG_CR,
380 s = apr_psprintf(pool, "<ns%s>%s</ns%s>" DEBUG_CR, name, value, name);
445 long ns; local
466 for (ns = 0, uri = db->ns_table.buf + sizeof(dav_propdb_metadata);
467 ns
514 int ns; local
[all...]

Completed in 318 milliseconds