Searched refs:ares_strcasecmp (Results 1 – 13 of 13) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | Makefile.inc | 41 ares_strcasecmp.c \ 68 ares_strcasecmp.h \ 246 ares_strcasecmp.c 250 ares_strcasecmp.h
|
D | ares_strcasecmp.h | 23 extern int ares_strcasecmp(const char *a, const char *b);
|
D | ares_strcasecmp.c | 22 int ares_strcasecmp(const char *a, const char *b) in ares_strcasecmp() function
|
D | ahost.c | 42 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2)
|
D | ares_private.h | 108 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2)
|
D | acountry.c | 60 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2)
|
D | adig.c | 53 # define strcasecmp(p1,p2) ares_strcasecmp(p1,p2)
|
D | CHANGES.0 | 421 - Code reorganization to allow internal/private use of ares_strcasecmp to any
|
/external/grpc-grpc/third_party/cares/ |
D | cares.BUILD | 107 "ares_strcasecmp.c", 136 "ares_strcasecmp.h",
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/ |
D | cares.BUILD | 164 "ares_strcasecmp.c", 195 "ares_strcasecmp.h",
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/vc/cares/ |
D | vc6cares.dsp | 305 SOURCE=..\..\ares_strcasecmp.c 405 SOURCE=..\..\ares_strcasecmp.h
|
/external/grpc-grpc/ |
D | grpc.gemspec | 1242 s.files += %w( third_party/cares/cares/ares_strcasecmp.h ) 1292 s.files += %w( third_party/cares/cares/ares_strcasecmp.c )
|
/external/rust/crates/grpcio-sys/grpc/ |
D | grpc.gemspec | 1956 s.files += %w( third_party/cares/cares/ares_strcasecmp.c ) 1957 s.files += %w( third_party/cares/cares/ares_strcasecmp.h )
|