Home
last modified time | relevance | path

Searched refs:changetypes (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dpsearch.c26 ldap_create_persistentsearch_control( LDAP *ld, int changetypes, in ldap_create_persistentsearch_control() argument
37 if ( ctrlp == NULL || ( changetypes & ~LDAP_CHANGETYPE_ANY ) != 0 ) { in ldap_create_persistentsearch_control()
60 if ( ber_printf( ber, "{ibb}", changetypes, changesonly, in ldap_create_persistentsearch_control()
/illumos-gate/usr/src/head/
H A Dldap.h725 int changetypes, int changesonly, int return_echg_ctls,