Searched refs:_strnicmp (Results 1 – 21 of 21) sorted by relevance
/external/webrtc/webrtc/modules/video_capture/ |
D | device_info_impl.cc | 57 if (_strnicmp((char*) _lastUsedDeviceName, in NumberOfCapabilities() 89 || (_strnicmp((char*) _lastUsedDeviceName, in GetCapability() 137 || (_strnicmp((char*) _lastUsedDeviceName, in GetBestMatchedCapability()
|
/external/e2fsprogs/include/nonunix/ |
D | config.h | 12 #define strncasecmp _strnicmp
|
/external/libchrome/sandbox/win/src/ |
D | sandbox_nt_types.h | 31 _strnicmpFunction _strnicmp; member
|
/external/libusb/libusb/ |
D | strerror.c | 32 #define strncasecmp _strnicmp
|
/external/xmlrpcpp/src/ |
D | XmlRpcUtil.h | 18 # define strncasecmp _strnicmp
|
/external/webrtc/webrtc/base/ |
D | stringutils.h | 115 inline int _strnicmp(const char* s1, const char* s2, size_t n) { in _strnicmp() function 245 return _strnicmp(s1, s2, n); in ascnicmp()
|
D | socketadapters.cc | 455 && (_strnicmp(data, "Proxy-Authenticate:", 19) == 0)) { in ProcessLine() 484 } else if (_strnicmp(data, "Content-Length:", 15) == 0) { in ProcessLine() 486 } else if (_strnicmp(data, "Proxy-Connection: Keep-Alive", 28) == 0) { in ProcessLine()
|
D | httpbase.cc | 34 return (len == header_len) && (_strnicmp(str, header_str, header_len) == 0); in MatchHeader() 160 if ((vlen == 7) && (_strnicmp(value, "chunked", 7) == 0)) { in ProcessLine() 162 } else if ((vlen == 8) && (_strnicmp(value, "identity", 8) == 0)) { in ProcessLine()
|
/external/flac/include/share/ |
D | compat.h | 92 #define FLAC__STRNCASECMP _strnicmp
|
/external/boringssl/src/crypto/ |
D | mem.c | 167 return _strnicmp(a, b, n); in OPENSSL_strncasecmp()
|
/external/libmicrohttpd/src/include/ |
D | platform_interface.h | 72 #define MHD_str_equal_caseless_n_(a,b,n) (0==_strnicmp((a),(b),(n)))
|
/external/ImageMagick/MagickCore/ |
D | nt-base.h | 245 # define strncasecmp _strnicmp
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_utility.cc | 58 return _strnicmp(str1, str2, length) == 0; in StringCompare()
|
/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientlib.c | 41 #define strncasecmp _strnicmp
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 527 #define os_strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n))
|
/external/libvncserver/rfb/ |
D | rfbproto.h | 92 #define strncasecmp _strnicmp
|
/external/webrtc/webrtc/ |
D | common_types.h | 46 #define STR_NCASE_CMP(s1, s2, n) ::_strnicmp(s1, s2, n)
|
/external/mdnsresponder/mDNSWindows/SystemService/ |
D | Service.c | 2659 if ( _strnicmp( pPos, subString, subStringLen ) == 0 ) in strnistr()
|
/external/libvncserver/ |
D | ChangeLog | 2250 …to _strnicmp when using MS compiler. Redefining strncasecmp to _strnicmp makes libvncclient hang …
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 19601 FUNC 221eb 5c c _strnicmp
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 19601 FUNC 221eb 5c c _strnicmp
|