Searched +defs:val +defs:list (Results 1 - 5 of 5) sorted by relevance
/httpd/modules/cache/ |
H A D | cache_storage.c | 36 cache_provider_list *list; local 39 list = cache->providers; 53 while(list) { 54 list->provider->remove_url(h, r); 55 list = list->next; 75 cache_provider_list *list; local 94 list = cache->providers; 96 while (list) { 97 switch (rv = list 116 filter_header_do(void *v, const char *key, const char *val) argument 130 remove_header_do(void *v, const char *key, const char *val) argument 142 add_header_do(void *v, const char *key, const char *val) argument 216 cache_provider_list *list; local 686 cache_provider_list *list; local [all...] |
H A D | cache_util.c | 134 /* Fetch from global config and add to the list. */ 785 CACHE_DECLARE(const char *)ap_cache_tokstr(apr_pool_t *p, const char *list, argument 791 s = ap_strchr_c(list, ','); 793 i = s - list; 800 i = strlen(list); 802 while (i > 0 && apr_isspace(list[i - 1])) 807 return apr_pstrndup(p, list, i); 851 static void cache_hash(const char *it, char *val, int ndepth, int nlength) argument 884 memcpy(&val[i], &tmp[k], nlength); 886 val[ 1301 cache_table_getm_do(void *v, const char *key, const char *val) argument [all...] |
/httpd/modules/dav/main/ |
H A D | util.c | 272 ** ### maybe the admin should list the unqualified hosts in a 498 const char *timeout = apr_pstrdup(r->pool, timeout_const), *val; local 507 while ((val = ap_getword_white(r->pool, &timeout)) && strlen(val)) { 508 if (!strncmp(val, "Infinite", 8)) { 512 if (!strncmp(val, "Second-", 7)) { 513 val += 7; 517 expires = atol(val); 624 char *list; local 643 /* Tagged-list productio [all...] |
/httpd/modules/proxy/ |
H A D | mod_proxy.c | 61 const char *val) 71 worker->s->lbfactor = atoi(val); 80 ival = atoi(val); 90 ival = atoi(val); 98 ival = atoi(val); 106 ival = atoi(val); 116 ival = atoi(val); 126 if (ap_timeout_parameter_parse(val, &timeout, "ms") != APR_SUCCESS) 137 ival = atoi(val); 144 long s = atol(val); 58 set_worker_param(apr_pool_t *p, proxy_worker *worker, const char *key, const char *val) argument 281 set_balancer_param(proxy_server_conf *conf, apr_pool_t *p, proxy_balancer *balancer, const char *key, const char *val) argument 556 const char *val; local 944 struct dirconn_entry *list = (struct dirconn_entry *)conf->dirconn->elts; local 1667 char *val = strchr(word, '='); local 1889 struct noproxy_entry *list = (struct noproxy_entry *) conf->noproxies->elts; local 1926 struct dirconn_entry *list = (struct dirconn_entry *) conf->dirconn->elts; local 2215 char *val; local 2295 char *word, *val; local 2393 char *word, *val; local [all...] |
/httpd/modules/ssl/ |
H A D | mod_ssl_ct.c | 108 /** Limit on size of log URL list for a certificate 316 /* stick a 0 len (for the list) at the start of the file; 325 arr = NULL; /* Build list from scratch, creating array */ 426 APLOGNO(02687) "could not write the SCT list length " 732 arr = NULL; /* Build list from scratch, creating array */ 1639 /* add each SCT in the list to the all_scts array */ 1705 APLOGNO(02726) "couldn't deserialize SCT list from " 1714 APLOGNO(02727) "couldn't deserialize SCT list from " 1723 APLOGNO(02728) "couldn't deserialize SCT list from " 2117 APLOGNO(02736) "Could not retrieve SCT list fro 2675 char *list, *last; local 2733 parse_num(apr_pool_t *p, const char *arg, long min_val, long max_val, long *val, const char *cmd_name) argument 2795 long val; local 2858 long val; local [all...] |
Completed in 22 milliseconds