Searched refs:ns_id (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/dav/fs/
H A Ddbm.c319 long ns_id = (long)apr_hash_get(db->uri_index, name->ns, local
323 if (ns_id == 0) {
328 l_ns = apr_snprintf(nsbuf, sizeof(nsbuf), "%ld", ns_id - 1);
574 ** in our internal map of URI -> ns_id, then store that in the map. If
585 long ns_id = (long)apr_hash_get(db->uri_index, uri, uri_len); local
587 if (ns_id == 0) {
602 *pmap = ns_id - 1;
646 static const char *dav_get_ns_table_uri(dav_db *db, int ns_id) argument
650 while (ns_id--)

Completed in 766 milliseconds