Searched refs:lretoid (Results 1 – 1 of 1) sorted by relevance
3400 char *lretoid; in PHP_FUNCTION() local3415 myargcount > 3 ? &lretoid: NULL, in PHP_FUNCTION()3426 if (lretoid == NULL) { in PHP_FUNCTION()3429 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in PHP_FUNCTION()3430 ldap_memfree(lretoid); in PHP_FUNCTION()3906 char *lretoid = NULL; in php_ldap_exop() local3943 retoid ? &lretoid : NULL, in php_ldap_exop()3952 if (lretoid) { in php_ldap_exop()3953 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in php_ldap_exop()3954 ldap_memfree(lretoid); in php_ldap_exop()
Completed in 21 milliseconds