Searched refs:lretoid (Results 1 – 1 of 1) sorted by relevance
3510 char *lretoid; in PHP_FUNCTION() local3525 myargcount > 3 ? &lretoid: NULL, in PHP_FUNCTION()3536 if (lretoid == NULL) { in PHP_FUNCTION()3539 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in PHP_FUNCTION()3540 ldap_memfree(lretoid); in PHP_FUNCTION()4018 char *lretoid = NULL; in PHP_FUNCTION() local4055 retoid ? &lretoid : NULL, in PHP_FUNCTION()4064 if (lretoid) { in PHP_FUNCTION()4065 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in PHP_FUNCTION()4066 ldap_memfree(lretoid); in PHP_FUNCTION()
Completed in 21 milliseconds