Searched defs:elt (Results 1 - 6 of 6) sorted by relevance
/httpd/server/ |
H A D | apreq_param.c | 219 apreq_param_t **elt = (apreq_param_t **)arr->elts; local 220 apreq_param_t **const end = elt + arr->nelts; 224 while (elt < end) { 225 *(const apreq_value_t **)elt = &(**elt).v; 226 ++elt;
|
H A D | util_mutex.c | 168 const char **elt; local 223 while ((elt = (const char **)apr_array_pop(type_list)) != NULL) { 224 const char *type = *elt;
|
H A D | config.c | 1709 char *elt; local 1716 elt = ((char **)arr_param->array->elts)[arr_param->curr_idx - 1]; 1717 if (apr_cpystrn(buf, elt, bufsiz) - (char *)buf >= bufsiz - 1)
|
H A D | core.c | 627 ap_conf_vector_t *elt; member in struct:reorder_sort_rec 638 core_a = ap_get_core_module_config(a->elt); 639 core_b = ap_get_core_module_config(b->elt); 694 sortbin[i].elt = elts[i]; 701 elts[i] = sortbin[i].elt;
|
/httpd/modules/cache/ |
H A D | cache_util.c | 1315 const char **elt; local 1318 elt = apr_array_push(state->merged); 1319 *elt = state->first; 1321 elt = apr_array_push(state->merged); 1322 *elt = val;
|
/httpd/modules/filters/ |
H A D | mod_proxy_html.c | 1219 const char *elt, const char *att) 1228 attrs = apr_hash_get(cfg->links, elt, APR_HASH_KEY_STRING); 1231 apr_hash_set(cfg->links, elt, APR_HASH_KEY_STRING, attrs); 1218 set_links(cmd_parms *cmd, void *CFG, const char *elt, const char *att) argument
|
Completed in 3579 milliseconds