Home
last modified time | relevance | path

Searched defs:hints (Results 51 - 75 of 149) sorted by relevance

123456

/third_party/curl/lib/
H A Dcurl_addrinfo.c106 Curl_getaddrinfo_ex(const char *nodename, const char *servname, const struct addrinfo *hints, struct Curl_addrinfo **result) Curl_getaddrinfo_ex() argument
542 curl_dbg_getaddrinfo(const char *hostname, const char *service, const struct addrinfo *hints, struct addrinfo **result, int line, const char *source) curl_dbg_getaddrinfo() argument
/third_party/libuv/src/win/
H A Dgetaddrinfo.c85 struct addrinfoW* hints; in uv__getaddrinfo_work() local
238 uv_getaddrinfo(uv_loop_t* loop, uv_getaddrinfo_t* req, uv_getaddrinfo_cb getaddrinfo_cb, const char* node, const char* service, const struct addrinfo* hints) uv_getaddrinfo() argument
[all...]
/third_party/libuv/test/
H A Dtest-threadpool-cancel.c203 struct addrinfo hints; in TEST_IMPL() local
/third_party/libcoap/src/
H A Dcoap_address.c420 struct addrinfo hints; in coap_resolve_address_info() local
/third_party/mbedtls/library/
H A Dnet_sockets.c167 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_connect() local
225 struct addrinfo hints, *addr_list, *cur; in mbedtls_net_bind() local
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects-general.c210 static const lit_magic_string_id_t hints[3] = variable
/third_party/ltp/lib/
H A Dtst_net.c211 safe_getaddrinfo(const char *file, const int lineno, const char *src_addr, const char *port, const struct addrinfo *hints, struct addrinfo **addr_info) safe_getaddrinfo() argument
/third_party/musl/src/network/linux/
H A Dgetaddrinfo.c61 int getaddrinfo_hook(const char* host, const char* serv, const struct addrinfo* hints, in getaddrinfo_hook() argument
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-tcpserver.c207 struct addrinfo hints; /* hints for getaddrinfo() */ in create_listen_socket() local
H A Dns-udpsender.c290 struct addrinfo hints; /* hints for getaddrinfo() */ in create_udp_datagram() local
/third_party/ltp/testcases/network/lib6/
H A Dgetaddrinfo_01.c113 struct addrinfo hints; in check_addrinfo() local
138 struct addrinfo hints; in check_addrinfo_name() local
[all...]
/third_party/ltp/testcases/network/stress/route/
H A Droute-change-netlink.c33 static struct addrinfo hints; variable
/third_party/node/deps/uv/src/win/
H A Dgetaddrinfo.c85 struct addrinfoW* hints; in uv__getaddrinfo_work() local
257 uv_getaddrinfo(uv_loop_t* loop, uv_getaddrinfo_t* req, uv_getaddrinfo_cb getaddrinfo_cb, const char* node, const char* service, const struct addrinfo* hints) uv_getaddrinfo() argument
[all...]
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dpshints.h343 T1_Hints hints; global() member
656 T2_Hints hints; global() member
[all...]
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafloader.c224 AF_GlyphHints hints = loader->hints; in FT_LOCAL_DEF() local
[all...]
H A Dafmodule.c448 AF_GlyphHints hints = _af_debug_hints_rec; in FT_CALLBACK_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshrec.h87 PS_Hint hints; member
116 PS_Hint_TableRec hints; member
145 ps_hints_done( PS_Hints hints ); global() variable
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-subset-glyf.c38 static void check_maxp_num_glyphs (hb_face_t *face, uint16_t expected_num_glyphs, bool hints) in check_maxp_num_glyphs() argument
/third_party/pulseaudio/src/pulsecore/
H A Dsocket-client.c466 struct addrinfo hints; local
/third_party/toybox/porting/liteos_a/toys/net/
H A Difconfig.c67 struct addrinfo hints, *result, *rp = 0; in get_addrinfo() local
/third_party/toybox/toys/net/
H A Difconfig.c68 struct addrinfo hints, *result, *rp = 0; in get_addrinfo() local
/third_party/toybox/toys/pending/
H A Dtcpsvd.c222 struct addrinfo hints, *res = NULL, *rp; in create_bind_sock() local
H A Dtelnetd.c56 struct addrinfo hints, *result; in get_sockaddr() local
/third_party/python/Modules/
H A Dgetaddrinfo.c239 getaddrinfo(const char*hostname, const char*servname, const struct addrinfo *hints, struct addrinfo **res) getaddrinfo() argument
[all...]
/third_party/skia/gm/
H A Dreadpixels.cpp219 const SkImage::CachingHint hints[] = { variable
286 const SkImage::CachingHint hints[] = { variable

Completed in 17 milliseconds

123456