strncmp            77 modules/arch/netware/mod_nw_ssl.c #define strEQn(s1,s2,n)  (strncmp(s1,s2,n)     == 0)
strncmp            78 modules/arch/netware/mod_nw_ssl.c #define strNEn(s1,s2,n)  (strncmp(s1,s2,n)     != 0)
strncmp           508 modules/arch/win32/mod_isapi.c             if (!strncmp(elts[i].key, "HTTP_", 5)) {
strncmp           520 modules/arch/win32/mod_isapi.c             if (!strncmp(elts[i].key, "HTTP_", 5)) {
strncmp           532 modules/arch/win32/mod_win32.c                 && (strncmp(elts[i].key, "HTTP_", 5) == 0
strncmp           533 modules/arch/win32/mod_win32.c                  || strncmp(elts[i].key, "SERVER_", 7) == 0
strncmp           534 modules/arch/win32/mod_win32.c                  || strncmp(elts[i].key, "REQUEST_", 8) == 0
strncmp            83 modules/cache/cache_util.c     return !strncmp(filter.path, url.path, pathlen);
strncmp           482 modules/dav/main/util.c         if (!strncmp(val, "Infinite", 8)) {
strncmp           486 modules/dav/main/util.c         if (!strncmp(val, "Second-", 7)) {
strncmp            73 modules/debug/mod_bucketeer.c         if (!r->content_type || strncmp(r->content_type, "text/", 5)) {
strncmp           247 modules/filters/mod_charset_lite.c         && (!strncmp(r->filename, "redirect:", 9)
strncmp           248 modules/filters/mod_charset_lite.c             || !strncmp(r->filename, "gone:", 5)
strncmp           249 modules/filters/mod_charset_lite.c             || !strncmp(r->filename, "passthrough:", 12)
strncmp           250 modules/filters/mod_charset_lite.c             || !strncmp(r->filename, "forbidden:", 10))) {
strncmp           444 modules/filters/mod_deflate.c              || strncmp(r->content_type, "text/html", 9)) {
strncmp           565 modules/filters/mod_include.c                 if (strncmp(s + 1, ents, j) == 0) {
strncmp          1723 modules/filters/mod_include.c             rr->content_type && strncmp(rr->content_type, "text/", 5)) {
strncmp           760 modules/generators/mod_cgi.c     nph = !(strncmp(argv0, "nph-", 4));
strncmp          1325 modules/generators/mod_cgid.c     nph = !(strncmp(argv0, "nph-", 4));
strncmp           379 modules/mappers/mod_imagemap.c     if (ap_strchr_c(base, '/') == NULL && (!strncmp(value, "../", 3)
strncmp           414 modules/mappers/mod_imagemap.c     while (!strncmp(value, "../", 3) || !strcmp(value, "..")) {
strncmp           446 modules/mappers/mod_imagemap.c         if (!strncmp(value, "/../", 4) || !strcmp(value, "/..")) {
strncmp           643 modules/mappers/mod_negotiation.c         if (ua && (strncmp(ua, "Lynx", 4) == 0))
strncmp           985 modules/mappers/mod_negotiation.c             if (!strncmp(buffer, "uri:", 4)) {
strncmp           988 modules/mappers/mod_negotiation.c             else if (!strncmp(buffer, "content-type:", 13)) {
strncmp           995 modules/mappers/mod_negotiation.c             else if (!strncmp(buffer, "content-length:", 15)) {
strncmp          1010 modules/mappers/mod_negotiation.c             else if (!strncmp(buffer, "content-language:", 17)) {
strncmp          1015 modules/mappers/mod_negotiation.c             else if (!strncmp(buffer, "content-encoding:", 17)) {
strncmp          1019 modules/mappers/mod_negotiation.c             else if (!strncmp(buffer, "description:", 12)) {
strncmp          1029 modules/mappers/mod_negotiation.c             else if (!strncmp(buffer, "body:", 5)) {
strncmp          1134 modules/mappers/mod_negotiation.c         if (strncmp(dirent.name, filp, prefix_len)) {
strncmp          1347 modules/mappers/mod_negotiation.c              !strncmp(accept_type, avail_type, len - 2)) {
strncmp          1462 modules/mappers/mod_negotiation.c         if (!strncmp(lang, *alang, strlen(*alang))) {
strncmp          1625 modules/mappers/mod_negotiation.c                         !strncmp(lang, accs[i].name, alen) &&
strncmp          1654 modules/mappers/mod_negotiation.c                             if (!strncmp(lang, accs[i].name, plen)) {
strncmp          1874 modules/mappers/mod_negotiation.c         if (!(!strncmp(variant->mime_type, "text/", 5)
strncmp          2281 modules/mappers/mod_negotiation.c                     || strncmp(variant->mime_type, "text/html", 9))));
strncmp           894 modules/mappers/mod_rewrite.c     if (!strncmp(input, match, len) && input[len++] == '/') {
strncmp          3710 modules/mappers/mod_rewrite.c                        && !strncmp(r->filename, "proxy:", 6));
strncmp          3725 modules/mappers/mod_rewrite.c             !strncmp(ctx->uri, ctx->perdir, dirlen)) {
strncmp          4297 modules/mappers/mod_rewrite.c         if (flen > 6 && strncmp(r->filename, "proxy:", 6) == 0) {
strncmp          4374 modules/mappers/mod_rewrite.c         else if (flen > 12 && strncmp(r->filename, "passthrough:", 12) == 0) {
strncmp          4486 modules/mappers/mod_rewrite.c                    && !strncmp(r->filename, "proxy:", 6));
strncmp          4497 modules/mappers/mod_rewrite.c             !strncmp(r->filename, dconf->directory, l)) {
strncmp          4553 modules/mappers/mod_rewrite.c         if (l > 6 && strncmp(r->filename, "proxy:", 6) == 0) {
strncmp          4664 modules/mappers/mod_rewrite.c             if (l > 12 && strncmp(r->filename, "passthrough:", 12) == 0) {
strncmp          4715 modules/mappers/mod_rewrite.c                     if (!strncmp(r->filename, ccp, l) &&
strncmp          4781 modules/mappers/mod_rewrite.c     if (strncmp(r->filename, "redirect:", 9) != 0) {
strncmp           645 modules/metadata/mod_headers.c                         && !strncmp(tok_start, new_val, new_val_len)) {
strncmp          1174 modules/metadata/mod_mime_magic.c     if (strncmp(l, "byte", NBYTE) == 0) {
strncmp          1178 modules/metadata/mod_mime_magic.c     else if (strncmp(l, "short", NSHORT) == 0) {
strncmp          1182 modules/metadata/mod_mime_magic.c     else if (strncmp(l, "long", NLONG) == 0) {
strncmp          1186 modules/metadata/mod_mime_magic.c     else if (strncmp(l, "string", NSTRING) == 0) {
strncmp          1190 modules/metadata/mod_mime_magic.c     else if (strncmp(l, "date", NDATE) == 0) {
strncmp          1194 modules/metadata/mod_mime_magic.c     else if (strncmp(l, "beshort", NBESHORT) == 0) {
strncmp          1198 modules/metadata/mod_mime_magic.c     else if (strncmp(l, "belong", NBELONG) == 0) {
strncmp          1202 modules/metadata/mod_mime_magic.c     else if (strncmp(l, "bedate", NBEDATE) == 0) {
strncmp          1206 modules/metadata/mod_mime_magic.c     else if (strncmp(l, "leshort", NLESHORT) == 0) {
strncmp          1210 modules/metadata/mod_mime_magic.c     else if (strncmp(l, "lelong", NLELONG) == 0) {
strncmp          1214 modules/metadata/mod_mime_magic.c     else if (strncmp(l, "ledate", NLEDATE) == 0) {
strncmp           410 modules/proxy/ajp_header.c         if (!strncmp(elts[i].key, "AJP_", 4)) {
strncmp           638 modules/proxy/mod_proxy.c                    : strncmp(proxyname, entry_proxy->p,
strncmp           655 modules/proxy/mod_proxy.c     if (!r->proxyreq || !r->filename || strncmp(r->filename, "proxy:", 6) != 0)
strncmp           682 modules/proxy/mod_proxy.c     if (!r->proxyreq || !r->filename || strncmp(r->filename, "proxy:", 6) != 0)
strncmp           772 modules/proxy/mod_proxy.c     if (!r->proxyreq || !r->filename || strncmp(r->filename, "proxy:", 6) != 0)
strncmp           393 modules/proxy/mod_proxy_ftp.c         if (pwd == NULL || strncmp(pwd, path, strlen(pwd)) == 0) {
strncmp           624 modules/proxy/mod_proxy_ftp.c         if (strncmp(message,"PASS ", 5) == 0)
strncmp           851 modules/proxy/mod_proxy_ftp.c     if (type_suffix != NULL && strncmp(type_suffix, "type=", 5) == 0
strncmp          1170 modules/proxy/proxy_util.c             if (l1 >= l2 && strncmp(ent[i].fake, pathp, l2) == 0) {
strncmp          1365 modules/proxy/proxy_util.c            && (strncmp(url_copy, worker->name, worker_name_length) == 0) ) {
strncmp           138 modules/ssl/ssl_engine_kernel.c             if (!strncmp(key+1, "sl-", 3)) {
strncmp           140 modules/ssl/ssl_engine_kernel.c                 if (!strncmp(key, "unclean", 7)) {
strncmp           143 modules/ssl/ssl_engine_kernel.c                 else if (!strncmp(key, "accurate", 8)) {
strncmp           114 modules/ssl/ssl_private.h #define strEQn(s1,s2,n)  (strncmp(s1,s2,n)     == 0)
strncmp           115 modules/ssl/ssl_private.h #define strNEn(s1,s2,n)  (strncmp(s1,s2,n)     != 0)
strncmp          3491 server/core.c          && !strncmp(r->uri, r->server->path, r->server->pathlen)
strncmp          1240 server/request.c                    : (strncmp(entry_core->d, cache->cached, len)
strncmp          1807 server/request.c     if (strncmp(rnew->filename, fdir, fdirlen) == 0
strncmp           233 server/util.c              || strncmp(newpath, ourdir, strlen(newpath)) != 0) {
strncmp           959 server/vhost.c         if (s->path && !strncmp(r->uri, s->path, s->pathlen) &&
strncmp           526 srclib/apr-util/crypto/apr_md5.c     if (!strncmp(sp, apr1_id, strlen(apr1_id))) {
strncmp           705 srclib/apr-util/crypto/apr_md5.c     if (!strncmp(hash, apr1_id, strlen(apr1_id))) {
strncmp           711 srclib/apr-util/crypto/apr_md5.c     else if (!strncmp(hash, APR_SHA1PW_ID, APR_SHA1PW_IDLEN)) {
strncmp           354 srclib/apr-util/crypto/apr_sha1.c     if (strncmp(clear, APR_SHA1PW_ID, APR_SHA1PW_IDLEN) == 0) {
strncmp           747 srclib/apr-util/memcache/apr_memcache.c     if (strncmp(MS_VALUE, conn->buffer, MS_VALUE_LEN) == 0) {
strncmp           815 srclib/apr-util/memcache/apr_memcache.c         if (strncmp(MS_END, conn->buffer, MS_END_LEN) != 0) {
strncmp           819 srclib/apr-util/memcache/apr_memcache.c     else if (strncmp(MS_END, conn->buffer, MS_END_LEN) == 0) {
strncmp           883 srclib/apr-util/memcache/apr_memcache.c     if (strncmp(MS_DELETED, conn->buffer, MS_DELETED_LEN) == 0) {
strncmp           886 srclib/apr-util/memcache/apr_memcache.c     else if (strncmp(MS_NOT_FOUND, conn->buffer, MS_NOT_FOUND_LEN) == 0) {
strncmp           952 srclib/apr-util/memcache/apr_memcache.c     if (strncmp(MS_ERROR, conn->buffer, MS_ERROR_LEN) == 0) {
strncmp           955 srclib/apr-util/memcache/apr_memcache.c     else if (strncmp(MS_NOT_FOUND, conn->buffer, MS_NOT_FOUND_LEN) == 0) {
strncmp          1037 srclib/apr-util/memcache/apr_memcache.c     if (strncmp(MS_VERSION, conn->buffer, MS_VERSION_LEN) == 0) {
strncmp          1303 srclib/apr-util/memcache/apr_memcache.c            if (strncmp(MS_VALUE, conn->buffer, MS_VALUE_LEN) == 0) {
strncmp          1382 srclib/apr-util/memcache/apr_memcache.c            else if (strncmp(MS_END, conn->buffer, MS_END_LEN) == 0) {
strncmp          1545 srclib/apr-util/memcache/apr_memcache.c     strncmp(STAT_ ## name, conn->buffer, STAT_ ## name ## _LEN) == 0
strncmp          1641 srclib/apr-util/memcache/apr_memcache.c         if (strncmp(MS_END, conn->buffer, MS_END_LEN) == 0) {
strncmp          1645 srclib/apr-util/memcache/apr_memcache.c         else if (strncmp(MS_STAT, conn->buffer, MS_STAT_LEN) == 0) {
strncmp           278 srclib/apr-util/test/abts.c     if (!strncmp(expected, actual, n)) return;
strncmp           595 srclib/apr-util/test/testmemcache.c   if(strncmp(buf, "VERSION", sizeof("VERSION")-1) != 0) {
strncmp           179 srclib/apr-util/xml/apr_xml.c 	if (strncmp(attr->name, APR_KW_xmlns, 5) == 0) {
strncmp           271 srclib/apr/build/aplibtool.c         if (strncmp(name, "lib", 3) == 0) {
strncmp           348 srclib/apr/build/aplibtool.c         if (strncmp(arg, "lib", 3) == 0) {
strncmp           745 srclib/apr/build/aplibtool.c     if (strncmp(newname, "mod_", 4) == 0) {
strncmp           659 srclib/apr/build/jlibtool.c     if (strncmp(newname, "mod_", 4) == 0) {
strncmp           755 srclib/apr/build/jlibtool.c     if (genlib == 2 && strncmp(name, "lib", 3) == 0) {
strncmp           279 srclib/apr/file_io/unix/filepath.c         if (strncmp(rootpath, path, rootlen)) {
strncmp           468 srclib/apr/file_io/win32/filepath.c                 && strncmp(baseroot, addroot, strlen(baseroot)))
strncmp           492 srclib/apr/file_io/win32/filepath.c                     && strncmp(baseroot, addroot, strlen(baseroot)))
strncmp           647 srclib/apr/file_io/win32/filestat.c                     if (!strncmp(tmpname, "\\\\.\\", 4)) {
strncmp           244 srclib/apr/misc/unix/getopt.c                     if (strncmp(p, opts[i].name, len) == 0
strncmp           822 srclib/apr/strings/apr_snprintf.c                  strncmp(fmt, APR_INT64_T_FMT, 
strncmp           291 srclib/apr/test/abts.c     if (!strncmp(expected, actual, n)) return;
strncmp           164 srclib/apr/test/sockperf.c     if (strncmp(recvBuf, buf, size) != 0) {
strncmp          1922 srclib/pcre/pcre.c     strncmp((const char *)ptr, posix_names[yield], len) == 0) return yield;
strncmp          2405 srclib/pcre/pcre.c           BOOL blankclass = strncmp((char *)ptr, "blank", 5) == 0;
strncmp          3487 srclib/pcre/pcre.c             if (strncmp((char *)name, (char *)slot+2, namelen) == 0) break;
strncmp           532 srclib/pcre/pcregrep.c     if (strncmp(argv[i]+2, "file=", 5) == 0)
strncmp          1874 support/ab.c       if (strlen(url) > 7 && strncmp(url, "http://", 7) == 0) {
strncmp          1882 support/ab.c       if (strlen(url) > 8 && strncmp(url, "https://", 8) == 0) {
strncmp          1887 support/ab.c       if (strlen(url) > 8 && strncmp(url, "https://", 8) == 0) {
strncmp           234 support/suexec.c             if (!strncmp(*ep, safe_env_lst[idx],
strncmp           358 support/suexec.c     if ((cmd[0] == '/') || (!strncmp(cmd, "../", 3))
strncmp           369 support/suexec.c     if (!strncmp("~", target_uname, 1)) {
strncmp           519 support/suexec.c     if ((strncmp(cwd, dwd, strlen(dwd))) != 0) {
strncmp           151 test/cls.c             if (strncmp(line, "X-URL: ", 7) != 0 || line[i - 1] != '\n') {