Home
last modified time | relevance | path

Searched refs:lretoid (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/ldap/
H A Dldap.c3323 char *lretoid; in PHP_FUNCTION() local
3338 myargcount > 3 ? &lretoid: NULL, in PHP_FUNCTION()
3349 if (lretoid == NULL) { in PHP_FUNCTION()
3352 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in PHP_FUNCTION()
3353 ldap_memfree(lretoid); in PHP_FUNCTION()
3831 char *lretoid = NULL; in PHP_FUNCTION() local
3868 retoid ? &lretoid : NULL, in PHP_FUNCTION()
3877 if (lretoid) { in PHP_FUNCTION()
3878 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in PHP_FUNCTION()
3879 ldap_memfree(lretoid); in PHP_FUNCTION()

Completed in 14 milliseconds