Home
last modified time | relevance | path

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

/PHP-8.3/ext/ldap/
H A Dldap.c3400 char *lretoid; in PHP_FUNCTION() local
3415 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() local
3943 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 19 milliseconds