Home
last modified time | relevance | path

Searched defs:scheme (Results 101 - 120 of 120) sorted by relevance

12345

/third_party/curl/lib/
H A Dhttp.c4597 Curl_http_req_make(struct httpreq **preq, const char *method, size_t m_len, const char *scheme, size_t s_len, const char *authority, size_t a_len, const char *path, size_t p_len) Curl_http_req_make() argument
4840 const char *scheme = NULL, *authority = NULL; Curl_http_req_to_h2() local
[all...]
H A Durldata.h333 const char *scheme; /* protocol scheme used */ member
759 const char *scheme; /* URL scheme name. */ member
1318 char *scheme; member
/third_party/libcoap/examples/
H A Dcoap-client.c1493 get_session(coap_context_t *ctx, const char *local_addr, const char *local_port, coap_uri_scheme_t scheme, coap_proto_t proto, coap_address_t *dst, const uint8_t *identity, size_t identity_len, const uint8_t *key, size_t key_len) get_session() argument
1597 coap_uri_scheme_t scheme; main() local
[all...]
H A Dcoap-server.c713 verify_proxy_scheme_supported(coap_uri_scheme_t scheme) { in verify_proxy_scheme_supported() argument
884 coap_uri_scheme_t scheme; get_ongoing_proxy_session() local
[all...]
/third_party/nghttp2/src/
H A Dh2load.h78 std::string scheme; member
H A Dshrpx_http3_upstream.cc2238 auto scheme = req.fs.header(http2::HD__SCHEME); in http_end_request_headers() local
H A Dshrpx_http2_upstream.cc352 auto scheme = req.fs.header(http2::HD__SCHEME); in on_request_headers() local
2156 StringRef scheme, authorit in prepare_push_promise() local
2187 submit_push_promise(const StringRef &scheme, const StringRef &authority, const StringRef &path, Downstream *downstream) submit_push_promise() argument
2275 StringRef scheme, authority, path; initiate_push() local
[all...]
H A Dshrpx_http2_session.cc2264 auto scheme = promised_req.fs.header(http2::HD__SCHEME); in handle_downstream_push_promise_complete() local
H A DHttpServer.cc1022 auto scheme = get_config()->no_tls ? StringRef::from_lit("http") in submit_push_promise() local
1213 auto scheme = stream->header.scheme; in prepare_redirect_response() local
[all...]
H A Dnghttp.cc202 auto scheme = get_real_scheme(); in get_real_port() local
212 auto scheme = get_real_scheme(); in init_html_parser() local
454 auto scheme = util::get_uri_field(req->uri.c_str(), req->u, UF_SCHEMA); in submit_request() local
1687 auto scheme = req->get_real_scheme(); update_html_parser() local
2048 auto scheme = req->get_req_header(http2::HD__SCHEME); on_frame_recv_callback2() local
2282 communicate( const std::string &scheme, const std::string &host, uint16_t port, std::vector< std::tuple<std::string, nghttp2_data_provider *, int64_t, int32_t>> requests, const nghttp2_session_callbacks *callbacks) communicate() argument
[all...]
/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp609 char scheme[HTTP_MAX_URI] = {0}; /* Method portion of URI */ in QueryPrinterAttributesByUri() local
1429 char scheme[32] = {0}; in CheckPrinterOnline() local
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp1504 bool WebviewController::SetWebSchemeHandler(const char* scheme, WebSchemeHandler* handler) const in SetWebSchemeHandler() argument
1520 SetWebServiveWorkerSchemeHandler( const char* scheme, WebSchemeHandler* handler) SetWebServiveWorkerSchemeHandler() argument
H A Dnapi_webview_controller.cpp4141 void SetCustomizeSchemeOption(Scheme& scheme) in SetCustomizeSchemeOption() argument
4161 SetCustomizeScheme(napi_env env, napi_value obj, Scheme& scheme) SetCustomizeScheme() argument
4213 Scheme scheme; CustomizeSchemesArrayDataHandler() local
5307 std::string scheme = ""; SetWebSchemeHandler() local
5355 std::string scheme = ""; SetServiceWorkerWebSchemeHandler() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h255 void SetCustomScheme(const std::string& scheme) in SetCustomScheme() argument
/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.c371 char scheme[32], /* URL scheme */ in get_url() local
/third_party/ffmpeg/libavcodec/
H A Dvp3.c795 int scheme; in unpack_modes() local
[all...]
/third_party/node/deps/ada/
H A Dada.h1344 namespace ada::scheme { namespace in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada
4323 namespace ada::scheme { global() namespace in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::scheme::ada::ada::ada
4338 is_special(std::string_view scheme) is_special() argument
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp3336 auto&& scheme = uri.GetScheme(); in GrantPermissionToShell() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp7897 std::string scheme = link.substr(0, pos); in CanOpenLink() local
[all...]
/third_party/cups-filters/utils/
H A Dcups-browsed.c4656 scheme[32], /* URI's scheme */ in cupsdUpdateLDAPBrowse() local
10675 char scheme[32]; in found_cups_printer() local
10882 char scheme[32]; broadcast_browse_packets() local
[all...]

Completed in 96 milliseconds

12345