Home
last modified time | relevance | path

Searched defs:host (Results 276 - 300 of 829) sorted by relevance

1...<<11121314151617181920>>...34

/third_party/ffmpeg/libavformat/
H A Dip.c105 char* host = av_get_token(&buf, ","); in ip_parse_addr_list() local
/third_party/curl/lib/vauth/
H A Dkrb5_sspi.c91 Curl_auth_create_gssapi_user_message(struct Curl_easy *data, const char *userp, const char *passwdp, const char *service, const char *host, const bool mutual_auth, const struct bufref *chlg, struct kerberos5data *krb5, struct bufref *out) Curl_auth_create_gssapi_user_message() argument
/third_party/curl/lib/
H A Didn.c247 void Curl_free_idnconverted_hostname(struct hostname *host) in Curl_free_idnconverted_hostname() argument
261 CURLcode Curl_idnconvert_hostname(struct hostname *host) in Curl_idnconvert_hostname() argument
[all...]
H A Dnetrc.c59 static int parsenetrc(const char *host, in parsenetrc() argument
279 int Curl_parsenetrc(const char *host, char **loginp, char **passwordp, in Curl_parsenetrc() argument
[all...]
/third_party/cups-filters/filter/foomatic-rip/
H A Dfoomaticrip.h87 char host[128]; member
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-session.c303 lws_tls_session_dump_save(struct lws_vhost *vh, const char *host, uint16_t port, in lws_tls_session_dump_save() argument
313 lws_tls_session_dump_load(struct lws_vhost *vh, const char *host, uint16_t port, in lws_tls_session_dump_load() argument
/third_party/ltp/testcases/kernel/fs/doio/
H A Dwrite_log.c407 char *file, *host, *pattern; in wlog_rec_pack() local
454 char *file, *host, *pattern; in wlog_rec_unpack() local
/third_party/node/src/
H A Dnode_report_utils.cc22 char* host = nullptr; in ReportEndpoint() local
/third_party/nghttp2/src/
H A Dshrpx_downstream_queue.cc61 DownstreamQueue::find_host_entry(const StringRef &host) { in find_host_entry() argument
113 remove_host_entry_if_empty(const DownstreamQueue::HostEntry &ent, DownstreamQueue::HostEntryMap &host_entries, const StringRef &host) remove_host_entry_if_empty() argument
131 auto host = make_host_key(downstream); remove_and_get_blocked() local
[all...]
H A Dshrpx_http.cc60 create_forwarded(BlockAllocator &balloc, int params, const StringRef &node_by, const StringRef &node_for, const StringRef &host, const StringRef &proto) create_forwarded() argument
[all...]
H A Dshrpx_router.cc314 ssize_t Router::match(const StringRef &host, const StringRef &path) const { in match() argument
/third_party/musl/porting/linux/user/src/network/
H A Dres_cache.c52 dns_set_addr_info_to_netsys_cache2(const int netid, const char *restrict host, const char *restrict serv, in dns_set_addr_info_to_netsys_cache2() argument
71 void dns_set_addr_info_to_netsys_cache(const char *restrict host, const char *restrict serv, in dns_set_addr_info_to_netsys_cache() argument
77 int dns_get_addr_info_from_netsys_cache2(const int netid, const char *restrict host, const char *restrict serv, in dns_get_addr_info_from_netsys_cache2() argument
136 int dns_get_addr_info_from_netsys_cache(const char *restrict host, const char *restrict serv, in dns_get_addr_info_from_netsys_cache() argument
/third_party/musl/src/network/
H A Dres_cache.c52 dns_set_addr_info_to_netsys_cache2(const int netid, const char *restrict host, const char *restrict serv, in dns_set_addr_info_to_netsys_cache2() argument
71 void dns_set_addr_info_to_netsys_cache(const char *restrict host, const char *restrict serv, in dns_set_addr_info_to_netsys_cache() argument
77 int dns_get_addr_info_from_netsys_cache2(const int netid, const char *restrict host, const char *restrict serv, in dns_get_addr_info_from_netsys_cache2() argument
136 int dns_get_addr_info_from_netsys_cache(const char *restrict host, const char *restrict serv, in dns_get_addr_info_from_netsys_cache() argument
/third_party/node/deps/cares/src/lib/
H A Dares_gethostbyname.c128 static void sort_addresses(const struct hostent *host, in sort_addresses() argument
184 static void sort6_addresses(const struct hostent *host, in sort6_addresses() argument
272 ares_gethostbyname_file_int(ares_channel_t *channel, const char *name, int family, struct hostent **host) ares_gethostbyname_file_int() argument
318 ares_gethostbyname_file(ares_channel_t *channel, const char *name, int family, struct hostent **host) ares_gethostbyname_file() argument
[all...]
/third_party/node/deps/cares/src/tools/
H A Dahost.c216 static void callback(void *arg, int status, int timeouts, struct hostent *host) in callback() argument
/third_party/node/deps/v8/src/heap/
H A Dobjects-visiting-inl.h92 VisitMapPointer( HeapObject host) VisitMapPointer() argument
H A Dmarking-barrier.cc45 void MarkingBarrier::Write(HeapObject host, HeapObjectSlot slot, in Write() argument
66 void MarkingBarrier::Write(Code host, RelocInfo* reloc_info, HeapObject value) { in Write() argument
81 void MarkingBarrier::Write(JSArrayBuffer host, in Write() argument
121 RecordRelocSlot(Code host, RelocInfo* rinfo, HeapObject target) RecordRelocSlot() argument
[all...]
H A Dreference-summarizer.cc60 void AddStrongReferenceForReferenceSummarizer(HeapObject host, in AddStrongReferenceForReferenceSummarizer() argument
68 void AddWeakReferenceForReferenceSummarizer(HeapObject host, HeapObject obj) { in AddWeakReferenceForReferenceSummarizer() argument
80 AddReference( HeapObject host, HeapObject obj, std::unordered_set<HeapObject, Object::Hasher>& references) AddReference() argument
/third_party/node/deps/v8/src/objects/
H A Dtagged-field-inl.h17 Address TaggedField<T, kFieldOffset>::address(HeapObject host, int offset) { in address() argument
23 Tagged_t* TaggedField<T, kFieldOffset>::location(HeapObject host, int offset) { in location() argument
57 T TaggedField<T, kFieldOffset>::load(HeapObject host, int offset) { in load() argument
74 void TaggedField<T, kFieldOffset>::store(HeapObject host, argument
65 load(PtrComprCageBase cage_base, HeapObject host, int offset) load() argument
86 store(HeapObject host, int offset, T value) store() argument
98 Relaxed_Load(HeapObject host, int offset) Relaxed_Load() argument
106 Relaxed_Load(PtrComprCageBase cage_base, HeapObject host, int offset) Relaxed_Load() argument
115 Relaxed_Load_Map_Word( PtrComprCageBase cage_base, HeapObject host) Relaxed_Load_Map_Word() argument
123 Relaxed_Store_Map_Word(HeapObject host, T value) Relaxed_Store_Map_Word() argument
130 Relaxed_Store(HeapObject host, T value) Relaxed_Store() argument
138 Relaxed_Store(HeapObject host, int offset, T value) Relaxed_Store() argument
147 Acquire_Load(HeapObject host, int offset) Acquire_Load() argument
155 Acquire_Load_No_Unpack( PtrComprCageBase cage_base, HeapObject host, int offset) Acquire_Load_No_Unpack() argument
162 Acquire_Load(PtrComprCageBase cage_base, HeapObject host, int offset) Acquire_Load() argument
171 Release_Store(HeapObject host, T value) Release_Store() argument
179 Release_Store_Map_Word(HeapObject host, T value) Release_Store_Map_Word() argument
187 Release_Store(HeapObject host, int offset, T value) Release_Store() argument
196 Release_CompareAndSwap(HeapObject host, T old, T value) Release_CompareAndSwap() argument
207 SeqCst_Load(HeapObject host, int offset) SeqCst_Load() argument
215 SeqCst_Load(PtrComprCageBase cage_base, HeapObject host, int offset) SeqCst_Load() argument
224 SeqCst_Store(HeapObject host, T value) SeqCst_Store() argument
232 SeqCst_Store(HeapObject host, int offset, T value) SeqCst_Store() argument
241 SeqCst_Swap(HeapObject host, int offset, T value) SeqCst_Swap() argument
252 SeqCst_Swap(PtrComprCageBase cage_base, HeapObject host, int offset, T value) SeqCst_Swap() argument
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/manual/network/
H A Dgetnameinfo.c38 char host[NI_MAXHOST]; in getnameinfo_0100() local
65 char host[NI_MAXHOST]; in getnameinfo_0200() local
85 char host[NI_MAXHOST]; getnameinfo_0300() local
104 char host[NI_MAXHOST]; getnameinfo_0400() local
122 char host[NI_MAXHOST]; getnameinfo_0500() local
147 char host[NI_MAXHOST]; getnameinfo_0600() local
165 char host[NI_MAXHOST]; getnameinfo_0700() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H A Dnetdb_test.cpp21 const char* host = "localhost"; in HWTEST_F() local
39 const char* host = "localhost"; in HWTEST_F() local
73 const char* host = "localhost"; in HWTEST_F() local
99 const char* host = "ip6-localhost"; HWTEST_F() local
246 char host[NI_MAXHOST]; HWTEST_F() local
262 char host[NI_MAXHOST]; HWTEST_F() local
[all...]
/third_party/libcoap/include/coap3/
H A Dcoap_uri.h66 coap_str_const_t host; /**< The host part of the URI */ member
[all...]
/third_party/libcoap/examples/riot/examples_libcoap_client/
H A Dclient-coap.c96 resolve_address(const char *host, const char *service, coap_address_t *dst, in resolve_address() argument
[all...]
/third_party/openssl/test/
H A Dservername_test.c29 static const char *host = "dummy-host"; variable
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dspdy_response_with_callback.c78 standard_request_handler(void *cls, struct SPDY_Request * request, uint8_t priority, const char *method, const char *path, const char *version, const char *host, const char *scheme, struct SPDY_NameValue * headers, bool more) standard_request_handler() argument

Completed in 12 milliseconds

1...<<11121314151617181920>>...34