Searched refs:idx (Results 1 - 20 of 20) sorted by relevance

/httpd/build/
H A Dmake_nw_export.awk25 exports[++idx] = sym_name
92 printf("Added %d symbols to export list.\n", idx) > "/dev/stderr"
94 increment = int(idx / 2)
96 for (i = increment+1; i <= idx; i++) {
112 while (x < idx - 1) {
/httpd/modules/cache/
H A Dmod_socache_shmcb.c595 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/dav/main/
H A Dliveprop.c69 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);
H A Dutil.c1783 apr_size_t idx;
1790 idx = strlen(s) - 1;
1791 if (apr_isspace(s[idx])) {
1794 while (apr_isspace(s2[idx]) && idx > 0)
1795 --idx;
1796 s2[idx + 1] = '\0';
/httpd/modules/http/
H A Dbyterange_filter.c91 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 Dhttp_protocol.c1373 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/ssl/
H A Dssl_util_stapling.c49 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 Dssl_engine_pphrase.c122 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 Dssl_util_ssl.c256 * 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 Dssl_engine_vars.c628 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 Dmod_ssl_ct.c1974 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/support/
H A Dsuexec.c229 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/server/
H A Dutil_mutex.c502 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 Dapreq_parser_multipart.c121 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);
/httpd/modules/aaa/
H A Dmod_auth_digest.c238 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/generators/
H A Dmod_cgid.c237 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;
H A Dmod_cgi.c494 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;
/httpd/modules/mappers/
H A Dmod_negotiation.c1710 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 Dmod_rewrite.c3652 int idx = local
3655 if (ap_index_of_response(status) == idx) {
/httpd/modules/filters/
H A Dmod_include.c655 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...]

Completed in 1890 milliseconds