Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
z
Classes
Class List
Class Hierarchy
Class Members
All
:
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Enumerations
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Properties
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
grpc
third_party
cares
cares
src
lib
ares_strcasecmp.h
Go to the documentation of this file.
1
#ifndef HEADER_CARES_STRCASECMP_H
2
#define HEADER_CARES_STRCASECMP_H
3
4
5
/* Copyright 1998 by the Massachusetts Institute of Technology.
6
*
7
* Permission to use, copy, modify, and distribute this
8
* software and its documentation for any purpose and without
9
* fee is hereby granted, provided that the above copyright
10
* notice appear in all copies and that both that copyright
11
* notice and this permission notice appear in supporting
12
* documentation, and that the name of M.I.T. not be used in
13
* advertising or publicity pertaining to distribution of the
14
* software without specific, written prior permission.
15
* M.I.T. makes no representations about the suitability of
16
* this software for any purpose. It is provided "as is"
17
* without express or implied warranty.
18
*/
19
20
#include "
ares_setup.h
"
21
22
#ifndef HAVE_STRCASECMP
23
extern
int
ares_strcasecmp
(
const
char
*
a
,
const
char
*
b
);
24
#endif
25
26
#ifndef HAVE_STRNCASECMP
27
extern
int
ares_strncasecmp
(
const
char
*
a
,
const
char
*
b
,
size_t
n
);
28
#endif
29
30
#endif
/* HEADER_CARES_STRCASECMP_H */
ares_strncasecmp
int ares_strncasecmp(const char *a, const char *b, size_t n)
Definition:
ares_strcasecmp.c:45
a
int a
Definition:
abseil-cpp/absl/container/internal/hash_policy_traits_test.cc:88
b
uint64_t b
Definition:
abseil-cpp/absl/container/internal/layout_test.cc:53
n
int n
Definition:
abseil-cpp/absl/container/btree_test.cc:1080
ares_setup.h
ares_strcasecmp
int ares_strcasecmp(const char *a, const char *b)
Definition:
ares_strcasecmp.c:22
grpc
Author(s):
autogenerated on Thu Mar 13 2025 02:58:33