Searched refs:ap_strchr (Results 1 - 24 of 24) sorted by relevance

/httpd/modules/lua/
H A Dlua_apr.c52 while ( (badchar = ap_strchr(badchar, '\n')) ) {
/httpd/server/
H A Dutil_debug.c38 #if defined(ap_strchr)
39 #undef ap_strchr macro
40 AP_DECLARE(char *) ap_strchr(char *s, int c);
43 AP_DECLARE(char *) ap_strchr(char *s, int c) function
H A Dutil_script.c250 if (apr_table_get(r->notes, "proxy-noquery") && (q = ap_strchr(r->filename, '?'))) {
H A Dvhost.c873 if (ap_strchr(host, ':') != NULL)
H A Dcore.c1279 if (ap_strchr(name, ':') == 0)
/httpd/modules/aaa/
H A Dmod_authn_dbm.c140 colon_pw = ap_strchr(dbm_password, ':');
179 colon_hash = ap_strchr(dbm_hash, ':');
H A Dmod_access_compat.c172 else if ((s = ap_strchr(where, '/'))) {
190 else if (ap_strchr(where, '#')) {
H A Dmod_authz_dbm.c117 if (val && (grp_colon = ap_strchr(val, ':')) != NULL) {
118 char *grp_colon2 = ap_strchr(++grp_colon, ':');
H A Dmod_authz_host.c124 if ((mask = ap_strchr(addr, '/')))
203 if ((hash_ptr = ap_strchr(w, '#'))) {
/httpd/include/
H A Dhttpd.h2230 AP_DECLARE(char *) ap_strchr(char *s, int c);
2242 # define strchr(s, c) ap_strchr(s,c)
2266 # define ap_strchr(s, c) strchr(s, c) macro
/httpd/modules/proxy/
H A Dmod_proxy_fcgi.c99 char *split = ap_strchr(path, '.');
101 char *slash = ap_strchr(split, '/');
112 char *slash = ap_strchr(split, '/');
268 newfname = ap_strchr(newfname, '/');
H A Dajp_msg.c131 while ((next = ap_strchr(buf, '\n'))) {
H A Dmod_proxy_scgi.c204 if (ap_strchr(host, ':')) { /* if literal IPv6 address */
H A Dproxy_util.c1669 ptr = ap_strchr((char *)url, '|');
1990 (ptr = ap_strchr(ptr2, '|'))) {
H A Dmod_proxy.c2312 if ((word = ap_strchr(name, '>')))
/httpd/modules/ssl/
H A Dssl_util_ocsp.c199 || (line = ap_strchr(line, ' ')) == NULL
/httpd/modules/filters/
H A Dmod_xml2enc.c132 char* p = ap_strchr(ctx->buf, '<');
156 p = ap_strchr(p+1, '<');
H A Dmod_proxy_html.c146 for (p = ap_strchr(str, '\\'); p; p = ap_strchr(p+1, '\\'))
/httpd/modules/mappers/
H A Dmod_alias.c646 if (r->args && !ap_strchr(ret, '?')) {
701 if (r->args && !ap_strchr(ret, '?')) {
H A Dmod_rewrite.c774 q = ap_strchr(r->filename, '?');
1143 while ((p = ap_strchr(p, '|')) != NULL) {
1152 while (--n && (value = ap_strchr(value, '|')) != NULL) {
1157 p = ap_strchr(value, '|');
1440 if (fpin == NULL || fpout == NULL || ap_strchr(key, '\n')) {
2477 if ((val = ap_strchr(name, ':')) != NULL) {
3223 if (!*key || (nextp = ap_strchr(key, ',')) == NULL) { /* NULL should not
3237 val = ap_strchr(key, '=');
4957 if ((cp = ap_strchr(cp, '/')) != NULL && *(++cp)) {
/httpd/modules/metadata/
H A Dmod_expires.c494 spos = checkmime ? ap_strchr(checkmime, '/') : NULL;
H A Dmod_remoteip.c132 char *s = ap_strchr(ip, '/');
/httpd/modules/core/
H A Dmod_macro.c228 return ap_strchr(ARG_PREFIX, *word) != 0;
/httpd/modules/dav/main/
H A Dmod_dav.c785 || (dash = ap_strchr(range, '-')) == NULL
786 || (slash = ap_strchr(range, '/')) == NULL) {

Completed in 624 milliseconds