Home
last modified time | relevance | path

Searched refs:address_sorting_sortable (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/address_sorting/
Daddress_sorting.c222 static int compare_source_addr_exists(const address_sorting_sortable* first, in compare_source_addr_exists()
223 const address_sorting_sortable* second) { in compare_source_addr_exists()
231 const address_sorting_sortable* first, in compare_source_dest_scope_matches()
232 const address_sorting_sortable* second) { in compare_source_dest_scope_matches()
250 const address_sorting_sortable* first, in compare_source_dest_labels_match()
251 const address_sorting_sortable* second) { in compare_source_dest_labels_match()
268 static int compare_dest_precedence(const address_sorting_sortable* first, in compare_dest_precedence()
269 const address_sorting_sortable* second) { in compare_dest_precedence()
274 static int compare_dest_scope(const address_sorting_sortable* first, in compare_dest_scope()
275 const address_sorting_sortable* second) { in compare_dest_scope()
[all …]
/aosp_15_r20/external/grpc-grpc/third_party/address_sorting/
H A Daddress_sorting.c222 static int compare_source_addr_exists(const address_sorting_sortable* first, in compare_source_addr_exists()
223 const address_sorting_sortable* second) { in compare_source_addr_exists()
231 const address_sorting_sortable* first, in compare_source_dest_scope_matches()
232 const address_sorting_sortable* second) { in compare_source_dest_scope_matches()
250 const address_sorting_sortable* first, in compare_source_dest_labels_match()
251 const address_sorting_sortable* second) { in compare_source_dest_labels_match()
268 static int compare_dest_precedence(const address_sorting_sortable* first, in compare_dest_precedence()
269 const address_sorting_sortable* second) { in compare_dest_precedence()
274 static int compare_dest_scope(const address_sorting_sortable* first, in compare_dest_scope()
275 const address_sorting_sortable* second) { in compare_dest_scope()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/address_sorting/include/address_sorting/
Daddress_sorting.h58 typedef struct address_sorting_sortable { struct
67 } address_sorting_sortable; argument
69 void address_sorting_rfc_6724_sort(address_sorting_sortable* sortables,
/aosp_15_r20/external/grpc-grpc/third_party/address_sorting/include/address_sorting/
H A Daddress_sorting.h58 typedef struct address_sorting_sortable { struct
67 } address_sorting_sortable; argument
69 void address_sorting_rfc_6724_sort(address_sorting_sortable* sortables,
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/
H A Dares_resolver.cc150 address_sorting_sortable* sortables = static_cast<address_sorting_sortable*>( in SortAddresses()
151 gpr_zalloc(sizeof(address_sorting_sortable) * addresses.size())); in SortAddresses()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_wrapper.cc566 address_sorting_sortable* sortables = static_cast<address_sorting_sortable*>( in grpc_cares_wrapper_address_sorting_sort()
567 gpr_zalloc(sizeof(address_sorting_sortable) * addresses->size())); in grpc_cares_wrapper_address_sorting_sort()
/aosp_15_r20/external/grpc-grpc/src/core/resolver/dns/c_ares/
H A Dgrpc_ares_wrapper.cc577 address_sorting_sortable* sortables = static_cast<address_sorting_sortable*>( in grpc_cares_wrapper_address_sorting_sort()
578 gpr_zalloc(sizeof(address_sorting_sortable) * addresses->size())); in grpc_cares_wrapper_address_sorting_sort()