Searched refs:berval (Results 201 - 225 of 328) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dmodify.c45 struct berval dn = BER_BVNULL;
572 struct berval pval;
624 (nvals+1)*sizeof(struct berval), ctx );
689 struct berval a, *cv;
819 BerVarray tmpv = slap_sl_malloc( sizeof( struct berval ) * nvals, ctx );
851 void slap_timestamp( time_t *tm, struct berval *bv )
868 struct berval name, timestamp, csn = BER_BVNULL;
869 struct berval nname;
949 mod->sml_values = (BerVarray) ch_malloc( 2 * sizeof( struct berval ) );
967 mod->sml_values = (BerVarray) ch_malloc( 2 * sizeof( struct berval ) );
[all...]
H A Dmra.c61 struct berval type = BER_BVNULL;
62 struct berval value = BER_BVNULL;
63 struct berval rule_text = BER_BVNULL;
H A Doidm.c106 struct berval bv;
177 struct berval *bva = NULL, idx;
194 bva = ch_malloc( (num+1) * sizeof(struct berval) );
H A Dbackglue.c45 struct berval gn_pdn;
50 struct berval gi_pdn;
69 struct berval *dn
149 new = ch_malloc ((i+1)*sizeof(struct berval));
152 (j+i+1)*sizeof(struct berval));
362 static const struct berval gluecookie = { sizeof( glueID ), (char *)&glueID };
377 struct berval dn, ndn, *pdn;
393 struct berval cookie = BER_BVC(""), value;
489 struct berval mdn, mndn;
511 struct berval md
[all...]
H A Dbconfig.c46 static struct berval config_rdn = BER_BVC(CONFIG_RDN);
47 static struct berval schema_rdn = BER_BVC(SCHEMA_RDN);
54 struct berval mp_path;
64 struct berval c_file;
90 static struct berval cfdir;
865 struct berval si_url;
908 struct berval bv;
940 struct berval bv = BER_BVNULL;
1022 struct berval bv, abv;
1065 struct berval b
[all...]
H A Dcontrols.c59 const struct berval slap_pre_read_bv = BER_BVC(LDAP_CONTROL_PRE_READ);
60 const struct berval slap_post_read_bv = BER_BVC(LDAP_CONTROL_POST_READ);
296 extendedopsbv = ber_memcalloc( i + 1, sizeof( struct berval ) );
400 struct berval vals[2];
673 struct berval bv;
1061 struct berval dn = BER_BVNULL;
1186 struct berval cookie;
1306 struct berval fstr = BER_BVNULL;
1428 static struct berval special_attrs[] = {
1491 struct berval fst
[all...]
H A Dconfig.c66 struct berval global_host_bv = BER_BVNULL;
70 struct berval default_search_base = BER_BVNULL;
71 struct berval default_search_nbase = BER_BVNULL;
206 struct berval bv;
389 *(struct berval *)ptr = c->value_bv;
431 struct berval bv;
472 ber_dupbv( &c->value_bv, (struct berval *)ptr ); break;
892 bverb_to_mask(struct berval *bword, slap_verbmasks *v) {
902 struct berval bword;
981 struct berval *
[all...]
H A Dbackend.c657 struct berval * dn,
707 struct berval *bvsuffix )
727 struct berval *bvsubordinate )
745 be_isroot_dn( Backend *be, struct berval *ndn )
772 be_isupdate_dn( Backend *be, struct berval *ndn )
781 struct berval *
1017 struct berval *opdata )
1349 struct berval *ndn,
1372 struct berval *gr_ndn,
1373 struct berval *op_nd
[all...]
H A Doc.c71 struct berval *bv;
134 struct berval oir_name;
161 const struct berval *name = v_name;
171 struct berval bv;
180 oc_bvfind( struct berval *ocname )
205 oc_bvfind_undef( struct berval *ocname )
829 struct berval bv, *bva = NULL, idx;
845 bva = ch_malloc( (num+1) * sizeof(struct berval) );
886 struct berval val;
887 struct berval nva
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/progs/
H A Dslapd-modify.c40 do_modify( char *uri, char *manager, struct berval *passwd,
73 struct berval passwd = { 0, NULL };
201 struct berval *passwd, char *entry, char* attr, char* value,
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dconfig.c581 struct berval *bvout )
586 struct berval bv;
651 struct berval bv;
652 struct berval in;
705 sizeof( struct berval )*( i + 2 ) );
723 struct berval bv;
724 struct berval in;
752 sizeof( struct berval )*( i + 2 ) );
970 struct berval bv = BER_BVNULL;
979 struct berval b
[all...]
H A Dbind.c154 struct berval *binddn, struct berval *bindcred );
158 struct berval *binddn, struct berval *bindcred );
162 ldap_back_send_t sendok, struct berval *binddn, struct berval *bindcred );
212 struct berval save_o_dn;
584 struct berval *data = NULL;
786 struct berval *binddn,
787 struct berval *bindcre
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dsearch.c469 ldap_bv2escaped_filter_value_len( struct berval *in )
490 ldap_bv2escaped_filter_value( struct berval *in, struct berval *out )
496 ldap_bv2escaped_filter_value_x( struct berval *in, struct berval *out, int inplace, void *ctx )
H A Dtls2.c56 struct berval oid;
57 struct berval name;
484 ldap_pvt_tls_get_peer_dn( void *s, struct berval *dn,
488 struct berval bvdn;
874 ldap_pvt_tls_get_my_dn( void *s, struct berval *dn, LDAPDN_rewrite_dummy *func, unsigned flags )
877 struct berval der_dn;
921 struct berval *rspdata = NULL;
968 find_oid( struct berval *oid )
989 ldap_X509dn2bv( void *x509_name, struct berval *bv, LDAPDN_rewrite_func *func,
1007 struct berval Oi
[all...]
H A Dsasl.c65 struct berval *cred,
164 struct berval *cred,
167 struct berval **servercredp )
171 struct berval *scredp = NULL;
246 struct berval **servercredp,
250 struct berval* scred;
H A Dschema.c373 struct berval bv;
380 struct berval *
381 ldap_syntax2bv( LDAPSyntax * syn, struct berval *bv )
415 struct berval bv;
422 struct berval *
423 ldap_matchingrule2bv( LDAPMatchingRule * mr, struct berval *bv )
474 struct berval bv;
481 struct berval *
482 ldap_matchingruleuse2bv( LDAPMatchingRuleUse * mru, struct berval *bv )
533 struct berval b
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Did2entry.c36 struct berval bv;
40 struct berval odn, ondn;
144 eh.bv.bv_len = eh.nvals * sizeof( struct berval ) + data.size;
146 eh.data = eh.bv.bv_val + eh.nvals * sizeof( struct berval );
312 struct berval *ndn,
H A Dtools.c37 struct berval dn;
47 static struct berval *tool_base;
67 struct berval kstr;
203 struct berval *base,
298 struct berval *dn
373 eh.bv.bv_len = eh.nvals * sizeof( struct berval ) + data.size;
375 eh.data = eh.bv.bv_val + eh.nvals * sizeof( struct berval );
391 struct berval ndn;
454 struct berval *text,
457 struct berval d
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblutil/
H A Dldif.c104 struct berval type, value;
116 struct berval *type,
117 struct berval *value,
269 struct berval bv = *type;
370 struct berval name;
371 struct berval oid;
473 struct berval bv;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dunique.c49 struct berval dn;
50 struct berval ndn;
51 struct berval filter;
59 struct berval domain_spec;
72 struct berval *ndn;
181 struct berval bv = {0, NULL};
641 struct berval bv;
964 struct berval bv;
990 struct berval * dn,
993 struct berval *ke
[all...]
H A Dsyncprov.c54 struct berval s_dn;
55 struct berval s_ndn;
56 struct berval s_uuid;
57 struct berval s_csn;
65 struct berval s_base; /* ndn of search base */
70 struct berval s_filterstr;
111 struct berval se_uuid;
112 struct berval se_csn;
118 struct berval sl_mincsn;
130 struct berval si_contextd
[all...]
H A Ddynlist.c76 struct berval dli_uri;
78 struct berval dli_uri_nbase;
80 struct berval dli_default_filter;
141 dynlist_make_filter( Operation *op, Entry *e, const char *url, struct berval *oldf, struct berval *newf )
224 struct berval vals[ 2 ], nvals[ 2 ];
298 vals = op->o_tmpalloc( ( i + 1 ) * sizeof( struct berval ), op->o_tmpmemctx );
300 nvals = op->o_tmpalloc( ( i + 1 ) * sizeof( struct berval ), op->o_tmpmemctx );
381 struct berval *url;
457 struct berval d
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dndbio.cpp69 ndb_ai_get( struct ndb_info *ni, struct berval *aname )
250 struct berval bv;
340 struct berval *oname, int implied, NdbOcs *out )
425 ndb_aset_get( struct ndb_info *ni, struct berval *sname, struct berval *attrs, NdbOcInfo **ret )
503 struct berval *ocsin, NdbOcs *out )
796 struct berval bv[2];
930 struct berval nbv;
1081 struct berval *dn,
1246 extern "C" struct berval *
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblber/
H A Dio.c315 ber_init2( BerElement *ber, struct berval *bv, int options )
346 ber_init( struct berval *bv )
377 /* This routine allocates a struct berval whose contents are a BER
379 ** the returned berval.
381 ** ber_flatten2 is the same, but uses a struct berval passed by
386 struct berval *bv,
396 /* ber is null, create an empty berval */
401 /* copy the berval */
424 struct berval **bvPtr)
426 struct berval *b
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dlog.c237 struct berval bv;
284 struct berval asserted;
364 struct berval asserted;

Completed in 283 milliseconds

1234567891011>>