/httpd/modules/dav/main/ |
H A D | liveprop.c | 69 apr_hash_index_t *idx = apr_hash_first(p, dav_liveprop_uris); local 71 for ( ; idx != NULL; idx = apr_hash_next(idx) ) { 76 apr_hash_this(idx, &key, NULL, &val);
|
/httpd/support/ |
H A D | suexec.c | 229 int idx; local 270 for (idx = 0; safe_env_lst[idx]; idx++) { 271 if (!strncmp(*ep, safe_env_lst[idx], 272 strlen(safe_env_lst[idx]))) {
|
/httpd/modules/ssl/ |
H A D | ssl_engine_pphrase.c | 122 static char *pphrase_array_get(apr_array_header_t *arr, int idx) argument 124 if ((idx < 0) || (idx >= arr->nelts)) { 128 return ((char **)arr->elts)[idx]; 131 apr_status_t ssl_load_encrypted_pkey(server_rec *s, apr_pool_t *p, int idx, argument 137 const char *key_id = asn1_table_vhost_key(mc, p, sc->vhost_id, idx);
|
H A D | ssl_util_ssl.c | 256 * Return an array of subjectAltName entries of type "type". If idx is -1, 262 BOOL SSL_X509_getSAN(apr_pool_t *p, X509 *x509, int type, int idx, argument 267 if (!x509 || (type < GEN_OTHERNAME) || (type > GEN_RID) || (idx < -1) || 281 if ((idx == -1) || (n == idx)) { 304 if ((idx != -1) && (n++ > idx))
|
H A D | ssl_util_stapling.c | 49 UCHAR idx[SHA_DIGEST_LENGTH]; member in struct:__anon345 108 UCHAR idx[SHA_DIGEST_LENGTH]; local 114 if ((x == NULL) || (X509_digest(x, EVP_sha1(), idx, NULL) != 1)) 117 cinf = apr_hash_get(stapling_certinfo, idx, sizeof(idx)); 161 memcpy (cinf->idx, idx, sizeof(idx)); 176 apr_hash_set(stapling_certinfo, cinf->idx, sizeof(cinf->idx), cin 186 UCHAR idx[SHA_DIGEST_LENGTH]; local [all...] |
H A D | ssl_engine_vars.c | 628 int i, j, n, idx = 0; local 634 idx = atoi(ptr + 1); 653 if (n == ssl_var_lookup_ssl_cert_dn_rec[i].nid && idx-- == 0) {
|
H A D | mod_ssl_ct.c | 1974 int idx; local 1982 idx = OCSP_SINGLERESP_get_ext_by_NID(single, 1985 if (idx == -1) { 1990 "index of NID_ct_cert_scts: %d", idx); 1994 ext = sk_X509_EXTENSION_value(exts, idx); /* UNDOC */
|
/httpd/server/ |
H A D | apreq_parser_multipart.c | 121 apr_ssize_t idx; local 184 idx = match - buf; 186 idx = apreq_index(buf + len-blen, blen, bdry, blen, 188 if (idx >= 0) 189 idx += len-blen; 193 idx = apreq_index(buf, len, bdry, blen, APREQ_MATCH_PARTIAL); 195 /* Theoretically idx should never be 0 here, because we 200 if (idx >= 0) 201 apr_bucket_split(e, idx);
|
H A D | util_mutex.c | 502 apr_hash_index_t *idx; local 504 for (idx = apr_hash_first(p, mxcfg_by_type); idx; idx = apr_hash_next(idx)) 510 apr_hash_this(idx, &name_, NULL, NULL);
|
H A D | core.c | 1525 int idx; local 1533 idx = ap_index_of_response(status); 1535 conf->response_code_strings[idx] =
|
/httpd/modules/http/ |
H A D | byterange_filter.c | 91 indexes_t *idx; local 238 idx = (indexes_t *)apr_array_push(*indexes); 239 idx->start = ostart; 240 idx->end = oend; 251 idx = (indexes_t *)apr_array_push(*indexes); 252 idx->start = ostart; 253 idx->end = oend; 271 idx = (indexes_t *)(*indexes)->elts; 272 for (i = 0; i < (*indexes)->nelts; i++, idx++) { 275 idx 416 indexes_t *idx; local [all...] |
H A D | http_protocol.c | 1373 int idx = ap_index_of_response(status); local 1461 if ((custom_response = ap_response_code_string(r, idx))) { 1485 const char *title = status_lines[idx];
|
/httpd/modules/cache/ |
H A D | mod_socache_shmcb.c | 595 SHMCBIndex *idx = SHMCB_INDEX(subcache, subcache->idx_pos); local 597 idx_expiry = idx->expires; 709 SHMCBIndex *idx = NULL; local 712 idx = SHMCB_INDEX(subcache, new_idx_pos); 713 if (idx->removed) 715 else if (idx->expires <= now) 734 /* There remain other indexes, so we can use idx to adjust 'data' */ 736 idx->data_pos, 743 subcache->data_pos = idx->data_pos; 757 SHMCBIndex *idx; local 866 SHMCBIndex *idx = SHMCB_INDEX(subcache, pos); local 927 SHMCBIndex *idx = SHMCB_INDEX(subcache, pos); local 970 SHMCBIndex *idx = SHMCB_INDEX(subcache, pos); local [all...] |
/httpd/modules/generators/ |
H A D | mod_cgi.c | 494 int numwords, x, idx; local 526 for (x = 1, idx = 1; x < numwords; x++) { 529 (*argv)[idx++] = ap_escape_shell_cmd(p, w); 531 (*argv)[idx] = NULL;
|
H A D | mod_cgid.c | 237 int idx = 0; local 258 av[idx++] = path; 261 av[idx++] = user; 264 av[idx++] = group; 267 av[idx++] = apr_pstrdup(p, av0); 272 av[idx++] = ap_escape_shell_cmd(p, w); 274 av[idx] = NULL;
|
/httpd/modules/aaa/ |
H A D | mod_auth_digest.c | 238 unsigned long idx; local 279 for (idx = 0; idx < num_buckets; idx++) { 280 client_list->table[idx] = NULL; 776 unsigned long num_removed = 0, idx; local 780 for (idx = 0; idx < client_list->tbl_len; idx++) { 781 entry = client_list->table[idx]; 1762 int match = 0, idx; local [all...] |
/httpd/modules/mappers/ |
H A D | mod_negotiation.c | 1710 int idx; local 1715 idx = find_lang_index(neg->conf->language_priority, lang); 1716 if ((idx >= 0) && ((bestidx == -1) || (idx < bestidx))) { 1717 bestidx = idx;
|
H A D | mod_rewrite.c | 3652 int idx = local 3655 if (ap_index_of_response(status) == idx) {
|
/httpd/modules/filters/ |
H A D | mod_include.c | 655 apr_size_t idx = *var - '0'; local 665 idx, r->filename); 668 else if (re->nsub < idx || idx >= AP_MAX_REG_MATCH) { 672 idx, re->rexp, r->filename); 675 else if (re->match[idx].rm_so < 0 || re->match[idx].rm_eo < 0) { 680 val = apr_pstrmemdup(ctx->dpool, re->source + re->match[idx].rm_so, 681 re->match[idx].rm_eo - re->match[idx] [all...] |