Searched defs:changesonly (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | psearch.c | 29 int changesonly, int return_echg_ctls, char ctl_iscritical, 62 if ( ber_printf( ber, "{ibb}", changetypes, changesonly, 28 ldap_create_persistentsearch_control( LDAP *ld, int changetypes, int changesonly, int return_echg_ctls, char ctl_iscritical, LDAPControl **ctrlp ) argument
|
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | ldapsearch.c | 112 fprintf( stderr, gettext(" -C ps:changetype[:changesonly[:entrychgcontrols]]\n") ); 151 static int chgtype=0, changesonly=1, return_echg_ctls=1; variable 558 if ( (changesonly = ldaptool_boolean_str2value(ps_ptr, 0)) == -1) { 692 changesonly, return_echg_ctls,
|
Completed in 46 milliseconds