Searched refs:lretoid (Results 1 – 1 of 1) sorted by relevance
3463 char *lretoid; in PHP_FUNCTION() local3480 myargcount > 3 ? &lretoid: NULL, in PHP_FUNCTION()3491 if (lretoid == NULL) { in PHP_FUNCTION()3494 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in PHP_FUNCTION()3495 ldap_memfree(lretoid); in PHP_FUNCTION()4164 char *lretoid = NULL; in PHP_FUNCTION() local4201 retoid ? &lretoid : NULL, in PHP_FUNCTION()4210 if (lretoid) { in PHP_FUNCTION()4211 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in PHP_FUNCTION()4212 ldap_memfree(lretoid); in PHP_FUNCTION()
Completed in 35 milliseconds