strstr           1871 include/httpd.h # define ap_strstr(s, c)	strstr(s, c)
strstr           1873 include/httpd.h # define ap_strstr_c(s, c)	strstr(s, c)
strstr            221 modules/filters/mod_filter.c                 if (!strstr(str1, provider->match.string)) {
strstr            293 modules/filters/mod_filter.c                         if (strstr(str1, "no-transform")) {
strstr            373 modules/filters/mod_filter.c                     if (strstr(str, "no-transform")) {
strstr            852 modules/mappers/mod_negotiation.c     endbody = strstr(buffer, tag);
strstr            394 modules/mappers/mod_vhost_alias.c         cgi = strstr(r->uri, "cgi-bin/");
strstr            134 modules/proxy/mod_proxy_balancer.c     for (path = strstr(url, name); path; path = strstr(path + 1, name)) {
strstr            375 modules/proxy/mod_proxy_balancer.c     const char *scheme = strstr(*url, "://");
strstr            330 modules/proxy/mod_proxy_ftp.c         if ((type = strstr(path, ";type=")) != NULL)
strstr            491 modules/proxy/mod_proxy_ftp.c         if (ctx->buffer[0] == 'l' && (filename = strstr(ctx->buffer, " -> ")) != NULL) {
strstr           1112 server/mpm/netware/mpm_netware.c         pID = strstr (szcommandLine, "-p");
strstr             32 server/util_debug.c #if defined (strstr)
strstr             84 server/util_debug.c     return strstr(s,c);
strstr             94 server/util_debug.c     return strstr(s,c);
strstr            222 srclib/apr-util/dbd/apr_dbd_freetds.c     while (q = strstr(p_in, "%s"), q != NULL) {
strstr            467 srclib/apr-util/dbd/apr_dbd_sqlite2.c     perm = strstr(params, ":");
strstr             94 srclib/apr-util/test/testldap.c     ptr = strstr (ldap_host, "\r\n");
strstr            123 srclib/apr-util/test/testldap.c             if (strstr(dirent.name, ".der")) {
strstr            129 srclib/apr-util/test/testldap.c             if (strstr(dirent.name, ".b64")) {
strstr           1109 srclib/apr/build/jlibtool.c     char *lib  = strstr(name, "lib");
strstr           1244 srclib/apr/build/jlibtool.c         if (strstr(entry->d_name, "__.SYMDEF") != NULL) {
strstr           1387 support/ab.c           s = strstr(c->cbuff, "\r\n\r\n");
strstr           1393 support/ab.c               s = strstr(c->cbuff, "\n\n");
strstr           1423 support/ab.c                   p = strstr(c->cbuff, "Server:");
strstr           1440 support/ab.c               part = strstr(c->cbuff, "HTTP");    /* really HTTP/1.x_ */
strstr           1460 support/ab.c               (strstr(c->cbuff, "Keep-Alive")
strstr           1461 support/ab.c                || strstr(c->cbuff, "keep-alive"))) {  /* for benefit of MSIIS */
strstr           1463 support/ab.c                   cl = strstr(c->cbuff, "Content-Length:");
strstr           1466 support/ab.c                       cl = strstr(c->cbuff, "Content-length:");
strstr            359 support/suexec.c         || (strstr(cmd, "/../") != NULL)) {
strstr            347 test/zb.c          s = strstr(c->cbuff, "\r\n\r\n");
strstr            350 test/zb.c          if(!s) { s = strstr(c->cbuff,"\n\n"); l=2; }
strstr            372 test/zb.c              p = strstr(c->cbuff, "Server:");
strstr            381 test/zb.c               (strstr(c->cbuff, "Keep-Alive")
strstr            382 test/zb.c                || strstr(c->cbuff, "keep-alive")))  /* for benefit of MSIIS */
strstr            385 test/zb.c              cl = strstr(c->cbuff, "Content-Length:");
strstr            388 test/zb.c              if(!cl) cl = strstr(c->cbuff, "Content-length:");