Home
last modified time | relevance | path

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

/php-src/ext/ldap/
H A Dldap.c763 ctrlp = ctrls; in _php_ldap_controls_to_array()
767 ctrlp++; in _php_ldap_controls_to_array()
781 ctrlp = ctrls; in php_ldap_controls_from_array()
790 ++ctrlp; in php_ldap_controls_from_array()
796 *ctrlp = NULL; in php_ldap_controls_from_array()
800 ctrlp = ctrls; in php_ldap_controls_from_array()
801 while (*ctrlp) { in php_ldap_controls_from_array()
803 ctrlp++; in php_ldap_controls_from_array()
817 ctrlp = *ctrls; in _php_ldap_controls_free()
818 while (*ctrlp) { in _php_ldap_controls_free()
[all …]

Completed in 20 milliseconds