Home
last modified time | relevance | path

Searched refs:TRY_AGAIN (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/src/network/
H A Dres_query.c12 h_errno = TRY_AGAIN; in res_query()
H A Dgethostbyname2_r.c27 *err = TRY_AGAIN; in gethostbyname2_r()
H A Dgethostbyaddr_r.c52 *err = TRY_AGAIN; in gethostbyaddr_r()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgethostbyaddr_r.c51 *err = TRY_AGAIN; in gethostbyaddr_r()
/third_party/lwip/src/include/lwip/
H A Dnetdb.h77 #define TRY_AGAIN 213 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dnetdb.h124 #define TRY_AGAIN 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h124 #define TRY_AGAIN 2 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h124 #define TRY_AGAIN 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h124 #define TRY_AGAIN 2 macro
/third_party/musl/include/
H A Dnetdb.h150 #define TRY_AGAIN 2 macro
/third_party/python/Modules/
H A Dgetaddrinfo.c567 case TRY_AGAIN:
/third_party/node/deps/cares/src/lib/
H A Dares_sysconfig.c654 while (rc == -1 && h_errno == TRY_AGAIN) { in ares__init_sysconfig_mvs()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs557 pub const TRY_AGAIN: ::c_int = 4; consts

Completed in 8 milliseconds