Lines Matching refs:referrals
3306 …zval *link, *result, *errcode, *matcheddn = NULL, *errmsg = NULL, *referrals = NULL, *serverctrls … in PHP_FUNCTION() local
3314 … ldap_link_ce, &result, ldap_result_ce, &errcode, &matcheddn, &errmsg, &referrals, &serverctrls) !… in PHP_FUNCTION()
3327 referrals ? &lreferrals : NULL, in PHP_FUNCTION()
3340 if (referrals) { in PHP_FUNCTION()
3341 referrals = zend_try_array_init(referrals); in PHP_FUNCTION()
3342 if (!referrals) { in PHP_FUNCTION()
3348 add_next_index_string(referrals, *refp); in PHP_FUNCTION()
3518 zval *link, *result_entry, *referrals; in PHP_FUNCTION() local
3523 …_ARGS(), "OOz", &link, ldap_link_ce, &result_entry, ldap_result_entry_ce, &referrals) != SUCCESS) { in PHP_FUNCTION()
3536 referrals = zend_try_array_init(referrals); in PHP_FUNCTION()
3537 if (!referrals) { in PHP_FUNCTION()
3544 add_next_index_string(referrals, *refp); in PHP_FUNCTION()