Home
last modified time | relevance | path

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

/PHP-7.4/ext/ldap/
H A Dldap.c638 ctrlp = ctrls; in _php_ldap_controls_to_array()
642 ctrlp++; in _php_ldap_controls_to_array()
657 ctrlp = ctrls; in _php_ldap_controls_from_array()
666 ++ctrlp; in _php_ldap_controls_from_array()
672 *ctrlp = NULL; in _php_ldap_controls_from_array()
676 ctrlp = ctrls; in _php_ldap_controls_from_array()
677 while (*ctrlp) { in _php_ldap_controls_from_array()
679 ctrlp++; in _php_ldap_controls_from_array()
693 ctrlp = *ctrls; in _php_ldap_controls_free()
694 while (*ctrlp) { in _php_ldap_controls_free()
[all …]

Completed in 34 milliseconds