Home
last modified time | relevance | path

Searched defs:host (Results 701 - 725 of 886) sorted by relevance

1...<<21222324252627282930>>...36

/third_party/backends/backend/escl/
H A Descl.c1137 SANE_String_Const host = NULL; in escl_parse_name() local
/third_party/backends/backend/
H A Dnet.c1066 char *copy, *next, *host; local
[all...]
/third_party/curl/lib/
H A Dcookie.c1384 Curl_cookie_getlist(struct Curl_easy *data, struct CookieInfo *c, const char *host, const char *path, bool secure) Curl_cookie_getlist() argument
[all...]
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c1255 char ads[96], host[96], *pcolon, *pslash, unix_skt = 0; in lws_http_proxy_start() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c489 SVGA3D_BufferDMA(struct svga_winsys_context *swc, struct svga_winsys_buffer *guest, struct svga_winsys_surface *host, SVGA3dTransferType transfer, uint32 size, uint32 guest_offset, uint32 host_offset, SVGA3dSurfaceDMAFlags flags) SVGA3D_BufferDMA() argument
[all...]
/third_party/node/src/
H A Dinspector_socket.cc156 static std::string TrimPort(const std::string& host) { in TrimPort() argument
166 static bool IsIPAddress(const std::string& host) { in IsIPAddress() argument
471 HttpEvent(const std::string& path, bool upgrade, bool isGET, const std::string& ws_key, const std::string& host) HttpEvent() argument
480 std::string host; global() member in node::inspector::__anon15357::HttpEvent
636 std::string host = TrimPort(host_with_port); IsAllowedHost() local
[all...]
H A Dinspector_socket_server.cc37 std::string FormatHostPort(const std::string& host, int port) { in FormatHostPort() argument
44 url << host; in FormatHostPort() local
52 std::string FormatAddress(const std::string& host, in FormatAddress() argument
152 std::string FormatWsAddress(const std::string& host, int port, in FormatWsAddress() argument
246 PrintDebuggerReadyMessage( const std::string& host, const std::vector<InspectorSocketServer::ServerSocketPtr>& server_sockets, const std::vector<std::string>& ids, const char* verb, bool publish_uid_stderr, FILE* out) PrintDebuggerReadyMessage() argument
268 InspectorSocketServer( std::unique_ptr<SocketServerDelegate> delegate, uv_loop_t* loop, const std::string& host, int port, const InspectPublishUid& inspect_publish_uid, FILE* out, int pid) InspectorSocketServer() argument
329 HandleGetRequest(int session_id, const std::string& host, const std::string& path) HandleGetRequest() argument
355 SendListResponse(InspectorSocket* socket, const std::string& host, SocketSession* session) SendListResponse() argument
517 OnHttpGet(const std::string& host, const std::string& path) OnHttpGet() argument
523 OnSocketUpgrade(const std::string& host, const std::string& path, const std::string& ws_key) OnSocketUpgrade() argument
[all...]
H A Dnode_sockaddr.cc40 ToSockAddr( int32_t family, const char* host, uint32_t port, sockaddr_storage* addr) ToSockAddr() argument
61 New( const char* host, uint32_t port, SocketAddress* addr) New() argument
68 New( int32_t family, const char* host, uint32_t port, SocketAddress* addr) New() argument
/third_party/nghttp2/src/
H A Dshrpx_worker.cc771 std::array<char, NI_MAXHOST> host; in create_quic_server_socket() local
1083 std::array<char, NI_MAXHOST> host; find_quic_upstream_addr() local
1167 match_downstream_addr_group_host( const RouterConfig &routerconf, const StringRef &host, const StringRef &path, const std::vector<std::shared_ptr<DownstreamAddrGroup>> &groups, size_t catch_all, BlockAllocator &balloc) match_downstream_addr_group_host() argument
1271 StringRef host; match_downstream_addr_group() local
[all...]
H A Dshrpx_https_upstream.cc396 auto host = req.fs.header(http2::HD_HOST); in htp_hdrs_completecb() local
/third_party/musl/porting/linux/user/src/network/
H A Dlookup_name.c31 static int is_valid_hostname(const char *host) in is_valid_hostname() argument
536 char* host; member
578 int predefined_host_remove_host(const char *host) in predefined_host_remove_host() argument
602 static int _predefined_host_is_contain_host_ip(const char* host, const char* ip, int is_check_ip) in _predefined_host_is_contain_host_ip() argument
624 predefined_host_is_contain_host(const char *host) predefined_host_is_contain_host() argument
629 _predefined_host_add_record(char* host, char* ip) _predefined_host_add_record() argument
662 char* host = strsep(&cmd, SEPARATOR); _predefined_host_parse_host_ips() local
711 predefined_host_set_host(const char* host, const char* ip) predefined_host_set_host() argument
[all...]
/third_party/nghttp2/examples/
H A Dlibevent-server.c254 char host[NI_MAXHOST]; in create_http2_session_data() local
/third_party/node/deps/v8/src/heap/
H A Dconcurrent-marking.cc284 void VisitPointersInSnapshot(HeapObject host, const SlotSnapshot& snapshot) { in VisitPointersInSnapshot() argument
325 void RecordRelocSlot(Code host, RelocInf argument
[all...]
/third_party/node/deps/v8/src/snapshot/
H A Ddeserializer.cc784 void DeserializerRelocInfoVisitor::VisitCodeTarget(Code host, in VisitCodeTarget() argument
790 void DeserializerRelocInfoVisitor::VisitEmbeddedPointer(Code host, in VisitEmbeddedPointer() argument
797 void DeserializerRelocInfoVisitor::VisitRuntimeEntry(Code host, in VisitRuntimeEntry() argument
803 void DeserializerRelocInfoVisitor::VisitExternalReference(Code host, in VisitExternalReference() argument
819 VisitInternalReference(Code host, RelocInfo* rinfo) VisitInternalReference() argument
837 VisitOffHeapTarget(Code host, RelocInfo* rinfo) VisitOffHeapTarget() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c861 const char *host = server; in http_new_bio() local
350 add1_headers(OSSL_HTTP_REQ_CTX *rctx, const STACK_OF(CONF_VALUE) *headers, const char *host) add1_headers() argument
1132 char *host; OSSL_HTTP_get() local
[all...]
/third_party/python/Tools/wasm/
H A Dwasm_build.py675 host=Host.build, global() variable in BuildProfile
[all...]
/third_party/openssl/crypto/http/
H A Dhttp_client.c850 const char *host = server; in http_new_bio() local
343 add1_headers(OSSL_HTTP_REQ_CTX *rctx, const STACK_OF(CONF_VALUE) *headers, const char *host) add1_headers() argument
1121 char *host; OSSL_HTTP_get() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
H A Dproxy.c81 char * host; member
830 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
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_new_connection.c120 char *host; member
134 const char *host; member
515 static int connect_to(const char *host, uint16_t port) in connect_to() argument
[all...]
H A Dtest_notls.c99 char *host; member
113 const char *host; member
466 static int connect_to(const char *host, uint16_t port) in connect_to() argument
761 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
[all...]
H A Dtest_request_response.c102 char *host; member
116 const char *host; member
503 static int connect_to(const char *host, uint16_t port) in connect_to() argument
814 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
[all...]
/third_party/openssl/test/helpers/
H A Dssltestlib.c901 const char *host = "127.0.0.1"; in create_test_sockets() local
/third_party/python/Lib/test/
H A Dtest_imaplib.py985 host = 'cyrus.andrew.cmu.edu' variable in RemoteIMAPTest
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_xmp_sdk.cpp454 void dng_xmp_sdk::Parse (dng_host &host, in Parse() argument
/third_party/python/Lib/
H A Dimaplib.py1568 host = args[0] global() variable
[all...]

Completed in 38 milliseconds

1...<<21222324252627282930>>...36