Searched refs:lretoid (Results 1 – 1 of 1) sorted by relevance
3326 char *lretoid; in PHP_FUNCTION() local3341 myargcount > 3 ? &lretoid: NULL, in PHP_FUNCTION()3352 if (lretoid == NULL) { in PHP_FUNCTION()3355 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in PHP_FUNCTION()3356 ldap_memfree(lretoid); in PHP_FUNCTION()3834 char *lretoid = NULL; in PHP_FUNCTION() local3871 retoid ? &lretoid : NULL, in PHP_FUNCTION()3880 if (lretoid) { in PHP_FUNCTION()3881 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in PHP_FUNCTION()3882 ldap_memfree(lretoid); in PHP_FUNCTION()
Completed in 19 milliseconds