| /third_party/curl/lib/ |
| H A D | asyn-thread.c | 155 ADDRINFOEXW_ hints; member 176 struct addrinfo hints; member 224 init_thread_sync_data(struct thread_data *td, const char *hostname, int port, const struct addrinfo *hints) init_thread_sync_data() argument 599 init_resolve_thread(struct Curl_easy *data, const char *hostname, int port, const struct addrinfo *hints) init_resolve_thread() argument 917 struct addrinfo hints; Curl_resolver_getaddrinfo() local [all...] |
| /third_party/libcoap/examples/ |
| H A D | oscore-interop-server.c | 437 struct addrinfo hints; in get_context() local
|
| /third_party/nghttp2/examples/ |
| H A D | client.c | 406 struct addrinfo hints; in connect_to() local
|
| H A D | libevent-server.c | 755 struct addrinfo hints; in start_listen() local
|
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| H A D | afhints.h | 456 af_glyph_hints_done( AF_GlyphHints hints ); variable
|
| /third_party/skia/third_party/externals/freetype/src/pshinter/ |
| H A D | pshrec.c | 812 ps_hints_init( PS_Hints hints, FT_Memory memory ) ps_hints_init() argument 822 ps_hints_open( PS_Hints hints, PS_Hint_Type hint_type ) ps_hints_open() argument 835 ps_hints_stem( PS_Hints hints, FT_UInt dimension, FT_Int count, FT_Long* stems ) ps_hints_stem() argument 883 ps_hints_t1stem3( PS_Hints hints, FT_UInt dimension, FT_Fixed* stems ) ps_hints_t1stem3() argument 946 ps_hints_t1reset( PS_Hints hints, FT_UInt end_point ) ps_hints_t1reset() argument 985 ps_hints_t2mask( PS_Hints hints, FT_UInt end_point, FT_UInt bit_count, const FT_Byte* bytes ) ps_hints_t2mask() argument 1031 ps_hints_t2counter( PS_Hints hints, FT_UInt bit_count, const FT_Byte* bytes ) ps_hints_t2counter() argument 1077 ps_hints_close( PS_Hints hints, FT_UInt end_point ) ps_hints_close() argument 1120 t1_hints_stem( T1_Hints hints, FT_UInt dimension, FT_Fixed* coords ) t1_hints_stem() argument 1164 t2_hints_stems( T2_Hints hints, FT_UInt dimension, FT_Int count, FT_Fixed* coords ) t2_hints_stems() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
| H A D | wps_upnp.c | 317 struct addrinfo hints; in subscr_addr_add_url() local
|
| /third_party/vk-gl-cts/framework/delibs/deutil/ |
| H A D | deSocket.c | 288 struct addrinfo hints; in deSocketAddressToBsdAddress() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
| H A D | wps_upnp.c | 325 struct addrinfo hints; in subscr_addr_add_url() local
|
| /kernel/linux/linux-5.10/arch/ia64/kernel/ |
| H A D | palinfo.c | 425 pal_hints_u_t hints; in register_info() local
|
| /kernel/linux/linux-6.6/arch/ia64/kernel/ |
| H A D | palinfo.c | 425 pal_hints_u_t hints; in register_info() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| H A D | txtimestamp.c | 808 struct addrinfo hints = { .ai_family = do_ipv4 ? AF_INET : AF_INET6 }; in resolve_hostname() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_connect.c | 147 struct addrinfo hints = { in sock_listen_mptcp() local 197 struct addrinfo hints = { in sock_test_tcpulp() local 234 struct addrinfo hints in sock_connect_mptcp() local 106 xgetaddrinfo(const char *node, const char *service, const struct addrinfo *hints, struct addrinfo **res) xgetaddrinfo() argument [all...] |
| /kernel/linux/linux-5.10/tools/hv/ |
| H A D | hv_kvp_daemon.c | 1334 struct addrinfo hints, *info ; in kvp_get_domain_name() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_sockopt.c | 180 struct addrinfo hints = { in sock_listen_mptcp() local 225 struct addrinfo hints = { in sock_connect_mptcp() local 161 xgetaddrinfo(const char *node, const char *service, const struct addrinfo *hints, struct addrinfo **res) xgetaddrinfo() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| H A D | txtimestamp.c | 808 struct addrinfo hints = { .ai_family = do_ipv4 ? AF_INET : AF_INET6 }; in resolve_hostname() local
|
| /kernel/linux/linux-6.6/tools/hv/ |
| H A D | hv_kvp_daemon.c | 1509 struct addrinfo hints, *info ; in kvp_get_domain_name() local
|
| /test/xts/device_attest/services/core/network/ |
| H A D | attest_network.c | 266 struct addrinfo hints; in InitAddrInfo() local
|
| /third_party/curl/packages/OS400/ |
| H A D | os400sys.c | 300 Curl_getaddrinfo_a(const char *nodename, const char *servname, const struct addrinfo *hints, struct addrinfo **res) Curl_getaddrinfo_a() argument
|
| /third_party/backends/backend/ |
| H A D | net.c | 151 struct addrinfo hints; in add_device() local
|
| /third_party/node/src/ |
| H A D | inspector_socket_server.cc | 406 struct addrinfo hints; in Start() local
|
| /third_party/ltp/testcases/network/netstress/ |
| H A D | netstress.c | 465 struct addrinfo hints; in client_init() local 657 struct addrinfo hints; in server_init() local [all...] |
| /third_party/lwip/src/include/lwip/ |
| H A D | netif.h | 383 struct netif_hint *hints; member
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-runtime-agent-impl.cc | 980 inspect( std::unique_ptr<protocol::Runtime::RemoteObject> objectToInspect, std::unique_ptr<protocol::DictionaryValue> hints, int executionContextId) inspect() argument
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | shared-function-info-inl.h | 314 int hints = flags(kRelaxedLoad); in set_osr_code_cache_state() local 329 int hints = flags(kRelaxedLoad); in set_language_mode() local 341 int hints = flags(kRelaxedLoad); in set_kind() local [all...] |