ent 694 modules/aaa/mod_authnz_ldap.c struct mod_auth_ldap_groupattr_entry_t *ent = (struct mod_auth_ldap_groupattr_entry_t *) sec->groupattr->elts; ent 724 modules/aaa/mod_authnz_ldap.c ent[i].name, sec->group_attrib_is_dn ? req->dn : req->user, t); ent 726 modules/aaa/mod_authnz_ldap.c result = util_ldap_cache_compare(r, ldc, sec->url, t, ent[i].name, ent 733 modules/aaa/mod_authnz_ldap.c getpid(), ent[i].name, ldc->reason, ldap_err2string(result)); ent 95 modules/cache/cache_util.c struct cache_enable *ent = ent 97 modules/cache/cache_util.c if (uri_meets_conditions(ent[i].url, ent[i].pathlen, uri)) { ent 100 modules/cache/cache_util.c provider = ap_lookup_provider(CACHE_PROVIDER_GROUP, ent[i].type, ent 108 modules/cache/cache_util.c newp->provider_name = ent[i].type; ent 132 modules/cache/cache_util.c struct cache_disable *ent = ent 134 modules/cache/cache_util.c if (uri_meets_conditions(ent[i].url, ent[i].pathlen, uri)) { ent 738 modules/generators/mod_autoindex.c struct ent *next; ent 1238 modules/generators/mod_autoindex.c static struct ent *make_parent_entry(apr_int32_t autoindex_opts, ent 1243 modules/generators/mod_autoindex.c struct ent *p = (struct ent *) apr_pcalloc(r->pool, sizeof(struct ent)); ent 1288 modules/generators/mod_autoindex.c static struct ent *make_autoindex_entry(const apr_finfo_t *dirent, ent 1296 modules/generators/mod_autoindex.c struct ent *p; ent 1341 modules/generators/mod_autoindex.c p = (struct ent *) apr_pcalloc(r->pool, sizeof(struct ent)); ent 1874 modules/generators/mod_autoindex.c struct ent *c1; ent 1875 modules/generators/mod_autoindex.c struct ent *c2; ent 1985 modules/generators/mod_autoindex.c struct ent *head, *p; ent 1986 modules/generators/mod_autoindex.c struct ent **ar = NULL; ent 2220 modules/generators/mod_autoindex.c ar = (struct ent **) apr_palloc(r->pool, ent 2221 modules/generators/mod_autoindex.c num_ent * sizeof(struct ent *)); ent 2229 modules/generators/mod_autoindex.c qsort((void *) ar, num_ent, sizeof(struct ent *), ent 503 modules/proxy/mod_proxy.c struct proxy_alias *ent = (struct proxy_alias *) conf->aliases->elts; ent 526 modules/proxy/mod_proxy.c unsigned int nocanon = ent[i].flags & PROXYPASS_NOCANON; ent 529 modules/proxy/mod_proxy.c && (ent[i].flags & PROXYPASS_INTERPOLATE)) { ent 530 modules/proxy/mod_proxy.c fake = proxy_interpolate(r, ent[i].fake); ent 531 modules/proxy/mod_proxy.c real = proxy_interpolate(r, ent[i].real); ent 534 modules/proxy/mod_proxy.c fake = ent[i].fake; ent 535 modules/proxy/mod_proxy.c real = ent[i].real; ent 537 modules/proxy/mod_proxy.c if (ent[i].regex) { ent 538 modules/proxy/mod_proxy.c if (!ap_regexec(ent[i].regex, r->uri, AP_MAX_REG_MATCH, regm, 0)) { ent 543 modules/proxy/mod_proxy.c if (nocanon && ap_regexec(ent[i].regex, r->unparsed_uri, ent 580 modules/proxy/mod_proxy.c && len != alias_match(r->unparsed_uri, ent[i].fake)) { ent 1045 modules/proxy/proxy_util.c struct proxy_alias *ent; ent 1060 modules/proxy/proxy_util.c ent = (struct proxy_alias *)rconf->raliases->elts; ent 1063 modules/proxy/proxy_util.c ent = (struct proxy_alias *)conf->raliases->elts; ent 1070 modules/proxy/proxy_util.c real = ent[i].real; ent 1103 modules/proxy/proxy_util.c u = apr_pstrcat(r->pool, ent[i].fake, &url[l2], NULL); ent 1114 modules/proxy/proxy_util.c u = apr_pstrcat(r->pool, ent[i].fake, &url[l2], NULL); ent 1134 modules/proxy/proxy_util.c struct proxy_alias *ent; ent 1163 modules/proxy/proxy_util.c ent = (struct proxy_alias *)rconf->cookie_paths->elts; ent 1166 modules/proxy/proxy_util.c ent = (struct proxy_alias *)conf->cookie_paths->elts; ent 1169 modules/proxy/proxy_util.c l2 = strlen(ent[i].fake); ent 1170 modules/proxy/proxy_util.c if (l1 >= l2 && strncmp(ent[i].fake, pathp, l2) == 0) { ent 1171 modules/proxy/proxy_util.c newpath = ent[i].real; ent 1185 modules/proxy/proxy_util.c ent = (struct proxy_alias *)rconf->cookie_domains->elts; ent 1188 modules/proxy/proxy_util.c ent = (struct proxy_alias *)conf->cookie_domains->elts; ent 1191 modules/proxy/proxy_util.c l2 = strlen(ent[i].fake); ent 1192 modules/proxy/proxy_util.c if (l1 >= l2 && strncasecmp(ent[i].fake, domainp, l2) == 0) { ent 1193 modules/proxy/proxy_util.c newdomain = ent[i].real; ent 71 os/unix/unixd.c struct passwd *ent; ent 74 os/unix/unixd.c if ((ent = getpwuid(uid)) == NULL) { ent 82 os/unix/unixd.c name = ent->pw_name; ent 500 server/mpm_common.c struct passwd *ent; ent 505 server/mpm_common.c if (!(ent = getpwnam(name))) { ent 511 server/mpm_common.c return (ent->pw_uid); ent 518 server/mpm_common.c struct group *ent; ent 523 server/mpm_common.c if (!(ent = getgrnam(name))) { ent 529 server/mpm_common.c return (ent->gr_gid); ent 398 srclib/apr/tables/apr_hash.c apr_hash_entry_t *ent; ent 449 srclib/apr/tables/apr_hash.c for (ent = res->array[i]; ent; ent = ent->next) { ent 450 srclib/apr/tables/apr_hash.c if ((ent->klen == iter->klen) && ent 451 srclib/apr/tables/apr_hash.c (memcmp(ent->key, iter->key, iter->klen) == 0)) { ent 453 srclib/apr/tables/apr_hash.c ent->val = (*merger)(p, iter->key, iter->klen, ent 454 srclib/apr/tables/apr_hash.c iter->val, ent->val, data); ent 457 srclib/apr/tables/apr_hash.c ent->val = iter->val; ent 462 srclib/apr/tables/apr_hash.c if (!ent) {