ap_strchr 1844 include/httpd.h AP_DECLARE(char *) ap_strchr(char *s, int c);
ap_strchr 1854 include/httpd.h # define strchr(s, c) ap_strchr(s,c)
ap_strchr 136 modules/aaa/mod_authn_dbm.c colon_pw = ap_strchr(dbm_password, ':');
ap_strchr 174 modules/aaa/mod_authn_dbm.c colon_hash = ap_strchr(dbm_hash, ':');
ap_strchr 121 modules/aaa/mod_authz_dbm.c if (val && (grp_colon = ap_strchr(val, ':')) != NULL) {
ap_strchr 122 modules/aaa/mod_authz_dbm.c char *grp_colon2 = ap_strchr(++grp_colon, ':');
ap_strchr 134 modules/aaa/mod_authz_host.c else if ((s = ap_strchr(where, '/'))) {
ap_strchr 779 modules/dav/main/mod_dav.c || (dash = ap_strchr(range, '-')) == NULL
ap_strchr 780 modules/dav/main/mod_dav.c || (slash = ap_strchr(range, '/')) == NULL) {
ap_strchr 457 modules/mappers/mod_alias.c if (r->args && !ap_strchr(ret, '?')) {
ap_strchr 721 modules/mappers/mod_rewrite.c q = ap_strchr(r->filename, '?');
ap_strchr 1091 modules/mappers/mod_rewrite.c while ((p = ap_strchr(p, '|')) != NULL) {
ap_strchr 1111 modules/mappers/mod_rewrite.c while (--n && (value = ap_strchr(value, '|')) != NULL) {
ap_strchr 1116 modules/mappers/mod_rewrite.c p = ap_strchr(value, '|');
ap_strchr 1346 modules/mappers/mod_rewrite.c if (fpin == NULL || fpout == NULL || ap_strchr(key, '\n')) {
ap_strchr 2316 modules/mappers/mod_rewrite.c if ((val = ap_strchr(name, ':')) != NULL) {
ap_strchr 3022 modules/mappers/mod_rewrite.c if (!*key || (nextp = ap_strchr(key, ',')) == NULL) { /* NULL should not
ap_strchr 3036 modules/mappers/mod_rewrite.c val = ap_strchr(key, '=');
ap_strchr 4587 modules/mappers/mod_rewrite.c if ((cp = ap_strchr(cp, '/')) != NULL && *(++cp)) {
ap_strchr 489 modules/metadata/mod_expires.c spos = checkmime ? ap_strchr(checkmime, '/') : NULL;
ap_strchr 1800 modules/proxy/mod_proxy.c if ((word = ap_strchr(name, '>')))
ap_strchr 644 modules/proxy/mod_proxy_balancer.c if ((val = ap_strchr(args, '='))) {
ap_strchr 646 modules/proxy/mod_proxy_balancer.c if ((tok = ap_strchr(val, '&')))
ap_strchr 37 server/util_debug.c #if defined(ap_strchr)