Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dpsearch.c79 char **prevdnp, int *chgnumpresentp, ber_int_t *chgnump ) in ldap_parse_entrychange_control() argument
154 if ( chgnumpresentp != NULL ) { in ldap_parse_entrychange_control()
155 *chgnumpresentp = 1; in ldap_parse_entrychange_control()
158 if ( chgnumpresentp != NULL ) { in ldap_parse_entrychange_control()
159 *chgnumpresentp = 0; in ldap_parse_entrychange_control()
/illumos-gate/usr/src/head/
H A Dldap.h729 int *chgnumpresentp, ber_int_t *chgnump);