Searched refs:resultentry_next (Results 1 – 1 of 1) sorted by relevance
1807 ldap_result_entry *resultentry, *resultentry_next; in PHP_FUNCTION() local1823 resultentry_next = Z_LDAP_RESULT_ENTRY_P(return_value); in PHP_FUNCTION()1824 ZVAL_COPY(&resultentry_next->res, &resultentry->res); in PHP_FUNCTION()1825 resultentry_next->data = entry_next; in PHP_FUNCTION()1826 resultentry_next->ber = NULL; in PHP_FUNCTION()3506 ldap_result_entry *resultentry, *resultentry_next; in PHP_FUNCTION() local3522 resultentry_next = Z_LDAP_RESULT_ENTRY_P(return_value); in PHP_FUNCTION()3523 ZVAL_COPY(&resultentry_next->res, &resultentry->res); in PHP_FUNCTION()3524 resultentry_next->data = entry_next; in PHP_FUNCTION()3525 resultentry_next->ber = NULL; in PHP_FUNCTION()
Completed in 19 milliseconds