Searched defs:namespace (Results 1 - 5 of 5) sorted by relevance
/httpd/modules/cache/ |
H A D | mod_socache_dc.c | 56 const char *namespace, 55 socache_dc_init(ap_socache_instance_t *ctx, const char *namespace, const struct ap_socache_hints *hints, server_rec *s, apr_pool_t *p) argument
|
H A D | mod_socache_dbm.c | 119 const char *namespace, 128 const char *path = apr_pstrcat(p, DEFAULT_DBM_PREFIX, namespace, 118 socache_dbm_init(ap_socache_instance_t *ctx, const char *namespace, const struct ap_socache_hints *hints, server_rec *s, apr_pool_t *p) argument
|
H A D | mod_socache_memcache.c | 82 const char *namespace, 163 ctx->tag = apr_pstrcat(p, namespace, ":", NULL); 178 * namespace tag; writes output to key buffer. Returns non-zero if 81 socache_mc_init(ap_socache_instance_t *ctx, const char *namespace, const struct ap_socache_hints *hints, server_rec *s, apr_pool_t *p) argument
|
H A D | mod_socache_shmcb.c | 340 const char *namespace, 353 const char *path = apr_pstrcat(p, DEFAULT_SHMCB_PREFIX, namespace, 339 socache_shmcb_init(ap_socache_instance_t *ctx, const char *namespace, const struct ap_socache_hints *hints, server_rec *s, apr_pool_t *p) argument
|
/httpd/modules/dav/main/ |
H A D | util.c | 54 const char *namespace, 60 err->namespace = namespace; 51 dav_new_error_tag(apr_pool_t *p, int status, int error_id, apr_status_t aprerr, const char *desc, const char *namespace, const char *tagname) argument
|
Completed in 1266 milliseconds