Searched refs:berval (Results 101 - 125 of 328) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dad.c32 static struct berval bv_no_attrs = BER_BVC( LDAP_NO_ATTRS );
33 static struct berval bv_all_user_attrs = BER_BVC( "*" );
34 static struct berval bv_all_operational_attrs = BER_BVC( "+" );
62 struct berval * slap_bv_no_attrs = &bv_no_attrs;
63 struct berval * slap_bv_all_user_attrs = &bv_all_user_attrs;
64 struct berval * slap_bv_all_operational_attrs = &bv_all_operational_attrs;
67 struct berval name; /* option name or prefix */
82 struct berval *bv )
113 struct berval *tags )
133 struct berval b
[all...]
H A Dconfig.h112 struct berval *co_name;
143 struct berval v_bv;
145 struct berval vdn_dn;
146 struct berval vdn_ndn;
199 ConfigArgs *c, struct berval *rdn, ConfigOCs *main, ConfigOCs *extra );
213 extern int slap_ldap_response_code_register( struct berval *bv, int err );
H A Ddelete.c44 struct berval dn = BER_BVNULL;
115 struct berval pdn = BER_BVNULL;
169 struct berval org_req_dn = BER_BVNULL;
170 struct berval org_req_ndn = BER_BVNULL;
171 struct berval org_dn = BER_BVNULL;
172 struct berval org_ndn = BER_BVNULL;
H A Dsets.c99 sizeof( struct berval ),
112 AC_MEMCPY( newset, set, ( i + 1 ) * sizeof( struct berval ) );
153 sizeof( struct berval ),
174 set = cp->set_op->o_tmpcalloc( i, sizeof( struct berval ), cp->set_op->o_tmpmemctx );
234 set = cp->set_op->o_tmpcalloc( 1, sizeof( struct berval ),
287 set = cp->set_op->o_tmpcalloc( 1, sizeof( struct berval ),
296 set = cp->set_op->o_tmpcalloc( i * j + 1, sizeof( struct berval ),
304 struct berval bv;
384 set = cp->set_op->o_tmpcalloc( 1, sizeof( struct berval ),
396 nset = cp->set_op->o_tmpcalloc( 1, sizeof( struct berval ), c
[all...]
H A Dacl.c44 static const struct berval acl_bv_ip_eq = BER_BVC( "IP=" );
46 static const struct berval acl_bv_ipv6_eq = BER_BVC( "IP=[" );
49 static const struct berval acl_bv_path_eq = BER_BVC("PATH=");
56 struct berval *val,
65 struct berval *val,
72 struct berval *pat, char *str,
73 struct berval *dn_matches, struct berval *val_matches,
110 struct berval *val,
139 struct berval *va
[all...]
H A Dattr.c139 /* a_vals may be equal to slap_dummy_bv, a static empty berval;
221 tmp->a_vals = ch_malloc( (tmp->a_numvals + 1) * sizeof(struct berval) );
234 tmp->a_nvals = ch_malloc( (tmp->a_numvals + 1) * sizeof(struct berval) );
290 struct berval *val,
294 struct berval nval = BER_BVNULL, *cval;
373 (a->a_numvals + nn + 1) * sizeof(struct berval) );
382 (a->a_numvals + nn + 1) * sizeof(struct berval) );
513 nvals = slap_sl_calloc( sizeof(struct berval), i + 1, memctx );
562 struct berval *val,
563 struct berval *nva
[all...]
H A Dmodrdn.c51 struct berval dn = BER_BVNULL;
52 struct berval newrdn = BER_BVNULL;
53 struct berval newSuperior = BER_BVNULL;
56 struct berval pnewSuperior = BER_BVNULL;
58 struct berval nnewSuperior = BER_BVNULL;
219 struct berval dest_ndn = BER_BVNULL, dest_pndn, pdn = BER_BVNULL;
319 struct berval org_req_dn = BER_BVNULL;
320 struct berval org_req_ndn = BER_BVNULL;
321 struct berval org_dn = BER_BVNULL;
322 struct berval org_nd
[all...]
H A Dldapsync.c38 struct berval *cookie,
125 slap_parse_csn_sid( struct berval *csnp )
128 struct berval csn = *csnp;
235 struct berval stamp;
255 struct berval bv;
295 struct berval octet_str = BER_BVNULL;
296 struct berval ctxcsn = BER_BVNULL;
H A Droot_dse.c33 static struct berval builtin_supportedFeatures[] = {
45 static struct berval *supportedFeatures;
125 supportedFeatures = ch_calloc( sizeof( struct berval ), i + 1 );
158 supported_feature_load( struct berval *f )
160 struct berval *tmp;
168 tmp = ch_realloc( supportedFeatures, sizeof( struct berval ) * ( i + 2 ) );
187 struct berval val;
189 struct berval *bv;
493 struct berval bv_val,
H A DmatchedValues.c148 struct berval *bv;
219 struct berval *bv;
241 struct berval *bv;
278 struct berval *bv, assertedValue;
315 struct berval nbv = BER_BVNULL;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dmodify.c48 struct berval mdn = BER_BVNULL;
49 struct berval mapped;
131 (struct berval **)ch_malloc( ( j + 1 ) *
132 sizeof( struct berval * ) );
165 (struct berval **)ch_malloc( ( j + 1 ) *
166 sizeof( struct berval * ) );
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Doperational.c42 struct berval val, nval;
61 a->a_vals = (BerVarray) ch_malloc( 2 * sizeof( struct berval ) );
65 a->a_nvals = (BerVarray) ch_malloc( 2 * sizeof( struct berval ) );
76 struct berval entryCSN;
81 a->a_vals = ch_malloc( 2 * sizeof( struct berval ) );
88 entryCSN = *((struct berval *)op->o_private);
H A Dutil.c163 struct berval *cbv;
167 /* berval */
169 cbv = va_arg( strs, struct berval * );
250 struct berval *val,
329 struct berval *src_from )
395 struct berval bv;
455 struct berval *res )
487 struct berval *entryUUID,
491 struct berval uuid;
540 struct berval *entryUUI
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/
H A Dslapi-plugin.h72 int slapi_entry_attr_merge( Slapi_Entry *e, char *type, struct berval **vals );
79 int slapi_attr_get_values( Slapi_Attr *attr, struct berval ***vals );
88 int slapi_rdn2typeval( char *rdn, char **type, struct berval *bv );
92 int slapi_access_allowed( Slapi_PBlock *pb, Slapi_Entry *e, char *attr, struct berval *val, int access );
104 int slapi_attr_value_cmp( const Slapi_Attr *attr, const struct berval *v1, const struct berval *v2 );
105 int slapi_attr_value_find( const Slapi_Attr *a, struct berval *v );
115 int slapi_attr_get_bervals_copy( Slapi_Attr *a, struct berval ***vals );
145 Slapi_Value *slapi_value_new_berval(const struct berval *bval);
149 Slapi_Value *slapi_value_init_berval(Slapi_Value *v, struct berval *bva
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/librewrite/
H A Dsubst.c36 struct berval *subs = NULL, *tmps;
70 tmps = ( struct berval * )realloc( subs,
71 sizeof( struct berval )*( nsub + 1 ) );
184 tmps = (struct berval * )realloc( subs, sizeof( struct berval )*( nsub + 1 ) );
234 struct berval *val
275 struct berval *val
278 struct berval *submatch = NULL;
299 submatch = calloc( sizeof( struct berval ),
310 struct berval ke
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ldif/
H A Dldif.c42 struct berval *tl_base;
49 struct berval li_base_path; /* database directory */
193 ndn2path( Operation *op, struct berval *dn, struct berval *res, int empty_ok )
197 struct berval *suffixdn = &be->be_nsuffix[0];
262 fullpath_alloc( struct berval *dest, const struct berval *dir, ber_len_t more )
296 get_parent_path( struct berval *dnpath, struct berval *res )
317 ldif_tempname( const struct berval *dnpat
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dgetdn.c38 static int str2strval( const char *str, ber_len_t stoplen, struct berval *val,
40 static int DCE2strval( const char *str, struct berval *val,
42 static int IA52strval( const char *str, struct berval *val,
44 static int quotedIA52strval( const char *str, struct berval *val,
46 static int hexstr2binval( const char *str, struct berval *val,
50 static int binval2hexstr( struct berval *val, char *str );
51 static int strval2strlen( struct berval *val, unsigned flags,
53 static int strval2str( struct berval *val, char *str, unsigned flags,
55 static int strval2IA5strlen( struct berval *val, unsigned flags,
57 static int strval2IA5str( struct berval *va
[all...]
H A Dextended.c51 struct berval *reqdata,
120 struct berval *reqdata,
124 struct berval **retdatap )
166 struct berval **retdatap,
173 struct berval *resdata;
291 struct berval **retdatap,
298 struct berval *resdata;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Dback-bdb.h68 struct berval kstr;
102 struct berval bei_nrdn;
104 struct berval bei_rdn;
153 struct berval bdi_name;
159 struct berval bdp_name;
169 struct berval bdm_ndn;
220 struct berval bi_db_crypt_key;
H A Dproto-bdb.h80 struct berval *name,
86 struct berval *name );
94 struct berval *dn, EntryInfo **e, int matched,
108 struct berval *dn,
133 struct berval *ndn,
355 struct berval *name ));
364 struct berval *prefix ));
380 struct berval *tags,
409 struct berval *k,
419 struct berval *
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dinit.c296 struct berval *el_ndn;
297 struct berval el_nbase;
299 struct berval el_filter;
336 struct berval *ndn_out )
381 struct berval *ndn_out )
443 struct berval pdn = BER_BVNULL;
586 struct berval *nbase,
588 struct berval *filter )
591 struct berval ndn = BER_BVNULL;
622 struct berval e_nam
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcertificate.h101 struct berval identifier;
124 struct berval identifier;
155 struct berval identifier;
179 struct berval identifier;
202 struct berval identifier;
225 struct berval identifier;
293 struct berval identifier;
322 struct berval identifier;
353 struct berval identifier;
H A Dcrl.h68 struct berval identifier;
91 struct berval identifier;
122 struct berval identifier;
146 struct berval identifier;
184 struct berval identifier;
253 struct berval identifier;
282 struct berval identifier;
310 struct berval identifier;
334 struct berval identifier;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dpam.c27 struct berval uid;
28 struct berval dn;
29 struct berval svc;
30 struct berval pwd;
32 struct berval msg;
108 struct berval sdn;
216 struct berval sdn, dn;
249 static struct berval grpmsg =
251 static struct berval hostmsg =
253 static struct berval svcms
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-dnssrv/
H A Dsearch.c46 struct berval nrefdn = BER_BVNULL;
105 struct berval url;
140 struct berval bv;
187 struct berval bv;
207 struct berval bv;

Completed in 299 milliseconds

1234567891011>>