Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dcontrols.c418 LDAPControl ***nextctrlp ) in ldap_control_find() argument
426 if ( nextctrlp != NULL ) { in ldap_control_find()
427 *nextctrlp = ctrls + 1; in ldap_control_find()
434 if ( nextctrlp != NULL ) { in ldap_control_find()
435 *nextctrlp = NULL; in ldap_control_find()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h1081 LDAPControl ***nextctrlp ));