Searched refs:resultentry_next (Results 1 – 1 of 1) sorted by relevance
1848 ldap_result_entry *resultentry, *resultentry_next; in PHP_FUNCTION() local1864 resultentry_next = Z_LDAP_RESULT_ENTRY_P(return_value); in PHP_FUNCTION()1865 ZVAL_COPY(&resultentry_next->res, &resultentry->res); in PHP_FUNCTION()1866 resultentry_next->data = entry_next; in PHP_FUNCTION()1867 resultentry_next->ber = NULL; in PHP_FUNCTION()3490 ldap_result_entry *resultentry, *resultentry_next; in PHP_FUNCTION() local3506 resultentry_next = Z_LDAP_RESULT_ENTRY_P(return_value); in PHP_FUNCTION()3507 ZVAL_COPY(&resultentry_next->res, &resultentry->res); in PHP_FUNCTION()3508 resultentry_next->data = entry_next; in PHP_FUNCTION()3509 resultentry_next->ber = NULL; in PHP_FUNCTION()
Completed in 13 milliseconds