Searched refs:hi (Results 1 - 11 of 11) sorted by relevance
/httpd/modules/experimental/ |
H A D | mod_noloris.c | 97 apr_hash_index_t *hi; local 146 for (hi = apr_hash_first(NULL, connections); hi; hi = apr_hash_next(hi)) { 147 apr_hash_this(hi, (const void**) &ip, NULL, (void**)&n);
|
/httpd/server/ |
H A D | provider.c | 138 apr_hash_index_t *hi; local 159 for (hi = apr_hash_first(pool, h); hi; hi = apr_hash_next(hi)) { 160 apr_hash_this(hi, NULL, NULL, (void *)&val);
|
H A D | util.c | 2600 char hi = 0; local 2669 hi = c - 'a' + 10; 2672 hi = c - 'A' + 10; 2675 hi = c - '0'; 2677 hi = hi << 4; 2691 c = low | hi;
|
/httpd/server/mpm/simple/ |
H A D | simple_children.c | 36 apr_hash_index_t *hi; local 40 hi = apr_hash_first(sc->pool, sc->children); 41 if (hi != NULL) { 42 apr_hash_this(hi, NULL, NULL, (void **)&child);
|
/httpd/modules/session/ |
H A D | mod_session_crypto.c | 82 apr_hash_index_t *hi; local 89 for (hi = apr_hash_first(r->pool, ciphers); hi; hi = apr_hash_next(hi)) { 90 apr_hash_this(hi, NULL, &klen, NULL); 93 for (hi = apr_hash_first(r->pool, ciphers); hi; hi = apr_hash_next(hi)) { [all...] |
/httpd/modules/cluster/ |
H A D | mod_heartmonitor.c | 399 apr_hash_index_t *hi; local 412 for (hi = apr_hash_first(p, ctx->servers); 413 hi != NULL; hi = apr_hash_next(hi)) { 416 apr_hash_this(hi, NULL, NULL, (void **) &s); 470 apr_hash_index_t *hi; local 472 for (hi = apr_hash_first(p, ctx->servers); 473 hi != NULL; hi [all...] |
/httpd/modules/database/ |
H A D | mod_dbd.c | 365 apr_hash_index_t *hi; local 384 for (hi = hi_first; hi; hi = apr_hash_next(hi)) { 388 apr_hash_this(hi, (void*) &label, NULL, (void*) &query); 437 apr_hash_index_t *hi; local 441 for (hi = apr_hash_first(pool, cfg->queries); hi; 442 hi [all...] |
/httpd/modules/http/ |
H A D | http_protocol.c | 956 apr_hash_index_t *hi = apr_hash_first(p, methods_registry); local 960 for (; hi; hi = apr_hash_next(hi)) { 964 apr_hash_this(hi, &key, NULL, &val); 1016 apr_hash_index_t *hi = apr_hash_first(r->pool, methods_registry); local 1023 for (; hi; hi = apr_hash_next(hi)) { 1027 apr_hash_this(hi, [all...] |
/httpd/support/ |
H A D | firehose.c | 287 apr_hash_index_t *hi; local 294 for (hi = apr_hash_first(pool, file->filters); hi; hi = apr_hash_next(hi)) { 296 apr_hash_this(hi, NULL, NULL, &val);
|
/httpd/modules/dav/main/ |
H A D | util.c | 464 apr_hash_index_t *hi = apr_hash_first(xi->pool, xi->prefix_uri); local 466 for (; hi != NULL; hi = apr_hash_next(hi)) { 471 apr_hash_this(hi, &prefix, NULL, &uri);
|
/httpd/modules/mappers/ |
H A D | mod_rewrite.c | 1219 apr_hash_index_t *hi; local 1231 for (hi = apr_hash_first(p, conf->rewritemaps); hi; hi = apr_hash_next(hi)){ 1237 apr_hash_this(hi, NULL, NULL, &val);
|
Completed in 3540 milliseconds