Home
last modified time | relevance | path

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

/PHP-7.4/ext/ldap/
H A Dldap.c3463 char *lretoid; in PHP_FUNCTION() local
3480 myargcount > 3 ? &lretoid: NULL, in PHP_FUNCTION()
3491 if (lretoid == NULL) { in PHP_FUNCTION()
3494 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in PHP_FUNCTION()
3495 ldap_memfree(lretoid); in PHP_FUNCTION()
4164 char *lretoid = NULL; in PHP_FUNCTION() local
4201 retoid ? &lretoid : NULL, in PHP_FUNCTION()
4210 if (lretoid) { in PHP_FUNCTION()
4211 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in PHP_FUNCTION()
4212 ldap_memfree(lretoid); in PHP_FUNCTION()

Completed in 35 milliseconds