HomeSort by: relevance | last modified time | path
    Searched refs:uri (Results 1 - 25 of 187) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
uri_256.c 54 * Target URI
95 * Target URI
121 * Priority, weight and target URI
180 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))
209 dns_rdata_uri_t *uri = target; local
255 dns_rdata_uri_t *uri = (dns_rdata_uri_t *)source; local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
uri_256.c 54 * Target URI
95 * Target URI
120 * Priority, weight and target URI
179 dns_rdata_uri_t *uri = source; local
182 REQUIRE(uri != NULL);
183 REQUIRE(uri->common.rdtype == type);
184 REQUIRE(uri->common.rdclass == rdclass);
185 REQUIRE(uri->target != NULL && uri->tgt_len != 0);
193 RETERR(uint16_tobuffer(uri->priority, target))
208 dns_rdata_uri_t *uri = target; local
242 dns_rdata_uri_t *uri = (dns_rdata_uri_t *)source; local
    [all...]
  /src/external/bsd/openldap/dist/tests/data/regressions/its8721/
slapd-proxy.conf 38 uri "@URI2@cn=2,dc=example,dc=com"
39 uri "@URI3@cn=3,dc=example,dc=com"
  /src/external/bsd/openldap/dist/tests/data/
lloadd-backend-issues.conf 30 backend-server uri=@URI2@
39 backend-server uri=@URI3@
48 backend-server uri=@URI4@
57 backend-server uri=ldap://does.not.resolve.example.com
lloadd-anon.conf 24 backend-server uri=@URI2@
32 backend-server uri=@URI3@
40 backend-server uri=@URI4@
lloadd-sasl.conf 33 backend-server uri=@URI2@
40 backend-server uri=@URI3@
47 backend-server uri=@URI4@
lloadd.conf 31 backend-server uri=@URI2@
38 backend-server uri=@URI3@
45 backend-server uri=@URI4@
slapd-ldapglue.conf 52 uri "@URI3@"
61 uri "@URI2@"
lloadd-tls.conf 41 backend-server uri=@URIP3@
49 backend-server uri=@SURIP4@
56 backend-server uri=@URI5@
slapd-asyncmeta.conf 51 uri "@URI2@ou=Meta,o=Example,c=US"
64 uri "@URI1@o=Example,c=US"
83 uri "@URI6@o=Local"
  /src/external/mpl/bind/dist/bin/tests/system/enginepkcs11/ns2/
named.conf.j2 41 pkcs11-uri "pkcs11:token=softhsm2-enginepkcs11;pin-value=1234";
46 pkcs11-uri "pkcs11:token=softhsm2-enginepkcs11;pin-value=1234";
51 pkcs11-uri "pkcs11:token=softhsm2-enginepkcs11;pin-source=pin";
  /src/external/bsd/wpa/dist/src/utils/
browser.c 62 const char *uri)
66 if (g_str_has_prefix(uri, "osu://")) {
67 ctx->success = atoi(uri + 6);
69 } else if (g_str_has_prefix(uri, "http://localhost:12345")) {
107 const gchar *uri = webkit_uri_request_get_uri(req); local
109 wpa_printf(MSG_DEBUG, "BROWSER:%s uri=%s", __func__, uri);
110 process_request_starting_uri(ctx, uri);
138 const gchar *uri; local
143 uri = webkit_uri_request_get_uri(req)
163 const char *uri = NULL; local
227 const gchar *uri = webkit_network_request_get_uri(req); local
257 const gchar *uri; local
    [all...]
  /src/external/bsd/libevent/dist/sample/
http-connect.c 31 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])
41 VERIFY(evhttp_uri_join(uri, buffer, URL_MAX));
51 static char* uri_hostport(struct evhttp_uri *uri, char buffer[URL_MAX])
53 VERIFY(evhttp_uri_join(uri, buffer, URL_MAX));
54 VERIFY(evhttp_uri_get_host(uri));
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/sample/
http-connect.c 30 struct evhttp_uri *uri; local
31 VERIFY(uri = evhttp_uri_parse(str));
32 VERIFY(evhttp_uri_get_host(uri));
33 VERIFY(evhttp_uri_get_port(uri) > 0);
34 return uri;
36 static char* uri_path(struct evhttp_uri *uri, char buffer[URL_MAX])
40 VERIFY(evhttp_uri_join(uri, buffer, URL_MAX));
50 static char* uri_hostport(struct evhttp_uri *uri, char buffer[URL_MAX])
52 VERIFY(evhttp_uri_join(uri, buffer, URL_MAX));
53 VERIFY(evhttp_uri_get_host(uri));
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
unique.c 63 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
1094 unique_domain_uri *uri; local
1254 unique_domain_uri *uri; local
1394 unique_domain_uri *uri; local
    [all...]
  /src/external/bsd/tmux/dist/
hyperlinks.c 35 * Each URI has one inner number and one external ID (which tmux uses to send
40 * the same URI (terminals will not want to tie them together).
54 const char *uri; member in struct:hyperlinks_uri
58 RB_ENTRY(hyperlinks_uri) by_uri_entry; /* by internal ID and URI */
82 * that they do not match even if the URI is the same - each
83 * anonymous URI should be unique.
95 return (strcmp(left->uri, right->uri));
127 free(__UNCONST(hlu->uri));
137 char *uri, *internal_id, *external_id local
    [all...]
  /src/external/bsd/openldap/dist/tests/data/regressions/its9468/
slapd-proxy.conf 45 uri "@URI1@"
54 uri "@URI1@"
63 uri "@URI1@"
73 uri "@URI1@"
  /src/external/bsd/libevent/dist/include/event2/
http.h 59 #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 */
253 Set a callback for a specified URI
265 /** Removes the callback for a specified URI */
788 @param uri the URI associated with the request
795 enum evhttp_cmd_type type, const char *uri);
814 * A structure to hold a parsed URI or Relative-Ref conforming to RFC3986
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/include/event2/
http.h 60 #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 */
254 Set a callback for a specified URI
266 /** Removes the callback for a specified URI */
789 @param uri the URI associated with the request
796 enum evhttp_cmd_type type, const char *uri);
815 * A structure to hold a parsed URI or Relative-Ref conforming to RFC3986
    [all...]
  /src/external/bsd/libevent/dist/test/
regress_http.c 569 /* Connect to the second port again. This time, send an absolute uri. */
1793 /* Now make a raw request with an absolute URI. */
1802 /* The host in the URI should override the Host: header */
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) {
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_http.c 566 /* Connect to the second port again. This time, send an absolute uri. */
1790 /* Now make a raw request with an absolute URI. */
1799 /* The host in the URI should override the Host: header */
2530 struct evhttp_uri *uri = NULL; local
2532 #define URI_PARSE(uri) \
2533 evhttp_uri_parse_with_flags((uri), parse_flags)
2536 char *ret = evhttp_uri_join(uri, url_tmp, sizeof(url_tmp)); \
2554 uri = URI_PARSE(s); \
2555 if (uri != NULL && !nonconform) { \
2557 } else if (uri == NULL && nonconform) {
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/enginepkcs11/ns1/
named.conf.j2 40 pkcs11-uri "pkcs11:token=softhsm2-enginepkcs11;pin-value=1234";
45 pkcs11-uri "pkcs11:token=softhsm2-enginepkcs11;pin-source=pin";
  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
dpp-qrcode.py 49 uri = None
52 uri = val.split('=', 1)[1]
54 if not uri:
56 if not uri.startswith('DPP:'):
58 print("Found DPP bootstrap info URI:")
59 print(uri)
65 res = wpas.request("DPP_QR_CODE " + uri);
69 print("QR Code URI rejected")
71 print("QR Code URI accepted - ID=%d" % id)
96 print("Failed to generate bootstrap info URI")
    [all...]
  /src/external/bsd/openldap/dist/clients/tools/
ldapurl.c 68 char *uri; local
94 uri = ldap_url_desc2str( lud );
106 if ( uri == NULL ) {
107 fprintf( stderr, "unable to generate URI\n" );
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
    [all...]
  /src/external/bsd/openldap/dist/tests/scripts/
test061-syncreplication-initiation 168 for uri in $URIS; do
169 echo "Adding schema on $uri"
170 $LDAPADD -D cn=config -H $uri -y $CONFIGPWF <<EOF > $TESTOUT 2>&1
191 echo "Adding backend module on $uri..."
192 $LDAPADD -D cn=config -H $uri -y $CONFIGPWF <<EOF >>$TESTOUT 2>&1
216 for uri in $PROV_URI; do
217 echo "Adding database configuration on $uri"
218 $LDAPADD -D cn=config -H $uri -y $CONFIGPWF <<EOF > $TESTOUT 2>&1
245 echo "Populating provider on $uri"
263 for uri in $FWD1_URI; d
    [all...]

Completed in 45 milliseconds

1 2 3 4 5 6 7 8