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.c3326 char *lretoid; in PHP_FUNCTION() local
3341 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() local
3871 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