Searched refs:lreferrals (Results 1 – 1 of 1) sorted by relevance
3388 char **lreferrals, **refp; in PHP_FUNCTION() local3407 myargcount > 5 ? &lreferrals : NULL, in PHP_FUNCTION()3426 if (lreferrals != NULL) { in PHP_FUNCTION()3427 refp = lreferrals; in PHP_FUNCTION()3432 ldap_memvfree((void**)lreferrals); in PHP_FUNCTION()3587 char **lreferrals, **refp; in PHP_FUNCTION() local3601 …if (ldap_parse_reference(ld->link, resultentry->data, &lreferrals, NULL /* &serverctrls */, 0) != … in PHP_FUNCTION()3610 if (lreferrals != NULL) { in PHP_FUNCTION()3611 refp = lreferrals; in PHP_FUNCTION()3616 ldap_memvfree((void**)lreferrals); in PHP_FUNCTION()
Completed in 13 milliseconds