Searched refs:lreferrals (Results 1 – 1 of 1) sorted by relevance
3310 char **lreferrals, **refp; in PHP_FUNCTION() local3327 referrals ? &lreferrals : NULL, in PHP_FUNCTION()3345 if (lreferrals != NULL) { in PHP_FUNCTION()3346 refp = lreferrals; in PHP_FUNCTION()3351 ldap_memvfree((void**)lreferrals); in PHP_FUNCTION()3521 char **lreferrals, **refp; in PHP_FUNCTION() local3532 …if (ldap_parse_reference(ld->link, resultentry->data, &lreferrals, NULL /* &serverctrls */, 0) != … in PHP_FUNCTION()3541 if (lreferrals != NULL) { in PHP_FUNCTION()3542 refp = lreferrals; in PHP_FUNCTION()3547 ldap_memvfree((void**)lreferrals); in PHP_FUNCTION()
Completed in 13 milliseconds