Searched refs:ares_expand_string (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/tools/ |
D | adig.c | 590 status = ares_expand_string(p, abuf, alen, &name.as_uchar, &len); in display_rr() 599 status = ares_expand_string(p, abuf, alen, &name.as_uchar, &len); in display_rr() 670 status = ares_expand_string(p, abuf, alen, &name.as_uchar, &len); in display_rr() 694 status = ares_expand_string(p, abuf, alen, &name.as_uchar, &len); in display_rr() 760 status = ares_expand_string(p, abuf, alen, &name.as_uchar, &len); in display_rr() 767 status = ares_expand_string(p, abuf, alen, &name.as_uchar, &len); in display_rr() 774 status = ares_expand_string(p, abuf, alen, &name.as_uchar, &len); in display_rr()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/ |
D | ares_parse_naptr_reply.c | 138 status = ares_expand_string(vptr, abuf, alen, &naptr_curr->flags, &len); in ares_parse_naptr_reply() 143 status = ares_expand_string(vptr, abuf, alen, &naptr_curr->service, &len); in ares_parse_naptr_reply() 148 status = ares_expand_string(vptr, abuf, alen, &naptr_curr->regexp, &len); in ares_parse_naptr_reply()
|
D | ares_expand_string.c | 33 int ares_expand_string(const unsigned char *encoded, in ares_expand_string() function
|
D | Makefile.inc | 16 ares_expand_string.c \
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | ares-test-misc.cc | 507 ares_expand_string(s1.data(), s1.data(), s1.size(), in TEST_F() 514 ares_expand_string(s1.data() + 1, s1.data(), s1.size(), in TEST_F() 517 ares_expand_string(s1.data() + 4, s1.data(), s1.size(), in TEST_F() 521 ares_expand_string(s1.data(), s1.data(), s1.size(), in TEST_F()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/docs/ |
D | Makefile.inc | 7 ares_expand_string.3 \
|
/aosp_15_r20/external/grpc-grpc/third_party/cares/ |
H A D | cares.BUILD | 145 "src/lib/ares_expand_string.c",
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/ |
D | cares.BUILD | 145 "src/lib/ares_expand_string.c",
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/include/ |
D | ares.h | 511 CARES_EXTERN int ares_expand_string(const unsigned char *encoded,
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | CHANGES.0 | 584 ares_expand_string.c 1133 - Dominick Meglio's new ares_expand_string. A helper function when decoding
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/ |
D | grpc.gemspec | 2645 s.files += %w( third_party/cares/cares/src/lib/ares_expand_string.c )
|
/aosp_15_r20/external/grpc-grpc/ |
H A D | grpc.gemspec | 2976 s.files += %w( third_party/cares/cares/src/lib/ares_expand_string.c )
|