Home
last modified time | relevance | path

Searched defs:uri (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/contrib/wpa/src/utils/
H A Dbrowser.c62 const char *uri) in process_request_starting_uri()
107 const gchar *uri = webkit_uri_request_get_uri(req); in view_cb_resource_load_starting() local
138 const gchar *uri; in view_cb_decide_policy() local
163 const char *uri = NULL; in view_cb_mouse_target_changed() local
227 const gchar *uri = webkit_network_request_get_uri(req); in view_cb_resource_request_starting() local
257 const gchar *uri; in view_cb_download_requested() local
265 gchar *uri, struct browser_context *ctx) in view_cb_hovering_over_link()
H A Dxml-utils.c16 xml_node_t *root, char *uri) in get_node_uri_iter()
47 const char *uri) in get_node_uri()
228 xml_node_t *in, const char *uri) in node_to_tnds()
338 xml_node_t *node, const char *uri) in add_mo_node()
385 xml_node_t *node, const char *uri) in tnds_to_mo_iter()
H A Dhttp-utils.h26 char *uri; member
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttp-connect.c28 struct evhttp_uri *uri; in uri_parse() local
34 static char* uri_path(struct evhttp_uri *uri, char buffer[URL_MAX]) in uri_path()
48 static char* uri_hostport(struct evhttp_uri *uri, char buffer[URL_MAX]) in uri_hostport()
H A Dhttps-client.c223 char uri[256]; in main() local
/freebsd/contrib/libevent/sample/
H A Dhttp-connect.c28 struct evhttp_uri *uri; in uri_parse() local
34 static char* uri_path(struct evhttp_uri *uri, char buffer[URL_MAX]) in uri_path()
48 static char* uri_hostport(struct evhttp_uri *uri, char buffer[URL_MAX]) in uri_hostport()
H A Dhttps-client.c223 char uri[256]; in main() local
/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c1722 char *uri; in evhttp_parse_request_line() local
2650 enum evhttp_cmd_type type, const char *uri) in evhttp_make_request()
3209 evhttp_decode_uri(const char *uri) in evhttp_decode_uri()
3262 struct evhttp_uri *uri=NULL; in evhttp_parse_query_impl() local
3914 evhttp_set_cb(struct evhttp *http, const char *uri, in evhttp_set_cb()
3944 evhttp_del_cb(struct evhttp *http, const char *uri) in evhttp_del_cb()
4929 evhttp_uri_free(struct evhttp_uri *uri) in evhttp_uri_free()
5022 evhttp_uri_get_host(const struct evhttp_uri *uri) in evhttp_uri_get_host()
5027 evhttp_uri_get_port(const struct evhttp_uri *uri) in evhttp_uri_get_port()
5032 evhttp_uri_get_path(const struct evhttp_uri *uri) in evhttp_uri_get_path()
[all …]
/freebsd/contrib/libevent/
H A Dhttp.c1722 char *uri; in evhttp_parse_request_line() local
2650 enum evhttp_cmd_type type, const char *uri) in evhttp_make_request()
3209 evhttp_decode_uri(const char *uri) in evhttp_decode_uri()
3262 struct evhttp_uri *uri=NULL; in evhttp_parse_query_impl() local
3914 evhttp_set_cb(struct evhttp *http, const char *uri, in evhttp_set_cb()
3944 evhttp_del_cb(struct evhttp *http, const char *uri) in evhttp_del_cb()
4929 evhttp_uri_free(struct evhttp_uri *uri) in evhttp_uri_free()
5022 evhttp_uri_get_host(const struct evhttp_uri *uri) in evhttp_uri_get_host()
5027 evhttp_uri_get_port(const struct evhttp_uri *uri) in evhttp_uri_get_port()
5032 evhttp_uri_get_path(const struct evhttp_uri *uri) in evhttp_uri_get_path()
[all …]
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_d2.c76 int X509_STORE_load_store_ex(X509_STORE *ctx, const char *uri, in X509_STORE_load_store_ex()
89 int X509_STORE_load_store(X509_STORE *ctx, const char *uri) in X509_STORE_load_store()
H A Dby_store.c16 static int cache_objects(X509_LOOKUP *lctx, const char *uri, in cache_objects()
/freebsd/crypto/openssl/engines/
H A De_loader_attic.c302 void *ui_data, const char *uri, in try_decode_PKCS12()
438 const char *uri, in try_decode_PKCS8Encrypted()
643 void *ui_data, const char *uri, in try_decode_PUBKEY()
679 void *ui_data, const char *uri, in try_decode_params()
757 const char *uri, in try_decode_X509Certificate()
813 void *ui_data, const char *uri, in try_decode_X509CRL()
863 char *uri; /* The URI we currently try to load */ member
947 (const OSSL_STORE_LOADER *loader, const char *uri, in file_open_ex()
1072 (const OSSL_STORE_LOADER *loader, const char *uri, in file_open()
1311 const char *uri, int secure) in file_read_pem()
[all …]
/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c68 char *uri; /* The URI we currently try to load */ member
124 static struct file_ctx_st *new_file_ctx(int type, const char *uri, in new_file_ctx()
152 static struct file_ctx_st *file_open_stream(BIO *source, const char *uri, in file_open_stream()
170 static void *file_open_dir(const char *path, const char *uri, void *provctx) in file_open_dir()
195 static void *file_open(void *provctx, const char *uri) in file_open()
/freebsd/crypto/openssl/test/
H A Dossl_store_test.c72 static int get_params(const char *uri, const char *type) in get_params()
106 char uri[PATH_MAX]; in test_store_get_params() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DUriParser.cpp28 std::optional<URI> URI::Parse(llvm::StringRef uri) { in Parse()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c460 #define IS_HTTP(uri) ((uri) != NULL \ argument
462 #define IS_HTTPS(uri) ((uri) != NULL \ argument
465 X509 *load_cert_pass(const char *uri, int format, int maybe_stdin, in load_cert_pass()
486 X509_CRL *load_crl(const char *uri, int format, int maybe_stdin, in load_crl()
548 EVP_PKEY *load_key(const char *uri, int format, int may_stdin, in load_key()
567 EVP_PKEY *load_pubkey(const char *uri, int format, int maybe_stdin, in load_pubkey()
611 EVP_PKEY *load_keyparams(const char *uri, int format, int maybe_stdin, in load_keyparams()
662 static void warn_cert(const char *uri, X509 *cert, int warn_EE, in warn_cert()
684 int load_cert_certs(const char *uri, in load_cert_certs()
819 int load_crls(const char *uri, STACK_OF(X509_CRL) **crls, in load_crls()
[all …]
H A Dengine_loader.c65 const char *uri, in engine_open()
/freebsd/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-nfc.py94 def dpp_nfc_uri_process(uri): argument
253 def wpas_report_handover_req(uri): argument
261 def wpas_report_handover_sel(uri): argument
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Drpc_struct.h73 const char* uri; member
H A Dhttp_struct.h97 char *uri; /* uri after HTTP request was parsed */ member
/freebsd/contrib/libevent/include/event2/
H A Drpc_struct.h73 const char* uri; member
H A Dhttp_struct.h97 char *uri; /* uri after HTTP request was parsed */ member
/freebsd/contrib/wpa/hs20/client/
H A Dspp_client.c153 char *uri, *pos; in process_update_node() local
378 char *uri, *urn; in hs20_add_mo() local
517 char *uri; in hs20_spp_exec() local
/freebsd/contrib/wpa/src/wps/
H A Dhttpread.c71 char *uri; member
251 char *uri; in httpread_hdr_analyze() local
/freebsd/stand/efi/libefi/
H A Defihttp.c183 URI_DEVICE_PATH *uri; in efihttp_dev_init() local
235 URI_DEVICE_PATH *uri; in efihttp_dev_open() local

123