Home
last modified time | relevance | path

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

/PHP-8.1/ext/ldap/
H A Dldap.c3510 char *lretoid; in PHP_FUNCTION() local
3525 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() local
4055 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