Searched refs:uri (Results 1 - 25 of 151) sorted by relevance

1234567

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Duri_256.c180 dns_rdata_uri_t *uri = source; local
183 REQUIRE(uri != NULL);
184 REQUIRE(uri->common.rdtype == type);
185 REQUIRE(uri->common.rdclass == rdclass);
186 REQUIRE(uri->target != NULL && uri->tgt_len != 0);
194 RETERR(uint16_tobuffer(uri->priority, target));
199 RETERR(uint16_tobuffer(uri->weight, target));
204 return (mem_tobuffer(target, uri->target, uri
209 dns_rdata_uri_t *uri = target; local
255 dns_rdata_uri_t *uri = (dns_rdata_uri_t *)source; local
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Duri_256.c180 dns_rdata_uri_t *uri = source; local
183 REQUIRE(uri != NULL);
184 REQUIRE(uri->common.rdtype == type);
185 REQUIRE(uri->common.rdclass == rdclass);
186 REQUIRE(uri->target != NULL && uri->tgt_len != 0);
194 RETERR(uint16_tobuffer(uri->priority, target));
199 RETERR(uint16_tobuffer(uri->weight, target));
204 return (mem_tobuffer(target, uri->target, uri
209 dns_rdata_uri_t *uri = target; local
255 dns_rdata_uri_t *uri = (dns_rdata_uri_t *)source; local
[all...]
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its8721/
H A Dslapd-proxy.conf38 uri "@URI2@cn=2,dc=example,dc=com"
39 uri "@URI3@cn=3,dc=example,dc=com"
/netbsd-current/external/bsd/openldap/dist/tests/data/
H A Dlloadd-backend-issues.conf26 backend-server uri=@URI2@
34 backend-server uri=@URI3@
42 backend-server uri=@URI4@
50 backend-server uri=ldap://does.not.resolve.example.com
H A Dlloadd-anon.conf20 backend-server uri=@URI2@
27 backend-server uri=@URI3@
34 backend-server uri=@URI4@
H A Dlloadd-sasl.conf29 backend-server uri=@URI2@
36 backend-server uri=@URI3@
43 backend-server uri=@URI4@
H A Dlloadd.conf27 backend-server uri=@URI2@
34 backend-server uri=@URI3@
41 backend-server uri=@URI4@
H A Dlloadd-tls.conf37 backend-server uri=@URIP3@
45 backend-server uri=@SURIP4@
52 backend-server uri=@URI5@
H A Dslapd-ldapglue.conf52 uri "@URI3@"
61 uri "@URI2@"
H A Dslapd-asyncmeta.conf51 uri "@URI2@ou=Meta,o=Example,c=US"
64 uri "@URI1@o=Example,c=US"
83 uri "@URI6@o=Local"
H A Dslapd-meta.conf49 uri "@URI2@ou=Meta,o=Example,c=US"
62 uri "@URI1@o=Example,c=US"
81 uri "@URI6@o=Local"
H A Dslapd-glue-ldap.conf46 uri "@URI2@"
59 uri "@URI1@"
77 uri "@URI6@"
/netbsd-current/external/bsd/libevent/dist/sample/
H A Dhttp-connect.c31 struct evhttp_uri *uri; local
32 VERIFY(uri = evhttp_uri_parse(str));
33 VERIFY(evhttp_uri_get_host(uri));
34 VERIFY(evhttp_uri_get_port(uri) > 0);
35 return uri;
37 static char* uri_path(struct evhttp_uri *uri, char buffer[URL_MAX]) argument
41 VERIFY(evhttp_uri_join(uri, buffer, URL_MAX));
51 static char* uri_hostport(struct evhttp_uri *uri, char buffer[URL_MAX]) argument
53 VERIFY(evhttp_uri_join(uri, buffer, URL_MAX));
54 VERIFY(evhttp_uri_get_host(uri));
[all...]
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Ddpp-qrcode.py49 uri = None
52 uri = val.split('=', 1)[1]
54 if not uri:
56 if not uri.startswith('DPP:'):
59 print(uri)
65 res = wpas.request("DPP_QR_CODE " + uri);
100 uri = wpas.request("DPP_BOOTSTRAP_GET_URI %d" % id)
101 print(uri)
105 qr.add_data(uri, optimize=5)
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dunique.c63 struct unique_domain_uri_s *uri; member in struct:unique_domain_s
142 unique_free_domain_uri ( unique_domain_uri *uri )
147 while ( uri ) {
148 next_uri = uri->next;
149 ch_free ( uri->dn.bv_val );
150 ch_free ( uri->ndn.bv_val );
151 ch_free ( uri->filter.bv_val );
152 filter_free( uri->f );
153 attr = uri->attrs;
159 ch_free ( uri );
185 unique_domain_uri *uri; local
874 count_filter_len( unique_domain *domain, unique_domain_uri *uri, AttributeDescription *ad, BerVarray b ) argument
912 build_filter( unique_domain *domain, unique_domain_uri *uri, AttributeDescription *ad, BerVarray b, char *kp, int ks, void *ctx ) argument
1086 unique_domain_uri *uri; local
1244 unique_domain_uri *uri; local
1382 unique_domain_uri *uri; local
[all...]
/netbsd-current/external/bsd/tmux/dist/
H A Dhyperlinks.c54 const char *uri; member in struct:hyperlinks_uri
94 return (strcmp(left->uri, right->uri));
126 free(__UNCONST(hlu->uri));
136 char *uri, *internal_id, *external_id; local
146 utf8_stravis(&uri, uri_in, VIS_OCTAL|VIS_CSTYLE);
150 find.uri = uri;
155 free (uri);
166 hlu->uri
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Dhttp.h60 #define HTTP_MOVEPERM 301 /**< the uri moved permanently */
61 #define HTTP_MOVETEMP 302 /**< the uri moved temporarily */
64 #define HTTP_NOTFOUND 404 /**< could not find content for uri */
65 #define HTTP_BADMETHOD 405 /**< method not allowed for this uri */
751 @param uri the URI associated with the request
758 enum evhttp_cmd_type type, const char *uri);
906 @param uri an encoded URI
910 char *evhttp_decode_uri(const char *uri);
921 @param uri a URI-encode encoded URI
928 char *evhttp_uridecode(const char *uri, in
[all...]
/netbsd-current/external/bsd/libevent/dist/include/event2/
H A Dhttp.h59 #define HTTP_MOVEPERM 301 /**< the uri moved permanently */
60 #define HTTP_MOVETEMP 302 /**< the uri moved temporarily */
63 #define HTTP_NOTFOUND 404 /**< could not find content for uri */
64 #define HTTP_BADMETHOD 405 /**< method not allowed for this uri */
788 @param uri the URI associated with the request
795 enum evhttp_cmd_type type, const char *uri);
943 @param uri an encoded URI
947 char *evhttp_decode_uri(const char *uri);
958 @param uri a URI-encode encoded URI
965 char *evhttp_uridecode(const char *uri, in
[all...]
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_http.c569 /* Connect to the second port again. This time, send an absolute uri. */
2533 struct evhttp_uri *uri = NULL; local
2535 #define URI_PARSE(uri) \
2536 evhttp_uri_parse_with_flags((uri), parse_flags)
2539 char *ret = evhttp_uri_join(uri, url_tmp, sizeof(url_tmp)); \
2557 uri = URI_PARSE(s); \
2558 if (uri != NULL && !nonconform) { \
2560 } else if (uri == NULL && nonconform) { \
2564 if (uri) { \
2565 tt_want(evhttp_uri_join(uri, url_tm
3676 http_simple_test_impl(void *arg, int ssl, int dirty, const char *uri) argument
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_http.c468 /* Connect to the second port again. This time, send an absolute uri. */
2212 struct evhttp_uri *uri = NULL; local
2214 #define URI_PARSE(uri) \
2215 evhttp_uri_parse_with_flags((uri), parse_flags)
2218 char *ret = evhttp_uri_join(uri, url_tmp, sizeof(url_tmp)); \
2236 uri = URI_PARSE(s); \
2237 if (uri != NULL && !nonconform) { \
2239 } else if (uri == NULL && nonconform) { \
2243 if (uri) { \
2244 tt_want(evhttp_uri_join(uri, url_tm
[all...]
/netbsd-current/external/bsd/openldap/dist/clients/tools/
H A Dldapurl.c68 char *uri; local
94 uri = ldap_url_desc2str( lud );
106 if ( uri == NULL ) {
111 printf( "%s\n", uri );
112 free( uri );
118 do_uri_explode( const char *uri )
123 rc = ldap_url_parse( uri, &lud );
125 fprintf( stderr, "unable to parse URI \"%s\"\n", uri );
177 char *uri = NULL; local
197 if ( uri !
[all...]
/netbsd-current/external/bsd/openldap/dist/tests/scripts/
H A Dtest061-syncreplication-initiation162 for uri in $URIS; do
163 echo "Adding schema on $uri"
164 $LDAPADD -D cn=config -H $uri -y $CONFIGPWF <<EOF > $TESTOUT 2>&1
185 echo "Adding backend module on $uri..."
186 $LDAPADD -D cn=config -H $uri -y $CONFIGPWF <<EOF >>$TESTOUT 2>&1
210 for uri in $PROV_URI; do
211 echo "Adding database configuration on $uri"
212 $LDAPADD -D cn=config -H $uri -y $CONFIGPWF <<EOF > $TESTOUT 2>&1
239 echo "Populating provider on $uri"
257 for uri i
[all...]
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dbrowser.c67 wpa_printf(MSG_DEBUG, "BROWSER:%s load-status=%d uri=%s",
79 const gchar *uri = webkit_network_request_get_uri(req); local
80 wpa_printf(MSG_DEBUG, "BROWSER:%s uri=%s", __func__, uri);
81 if (g_str_has_suffix(uri, "/favicon.ico"))
83 if (g_str_has_prefix(uri, "osu://")) {
84 ctx->success = atoi(uri + 6);
87 if (g_str_has_prefix(uri, "http://localhost:12345")) {
118 const gchar *uri; local
119 uri
125 view_cb_hovering_over_link(WebKitWebView *view, gchar *title, gchar *uri, struct browser_context *ctx) argument
[all...]
/netbsd-current/external/bsd/openldap/dist/tests/progs/
H A Dslapd-common.h37 extern char * tester_uri( char *uri );
45 char *uri; member in struct:tester_conn_args
76 "[-H <uri>]" \
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its9288/
H A Dslapd-proxy.conf37 uri "@URI1@"

Completed in 280 milliseconds

1234567