HomeSort by relevance Sort by last modified time
    Searched refs:address_sorting_sortable (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/third_party/address_sorting/include/address_sorting/
address_sorting.h 53 /* address_sorting_sortable represents one entry in a list of destination
56 typedef struct address_sorting_sortable { struct
65 } address_sorting_sortable; typedef in typeref:struct:address_sorting_sortable
67 void address_sorting_rfc_6724_sort(address_sorting_sortable* sortables,
  /external/grpc-grpc/third_party/address_sorting/
address_sorting.c 222 static int compare_source_addr_exists(const address_sorting_sortable* first,
223 const address_sorting_sortable* second) {
231 const address_sorting_sortable* first,
232 const address_sorting_sortable* second) {
250 const address_sorting_sortable* first,
251 const address_sorting_sortable* second) {
268 static int compare_dest_precedence(const address_sorting_sortable* first,
269 const address_sorting_sortable* second) {
274 static int compare_dest_scope(const address_sorting_sortable* first,
275 const address_sorting_sortable* second)
    [all...]
  /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
grpc_ares_wrapper.cc 111 address_sorting_sortable* sortables = (address_sorting_sortable*)gpr_zalloc(
112 sizeof(address_sorting_sortable) * lb_addrs->num_addresses);

Completed in 113 milliseconds