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

1 2 3 4 5 6 7 8 9

  /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
rbacreq.c 65 if ( !BER_BVISNULL( &reqp->sessid ) )
68 if ( !BER_BVISNULL( &reqp->tenantid ) )
72 if ( !BER_BVISNULL( &reqp->uid ) )
75 if ( !BER_BVISNULL( &reqp->authtok ) )
82 if ( !BER_BVISNULL( &reqp->opname ) )
85 if ( !BER_BVISNULL( &reqp->objname ) )
88 if ( !BER_BVISNULL( &reqp->objid ) )
jts.c 100 for ( nattrs = 0; !BER_BVISNULL( &ft_session_perm_ads[nattrs].attr );
107 for ( i = 0; !BER_BVISNULL( &ft_session_perm_ads[i].attr ); i++ ) {
128 for ( nattrs = 0; !BER_BVISNULL( &ft_perm_ads[nattrs].attr ); nattrs++ )
134 for ( i = 0; !BER_BVISNULL( &ft_perm_ads[i].attr ); i++ ) {
154 for ( nattrs = 0; !BER_BVISNULL( &ft_user_ads[nattrs].attr ); nattrs++ )
160 for ( i = 0; !BER_BVISNULL( &ft_user_ads[i].attr ); i++ ) {
179 for ( i = 0; !BER_BVISNULL( &ft_ads[i].attr ); i++ ) {
rbacperm.c 52 for ( i = 0; !BER_BVISNULL( &permission_ads[i].attr ); i++ ) {
90 for ( i = 0; !BER_BVISNULL( &sessp->roles[i] ); i++ ) {
91 for ( j = 0; !BER_BVISNULL( &permp->roles[j] ); j++ ) {
200 if ( !BER_BVISNULL( &permp->dn ) ) {
204 if ( !BER_BVISNULL( &permp->internalId ) ) {
216 if ( !BER_BVISNULL( &permp->objectId ) ) {
220 if ( !BER_BVISNULL( &permp->abstractName ) ) {
224 if ( !BER_BVISNULL( &permp->type ) ) {
rbacuser.c 89 for ( i = 0; !BER_BVISNULL( &user_ads[i].attr ); i++ ) {
374 if ( BER_BVISNULL( &reqp->uid ) ) {
426 if ( !BER_BVISNULL( &reqp->authtok ) )
444 if ( BER_BVISNULL( &userp->constraints ) ) {
475 while (!BER_BVISNULL(&userp->role_constraints[i])) {
499 while ( !BER_BVISNULL( &values[i] ) ) {
546 while (!BER_BVISNULL(&values[i])) {
574 while (!BER_BVISNULL(values[i])) {
596 if ( !BER_BVISNULL( &userp->tenantid ) ) {
600 if ( !BER_BVISNULL( &userp->uid ) )
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-dnssrv/
bind.c 44 BER_BVISNULL( &op->o_req_dn ) ? "" : op->o_req_dn.bv_val,
60 if ( !BER_BVISNULL( &op->orb_cred ) &&
67 BER_BVISNULL( &op->o_req_dn ) ? "" : op->o_req_dn.bv_val );
77 BER_BVISNULL( &op->o_req_dn ) ? "" : op->o_req_dn.bv_val );
  /src/external/bsd/openldap/dist/servers/slapd/
verbs.c 29 for ( i = 0; !BER_BVISNULL(&v[i].word); i++ ) {
47 if ( BER_BVISNULL(&v[j].word) ) return i;
63 for ( i=0; !BER_BVISNULL(&v[i].word); i++ ) {
86 for ( i=0; !BER_BVISNULL(&v[i].word); i++ ) {
99 for ( i=0; !BER_BVISNULL(&v[i].word); i++ ) {
128 if ( BER_BVISNULL(&v[j].word) ) return 1;
143 for ( i = 0; !BER_BVISNULL( &v[ i ].word ); i++ ) /* EMPTY */;
147 for ( i = 0; !BER_BVISNULL( &v[ i ].word ); i++ ) {
164 for ( i = 0; !BER_BVISNULL( &v[ i ].word ); i++ ) {
186 for ( i = 0; !BER_BVISNULL( &(*vp)[ i ].word ); i++ )
    [all...]
slapacl.c 59 ( val && !BER_BVISNULL( val ) ) ? "=" : "",
60 ( val && !BER_BVISNULL( val ) ) ?
132 if ( !BER_BVISNULL( &authcID ) ) {
133 if ( !BER_BVISNULL( &authcDN ) ) {
151 } else if ( !BER_BVISNULL( &authcDN ) ) {
166 if ( !BER_BVISNULL( &authzID ) ) {
167 if ( !BER_BVISNULL( &authzDN ) ) {
185 } else if ( !BER_BVISNULL( &authzDN ) ) {
201 if ( !BER_BVISNULL( &authcDN ) ) {
205 if ( !BER_BVISNULL( &authzDN ) )
    [all...]
index.c 51 if ( BER_BVISNULL(&idxstr[i].word) ) return LDAP_OTHER;
65 for ( i=0; !BER_BVISNULL( &idxstr[i].word ); i++ ) {
86 for ( i=0; !BER_BVISNULL( &idxstr[i].word ); i++ ) {
slapauth.c 57 if ( !BER_BVISNULL( &authzID ) ) {
104 if ( !BER_BVISNULL( &authzID ) ) {
122 if ( !BER_BVISNULL( &authcID ) ) {
123 if ( !BER_BVISNULL( &authzID ) || argc == 0 ) {
174 if ( !BER_BVISNULL( &authzID ) ) {
sets.c 39 while ( !BER_BVISNULL( &set[ i ] ) ) {
55 if ( !BER_BVISNULL( &set[ 0 ] ) ) {
99 for ( i = 0; !BER_BVISNULL( &set[ i ] ); i++ )
109 for ( i = 0; !BER_BVISNULL( &set[ i ] ); i++ ) {
152 if ( lset == NULL || BER_BVISNULL( &lset[ 0 ] ) ) {
168 if ( rset == NULL || BER_BVISNULL( &rset[ 0 ] ) ) {
184 for ( i = 0; !BER_BVISNULL( &lset[ i ] ); i++ ) {
198 for ( i = 0; !BER_BVISNULL( &rset[ i ] ); i++ ) {
201 for ( j = 0; !BER_BVISNULL( &set[ j ] ); j++ ) {
234 if ( lset == NULL || BER_BVISNULL( &lset[ 0 ]
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/trace/
trace.c 101 BER_BVISNULL( &op->o_req_ndn ) ? "(null)" : op->o_req_ndn.bv_val,
102 BER_BVISNULL( &op->ore_reqoid ) ? "" : op->ore_reqoid.bv_val );
109 BER_BVISNULL( &op->o_req_ndn ) ? "(null)" : op->o_req_ndn.bv_val );
128 BER_BVISNULL( &op->o_req_ndn ) ? "(null)" : op->o_req_ndn.bv_val,
129 BER_BVISNULL( &op->ore_reqoid ) ? "" : op->ore_reqoid.bv_val,
163 BER_BVISNULL( &op->o_req_ndn ) ? "(null)" : op->o_req_ndn.bv_val,
  /src/external/bsd/openldap/dist/servers/lloadd/
value.c 53 for ( n = 0; !BER_BVISNULL( &(*vals)[n] ); n++ ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
suffixmassage.c 88 BER_BVISNULL( dn ) ? "" : dn->bv_val,
89 BER_BVISNULL( res ) ? "" : res->bv_val );
init.c 225 if ( BER_BVISNULL( &mapped ) || mapped.bv_val[0] == '\0' ) {
233 if ( BER_BVISNULL( &mapped ) || mapped.bv_val[0] == '\0' ) {
297 if ( !BER_BVISNULL( &mc->mc_local_ndn ) ) {
350 if ( !BER_BVISNULL( &mt->mt_psuffix ) ) {
353 if ( !BER_BVISNULL( &mt->mt_nsuffix ) ) {
356 if ( !BER_BVISNULL( &mt->mt_binddn ) ) {
359 if ( !BER_BVISNULL( &mt->mt_bindpw ) ) {
362 if ( !BER_BVISNULL( &mt->mt_idassert_authcID ) ) {
365 if ( !BER_BVISNULL( &mt->mt_idassert_authcDN ) ) {
368 if ( !BER_BVISNULL( &mt->mt_idassert_passwd ) )
    [all...]
map.c 166 if ( !BER_BVISNULL( &mapping->dst ) ) {
196 for ( ; !BER_BVISNULL( &an[i].an_name ); i++ )
202 for ( ; !BER_BVISNULL( &op->o_bd->be_extra_anlist[x].an_name ); x++ )
216 for ( i = 0; !BER_BVISNULL( &an[i].an_name ); i++ ) {
218 if ( !BER_BVISNULL( &mapped ) && !BER_BVISEMPTY( &mapped ) ) {
225 for ( x = 0; !BER_BVISNULL( &op->o_bd->be_extra_anlist[x].an_name ); x++ ) {
233 if ( !BER_BVISNULL( &mapped ) && !BER_BVISEMPTY( &mapped ) ) {
263 if ( BER_BVISNULL( mapped_attr ) || BER_BVISEMPTY( mapped_attr ) ) {
269 if ( BER_BVISNULL( mapped_attr ) || BER_BVISEMPTY( mapped_attr ) ) {
317 if ( BER_BVISNULL( &vtmp ) || BER_BVISEMPTY( &vtmp ) )
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
rwmdn.c 64 if ( mdn.bv_val == in->bv_val && !BER_BVISNULL( ndn ) ) {
97 if ( mdn.bv_val == in->bv_val && !BER_BVISNULL( pdn ) ) {
134 if ( mdn.bv_val == in->bv_val && !BER_BVISNULL( pdn ) ) {
135 if ( BER_BVISNULL( ndn ) ) {
178 if ( !BER_BVISNULL( &mdn ) && mdn.bv_val != in_val ) {
rwmmap.c 171 if ( !BER_BVISNULL( &mapping->m_dst ) ) {
206 for ( i = 0; !BER_BVISNULL( &an[i].an_name ); i++ )
212 for ( ; !BER_BVISNULL( &op->o_bd->be_extra_anlist[x].an_name ); x++ )
225 for ( i = 0; !BER_BVISNULL( &an[i].an_name ); i++ ) {
237 if ( at_drop_missing || ( m && BER_BVISNULL( &m->m_dst ) ) ) {
268 if ( oc_drop_missing || ( m && BER_BVISNULL( &m->m_dst ) ) ) {
311 if ( BER_BVISNULL( &m->m_dst ) ) {
327 if ( !BER_BVISNULL( &m->m_dst ) ) {
345 for ( x = 0; !BER_BVISNULL( &op->o_bd->be_extra_anlist[x].an_name ); x++ ) {
384 for ( i = 0; !BER_BVISNULL( &an[ i ].an_name ); i++
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
init.c 350 if ( !BER_BVISNULL( &mt->mt_psuffix ) ) {
353 if ( !BER_BVISNULL( &mt->mt_nsuffix ) ) {
356 if ( !BER_BVISNULL( &mt->mt_binddn ) ) {
359 if ( !BER_BVISNULL( &mt->mt_bindpw ) ) {
362 if ( !BER_BVISNULL( &mt->mt_idassert_authcID ) ) {
365 if ( !BER_BVISNULL( &mt->mt_idassert_authcDN ) ) {
368 if ( !BER_BVISNULL( &mt->mt_idassert_passwd ) ) {
371 if ( !BER_BVISNULL( &mt->mt_idassert_authzID ) ) {
374 if ( !BER_BVISNULL( &mt->mt_idassert_sasl_mech ) ) {
377 if ( !BER_BVISNULL( &mt->mt_idassert_sasl_realm ) )
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
init.c 163 if ( !BER_BVISNULL( &bi->sql_strcast_func ) ) {
166 if ( !BER_BVISNULL( &bi->sql_children_cond ) ) {
169 if ( !BER_BVISNULL( &bi->sql_dn_match_cond ) ) {
172 if ( !BER_BVISNULL( &bi->sql_subtree_cond ) ) {
175 if ( !BER_BVISNULL( &bi->sql_dn_oc_aliasing ) ) {
202 if ( !BER_BVISNULL( &bi->sql_aliasing ) ) {
205 if ( !BER_BVISNULL( &bi->sql_aliasing_quote ) ) {
212 for ( i = 0; !BER_BVISNULL( &bi->sql_anlist[ i ].an_name ); i++ )
269 if ( BER_BVISNULL( &bi->sql_aliasing ) ) {
275 if ( BER_BVISNULL( &bi->sql_aliasing_quote ) )
    [all...]
api.c 157 assert( BER_BVISNULL( &bv ) );
164 assert( !BER_BVISNULL( &bv ) );
203 assert( BER_BVISNULL( &bv ) );
210 assert( !BER_BVISNULL( &bv ) );
compare.c 75 if ( manageDSAit && !BER_BVISNULL( &bsi.bsi_e->e_nname ) &&
155 if ( !BER_BVISNULL( &e.e_nname ) &&
177 if ( !BER_BVISNULL( &bsi.bsi_base_id.eid_ndn ) ) {
181 if ( !BER_BVISNULL( &e.e_nname ) ) {
modify.c 80 if ( manageDSAit && !BER_BVISNULL( &bsi.bsi_e->e_nname ) &&
98 if ( !BER_BVISNULL( &m.e_nname ) ) {
196 if ( !BER_BVISNULL( &bsi.bsi_base_id.eid_ndn ) ) {
200 if ( !BER_BVISNULL( &m.e_nname ) ) {
bind.c 99 if ( !BER_BVISNULL( &bsi.bsi_base_id.eid_ndn ) ) {
103 if ( !BER_BVISNULL( &e.e_nname ) ) {
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
ether.c 76 if (BER_BVISNULL(&cbp->name))
94 if (BER_BVISNULL(&cbp->addr))
113 for (i=0;!BER_BVISNULL(&names[i]);i++)
114 for (j=0;!BER_BVISNULL(&ethers[j]);j++)
alias.c 60 if (BER_BVISNULL(&cbp->name))
86 for (i=0;!BER_BVISNULL(&names[i]);i++)

Completed in 65 milliseconds

1 2 3 4 5 6 7 8 9