Home
last modified time | relevance | path

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

/PHP-8.2/ext/ldap/
H A Dldap.c742 ctrlp = ctrls; in _php_ldap_controls_to_array()
746 ctrlp++; in _php_ldap_controls_to_array()
761 ctrlp = ctrls; in _php_ldap_controls_from_array()
770 ++ctrlp; in _php_ldap_controls_from_array()
776 *ctrlp = NULL; in _php_ldap_controls_from_array()
780 ctrlp = ctrls; in _php_ldap_controls_from_array()
781 while (*ctrlp) { in _php_ldap_controls_from_array()
783 ctrlp++; in _php_ldap_controls_from_array()
797 ctrlp = *ctrls; in _php_ldap_controls_free()
798 while (*ctrlp) { in _php_ldap_controls_free()
[all …]

Completed in 14 milliseconds