Searched +refs:val +refs:array (Results 1 - 6 of 6) sorted by relevance

/httpd/test/
H A Dtime-sem.c214 int val; member in union:semun
216 ushort *array; member in union:semun
227 ick.val = 1;
/httpd/modules/ssl/
H A Dssl_engine_kernel.c915 char *val = ssl_var_lookup(r->pool, r->server, r->connection, local
917 if (val && val[0])
918 r->user = val;
1163 char *var, *val = ""; local
1207 val = ssl_var_lookup(r->pool, r->server, r->connection, r, var);
1208 if (!strIsEmpty(val)) {
1209 apr_table_setn(env, var, val);
1218 val = ssl_var_lookup(r->pool, r->server, r->connection,
1221 apr_table_setn(env, "SSL_SERVER_CERT", val);
2166 ssl_array_index(apr_array_header_t *array, const char *s) argument
[all...]
/httpd/os/unix/
H A Dunixd.c238 long val; member in union:semun
240 unsigned short *array; member in union:semun
/httpd/modules/proxy/
H A Dproxy_util.c3275 apr_array_header_t *array; member in struct:header_connection
3280 static int find_conn_headers(void *data, const char *key, const char *val) argument
3283 x->error = ap_parse_token_list_strict(x->pool, val, &x->array, !x->is_req);
3298 x.array = NULL;
3313 if (x.array) {
3315 for (i = 0; i < x.array->nelts; i++) {
3316 const char *name = APR_ARRAY_IDX(x.array, i, const char *);
3472 const char *val; local
3483 if (((val
[all...]
/httpd/server/
H A Dconfig.c1537 AP_DECLARE(void) ap_reset_module_loglevels(struct ap_logconf *l, int val) argument
1540 memset(l->module_levels, val, conf_vector_length);
1697 * and an apr_array_header_t pointer for the string array.
1700 apr_array_header_t *array; member in struct:__anon357
1705 /* arr_elts_getstr() returns the next line from the string array. */
1711 /* End of array reached? */
1712 if (++arr_param->curr_idx > arr_param->array->nelts)
1716 elt = ((char **)arr_param->array->elts)[arr_param->curr_idx - 1];
1728 arr_param->curr_idx = arr_param->array->nelts;
1744 arr_parms.array
[all...]
/httpd/modules/loggers/
H A Dmod_log_config.c222 * an array of the logs we are going to use, each of type config_log_state.
230 * points to the same array as config_logs in the main server, and
231 * config_logs points to the array of logs defined inside this vhost,
507 rp->value = t_elt->val;
1537 /* First init the buffered logs array, which is needed when opening the logs. */
1565 buffered_log **array = (buffered_log **)all_buffered_logs->elts; local
1570 buffered_log *this = array[i];

Completed in 48 milliseconds