OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ascnicmp
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
httpcommon-inl.h
26
if (
ascnicmp
(val, "http://", 7) == 0) {
29
} else if (
ascnicmp
(val, "https://", 8) == 0) {
stringutils.h
244
inline int
ascnicmp
(const char* s1, const char* s2, size_t n) {
function in namespace:rtc
268
inline int
ascnicmp
(const wchar_t* s1, const char* s2, size_t n) {
function in namespace:rtc
Completed in 32 milliseconds