Searched refs:pmods (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/tests/progs/
H A Dslapd-addel.c149 LDAPMod **pmods; local
153 pmods = *pmodsp;
157 if ( pmods != NULL ) {
158 for ( ; pmods[ i ] != NULL; ++i ) {
159 if ( strcasecmp( pmods[ i ]->mod_type, attr ) == 0 &&
160 pmods[ i ]->mod_op == modop ) {
166 if ( pmods == NULL || pmods[ i ] == NULL ) {
167 if (( pmods = (LDAPMod **)realloc( pmods, (
[all...]
/netbsd-current/external/bsd/openldap/dist/clients/tools/
H A Dldapmodify.c84 LDAPMod **pmods,
447 LDAPMod **pmods,
459 if ( pmods == NULL ) {
469 for ( i = 0; pmods[ i ] != NULL; ++i ) {
470 op = pmods[ i ]->mod_op & ~LDAP_MOD_BVALUES;
471 if( op == LDAP_MOD_ADD && ( pmods[i]->mod_bvalues == NULL )) {
474 prog, pmods[i]->mod_type, dn->bv_val );
480 for ( i = 0; pmods[ i ] != NULL; ++i ) {
481 op = pmods[ i ]->mod_op & ~LDAP_MOD_BVALUES;
488 pmods[
445 domodify( const struct berval *dn, LDAPMod **pmods, LDAPControl **pctrls, int newentry ) argument
[all...]
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dldifutil.c118 LDAPMod **pmods; local
136 pmods = NULL;
409 pmods = (LDAPMod **)(lr->lr_lm+nmods);
410 bvl = (struct berval **)(pmods+nmods+1);
428 pmods[j] = lr->lr_lm+j;
434 pmods[j] = NULL;
534 pmods = (LDAPMod **)(lr->lr_lm+nmods);
535 bvl = (struct berval **)(pmods+nmods+1);
555 pmods[j] = lr->lr_lm+j;
561 pmods[
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-ldap.c394 LDAPMessage * msg, LDAPMod *** pmods)
411 *pmods = NULL;
765 *pmods = mods;
768 *pmods = NULL;
393 LDAP_entry2mods(krb5_context context, HDB * db, hdb_entry_ex * ent, LDAPMessage * msg, LDAPMod *** pmods) argument

Completed in 258 milliseconds