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

123

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/generic/
H A Duri_256.c182 dns_rdata_uri_t *uri = source; local
188 REQUIRE(uri->common.rdtype == type);
189 REQUIRE(uri->common.rdclass == rdclass);
190 REQUIRE(uri->target != NULL && uri->tgt_len != 0);
198 RETERR(uint16_tobuffer(uri->priority, target));
203 RETERR(uint16_tobuffer(uri->weight, target));
209 region.base = uri->target;
210 region.length = uri->tgt_len;
220 return (mem_tobuffer(target, uri
225 dns_rdata_uri_t *uri = target; local
268 dns_rdata_uri_t *uri = (dns_rdata_uri_t *) source; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dunique.c60 struct unique_domain_uri_s *uri; member in struct:unique_domain_s
137 unique_free_domain_uri ( unique_domain_uri *uri )
142 while ( uri ) {
143 next_uri = uri->next;
144 ch_free ( uri->dn.bv_val );
145 ch_free ( uri->ndn.bv_val );
146 ch_free ( uri->filter.bv_val );
147 filter_free( uri->f );
148 attr = uri->attrs;
154 ch_free ( uri );
180 unique_domain_uri *uri; local
899 count_filter_len( unique_domain *domain, unique_domain_uri *uri, AttributeDescription *ad, BerVarray b ) argument
937 build_filter( unique_domain *domain, unique_domain_uri *uri, AttributeDescription *ad, BerVarray b, char *kp, int ks, void *ctx ) argument
1078 unique_domain_uri *uri; local
1199 unique_domain_uri *uri; local
1313 unique_domain_uri *uri; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/data/
H A Dslapd-ldapglue.conf54 uri "@URI3@"
63 uri "@URI2@"
H A Dslapd-meta.conf52 uri "@URI2@ou=Meta,o=Example,c=US"
64 uri "@URI1@o=Example,c=US"
H A Dslapd-glue-ldap.conf49 uri "@URI2@"
62 uri "@URI1@"
H A Dslapd-syncrepl-multiproxy.conf63 uri @URI2@
87 uri @URI3@
H A Dslapd-chain1.conf35 chain-uri @URI2@
H A Dslapd-chain2.conf57 chain-uri @URI1@
H A Dslapd-syncrepl-slave-persist-ldap.conf44 uri @URI2@
H A Dslapd-translucent-local.conf58 uri @URI1@
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/progs/
H A Dslapd-modrdn.c44 do_modrdn( char *uri, char *manager, struct berval *passwd,
53 "-H <uri> | ([-h <host>] -p <port>) "
72 char *uri = NULL; local
98 case 'H': /* the server uri */
99 uri = strdup( optarg );
160 if (( entry == NULL ) || ( port == -1 && uri == NULL ))
171 uri = tester_uri( uri, host, port );
174 do_modrdn( uri, manager, &passwd, entry,
183 do_modrdn( char *uri, cha argument
[all...]
H A Dslapd-common.h37 extern char * tester_uri( char *uri, char *host, int port );
H A Dslapd-read.c46 do_read( char *uri, char *manager, struct berval *passwd,
52 do_random( char *uri, char *manager, struct berval *passwd,
61 "-H <uri> | ([-h <host>] -p <port>) "
86 char *uri = NULL; local
119 case 'H': /* the server uri */
120 uri = strdup( optarg );
200 if (( entry == NULL ) || ( port == -1 && uri == NULL ))
213 uri = tester_uri( uri, host, port );
217 do_random( uri, manage
232 do_random( char *uri, char *manager, struct berval *passwd, char *sbase, char *filter, char **srchattrs, int noattrs, int nobind, int innerloop, int maxretries, int delay, int force, int chaserefs ) argument
332 do_read( char *uri, char *manager, struct berval *passwd, char *entry, LDAP **ldp, char **attrs, int noattrs, int nobind, int maxloop, int maxretries, int delay, int force, int chaserefs ) argument
[all...]
H A Dslapd-search.c45 do_search( char *uri, char *manager, struct berval *passwd,
51 do_random( char *uri, char *manager, struct berval *passwd,
65 "-H <uri> | ([-h <host>] -p <port>) "
95 char *uri = NULL; local
131 case 'H': /* the server uri */
132 uri = strdup( optarg );
227 if (( sbase == NULL ) || ( filter == NULL ) || ( port == -1 && uri == NULL ))
242 uri = tester_uri( uri, host, port );
246 do_random( uri, manage
264 do_random( char *uri, char *manager, struct berval *passwd, char *sbase, int scope, char *filter, char *attr, char **srchattrs, int noattrs, int nobind, int innerloop, int maxretries, int delay, int force, int chaserefs ) argument
384 do_search( char *uri, char *manager, struct berval *passwd, char *sbase, int scope, char *filter, LDAP **ldp, char **attrs, int noattrs, int nobind, int innerloop, int maxretries, int delay, int force, int chaserefs ) argument
[all...]
H A Dslapd-modify.c40 do_modify( char *uri, char *manager, struct berval *passwd,
50 "-H <uri> | ([-h <host>] -p <port>) "
69 char *uri = NULL; local
97 case 'H': /* the server uri */
98 uri = strdup( optarg );
163 if (( entry == NULL ) || ( ava == NULL ) || ( port == -1 && uri == NULL ))
188 uri = tester_uri( uri, host, port );
191 do_modify( uri, manager, &passwd, entry, ava, value,
200 do_modify( char *uri, cha argument
[all...]
H A Dslapd-bind.c47 do_bind( char *uri, char *dn, struct berval *pass, int maxloop,
52 do_base( char *uri, char *dn, struct berval *pass, char *base, char *filter, char *pwattr,
72 "[-H uri | -h <host> [-p port]] "
91 char *uri = NULL; local
182 case 'H': /* the server uri */
183 uri = optarg;
247 if ( port == -1 && uri == NULL ) {
251 uri = tester_uri( uri, host, port );
257 rc = do_base( uri, d
272 do_bind( char *uri, char *dn, struct berval *pass, int maxloop, int force, int chaserefs, int noinit, LDAP **ldp, int action_type, void *action ) argument
418 do_base( char *uri, char *dn, struct berval *pass, char *base, char *filter, char *pwattr, int maxloop, int force, int chaserefs, int noinit, int delay, int action_type, void *action ) argument
[all...]
H A Dslapd-addel.c47 do_addel( char *uri, char *manager, struct berval *passwd,
56 "-H <uri> | ([-h <host>] -p <port>) "
76 char *uri = NULL; local
104 uri = strdup( optarg );
165 if (( filename == NULL ) || ( port == -1 && uri == NULL ) ||
186 uri = tester_uri( uri, host, port );
189 do_addel( uri, manager, &passwd, entry, attrs,
316 char *uri,
333 ldap_initialize( &ld, uri );
315 do_addel( char *uri, char *manager, struct berval *passwd, char *entry, LDAPMod **attrs, int maxloop, int maxretries, int delay, int friendly, int chaserefs ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/clients/tools/
H A Dldapurl.c64 char *uri; local
90 uri = ldap_url_desc2str( lud );
102 if ( uri == NULL ) {
107 printf( "%s\n", uri );
108 free( uri );
114 do_uri_explode( const char *uri )
119 rc = ldap_url_parse( uri, &lud );
121 fprintf( stderr, "unable to parse URI \"%s\"\n", uri );
172 char *uri = NULL; local
192 if ( uri !
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libevent/dist/
H A Devhttp.h215 char *uri; /* uri after HTTP request was parsed */ member in struct:evhttp_request
301 enum evhttp_cmd_type type, const char *uri);
320 @param uri an unencoded URI
323 char *evhttp_encode_uri(const char *uri);
331 @param uri an encoded URI
334 char *evhttp_decode_uri(const char *uri);
340 * Parsing a uri like
349 * @param uri the request URI
352 void evhttp_parse_query(const char *uri, struc
[all...]
H A Devrpc.c89 assert(evrpc_unregister_rpc(base, rpc->uri));
192 evrpc_construct_uri(const char *uri) argument
197 constructed_uri_len = strlen(EVRPC_URI_PREFIX) + strlen(uri) + 1;
200 __func__, uri);
202 memcpy(constructed_uri + strlen(EVRPC_URI_PREFIX), uri, strlen(uri));
212 char *constructed_uri = evrpc_construct_uri(rpc->uri);
238 if (strcmp(rpc->uri, name) == 0)
247 free((char *)rpc->uri);
515 char *uri local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/librewrite/
H A Dldapmap.c99 char *p, *uri; local
117 uri = argv[ 0 ];
118 if ( strncasecmp( uri, "uri=", STRLENOF( "uri=" ) ) == 0 ) {
119 uri += STRLENOF( "uri=" );
122 data->lm_url = strdup( uri );
128 if ( ldap_url_parse( uri, &data->lm_lud ) != REWRITE_SUCCESS ) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_windows.in69 --crl-uri="http://www.test.h5l.se/test-hemdal-pki-crl1.crl" \
80 --crl-uri="http://www.test.h5l.se/test-hemdal-pki-crl1.crl" \
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/data/regressions/its4326/
H A Dslapd.conf38 uri @URI1@
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/data/regressions/its4448/
H A Dslapd-meta.conf53 uri "@URI1@o=Example,c=US"
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldapc++/examples/
H A DstartTls.cpp14 std::cerr << "usage: " << argv[0] << " <ldap-uri> <cacertfile> <cacertdir>" << std::endl;
17 std::string uri(argv[1]);
33 LDAPAsynConnection l(uri);
43 l = LDAPAsynConnection(uri);
64 LDAPAsynConnection l2(uri);

Completed in 258 milliseconds

123