Home
last modified time | relevance | path

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/
Dadig.c590 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/
Dares_parse_naptr_reply.c138 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()
Dares_expand_string.c33 int ares_expand_string(const unsigned char *encoded, in ares_expand_string() function
DMakefile.inc16 ares_expand_string.c \
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-misc.cc507 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/
DMakefile.inc7 ares_expand_string.3 \
/aosp_15_r20/external/grpc-grpc/third_party/cares/
H A Dcares.BUILD145 "src/lib/ares_expand_string.c",
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/
Dcares.BUILD145 "src/lib/ares_expand_string.c",
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/include/
Dares.h511 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/
DCHANGES.0584 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/
Dgrpc.gemspec2645 s.files += %w( third_party/cares/cares/src/lib/ares_expand_string.c )
/aosp_15_r20/external/grpc-grpc/
H A Dgrpc.gemspec2976 s.files += %w( third_party/cares/cares/src/lib/ares_expand_string.c )