Home
last modified time | relevance | path

Searched refs:aresx_sltosi (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_nowarn.h26 int aresx_sltosi(long slnum);
Dares_nowarn.c138 int aresx_sltosi(long slnum) in aresx_sltosi() function
Dares_init.c2317 channel->ndots = aresx_sltosi(strtol(val, NULL, 10)); in set_options()
2320 channel->timeout = aresx_sltosi(strtol(val, NULL, 10)); in set_options()
2323 channel->tries = aresx_sltosi(strtol(val, NULL, 10)); in set_options()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-internal.cc254 ri = aresx_sltosi(l); in TEST_F()