Lines Matching +defs:val +defs:list
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,
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)
884 memcpy(&val[i], &tmp[k], nlength);
886 val[i + nlength] = '/';
889 memcpy(&val[i], &tmp[k], 22 - k);
890 val[i + 22 - k] = '\0';
1301 static int cache_table_getm_do(void *v, const char *key, const char *val)
1312 state->first = val;
1322 *elt = val;