Home
last modified time | relevance | path

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

/php-src/ext/ldap/
H A Dldap.c740 ctrlp = ctrls; in _php_ldap_controls_to_array()
744 ctrlp++; in _php_ldap_controls_to_array()
759 ctrlp = ctrls; in _php_ldap_controls_from_array()
768 ++ctrlp; in _php_ldap_controls_from_array()
774 *ctrlp = NULL; in _php_ldap_controls_from_array()
778 ctrlp = ctrls; in _php_ldap_controls_from_array()
779 while (*ctrlp) { in _php_ldap_controls_from_array()
781 ctrlp++; in _php_ldap_controls_from_array()
795 ctrlp = *ctrls; in _php_ldap_controls_free()
796 while (*ctrlp) { in _php_ldap_controls_free()
[all …]

Completed in 13 milliseconds