Home
last modified time | relevance | path

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

123

/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapurl.c68 char *uri; in do_uri_create() local
118 do_uri_explode( const char *uri ) in do_uri_explode()
177 char *uri = NULL; in main() local
/netbsd-src/external/bsd/libevent/dist/sample/
H A Dhttp-connect.c31 struct evhttp_uri *uri; in uri_parse() local
37 static char* uri_path(struct evhttp_uri *uri, char buffer[URL_MAX]) in uri_path()
51 static char* uri_hostport(struct evhttp_uri *uri, char buffer[URL_MAX]) in uri_hostport()
H A Dhttps-client.c224 char uri[256]; in main() local
/netbsd-src/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Duri_256.c180 dns_rdata_uri_t *uri = source; fromstruct_uri() local
209 dns_rdata_uri_t *uri = target; tostruct_uri() local
255 dns_rdata_uri_t *uri = (dns_rdata_uri_t *)source; freestruct_uri() local
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Duri_256.c180 dns_rdata_uri_t *uri = source; in fromstruct_uri() local
209 dns_rdata_uri_t *uri = target; in tostruct_uri() local
255 dns_rdata_uri_t *uri = (dns_rdata_uri_t *)source; in freestruct_uri() local
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c1726 char *uri; in evhttp_parse_request_line() local
2654 enum evhttp_cmd_type type, const char *uri) in evhttp_make_request()
3114 evhttp_uriencode(const char *uri, ev_ssize_t len, int space_as_plus) in evhttp_uriencode()
3181 const char *uri, size_t length, char *ret, int decode_plus_ctl) in evhttp_decode_uri_internal()
3213 evhttp_decode_uri(const char *uri) in evhttp_decode_uri()
3230 evhttp_uridecode(const char *uri, int decode_plus, size_t *size_out) in evhttp_uridecode()
3266 struct evhttp_uri *uri=NULL; in evhttp_parse_query_impl() local
3328 evhttp_parse_query(const char *uri, struct evkeyvalq *headers) in evhttp_parse_query()
3333 evhttp_parse_query_str(const char *uri, struct evkeyvalq *headers) in evhttp_parse_query_str()
3918 evhttp_set_cb(struct evhttp *http, const char *uri, in evhttp_set_cb()
[all …]
/netbsd-src/external/bsd/wpa/dist/src/utils/
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()
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl/dist/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()
514 void *ui_data, const char *uri, in try_decode_PrivateKey()
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()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dunique.c63 struct unique_domain_uri_s *uri; member
142 unique_free_domain_uri ( unique_domain_uri *uri ) in unique_free_domain_uri()
185 unique_domain_uri *uri; in unique_new_domain_uri() local
876 unique_domain_uri *uri, in count_filter_len()
914 unique_domain_uri *uri, in build_filter()
1086 unique_domain_uri *uri; in unique_add() local
1244 unique_domain_uri *uri; in unique_modify() local
1382 unique_domain_uri *uri; in unique_modrdn() local
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl/dist/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
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/examples/
H A DstartTls.cpp17 std::string uri(argv[1]); in main() local
/netbsd-src/crypto/external/bsd/openssl/dist/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()
586 EVP_PKEY *load_keyparams_suppress(const char *uri, int format, int maybe_stdin, in load_keyparams_suppress()
611 EVP_PKEY *load_keyparams(const char *uri, int format, int maybe_stdin, in load_keyparams()
653 static void warn_cert_msg(const char *uri, X509 *cert, const char *msg) in warn_cert_msg()
662 static void warn_cert(const char *uri, X509 *cert, int warn_EE, in warn_cert()
[all …]
H A Dengine_loader.c65 const char *uri, in engine_open()
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Drpc_struct.h74 const char* uri; member
H A Dhttp_struct.h98 char *uri; /* uri after HTTP request was parsed */ member
/netbsd-src/external/bsd/wpa/dist/src/wps/
H A Dhttpread.c71 char *uri; member
251 char *uri; in httpread_hdr_analyze() local
/netbsd-src/external/bsd/openldap/dist/tests/progs/
H A Dslapd-common.h45 char *uri; member
H A Dslapd-auth.c67 static char *uri = "ldap:///"; variable
/netbsd-src/external/bsd/openldap/dist/libraries/librewrite/
H A Dldapmap.c99 char *p, *uri; in map_ldap_parse() local
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dhttp_struct.h99 char *uri; /* uri after HTTP request was parsed */ member
/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/
H A Dapps.h116 #define load_cert(uri, format, desc) load_cert_pass(uri, format, 1, NULL, desc) argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dstoreutl.c336 static int process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, in process()

123