Home
last modified time | relevance | path

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

/PHP-8.3/ext/ldap/
H A Dldap.c2158 char *dn, *ufn; in PHP_FUNCTION() local
2165 ufn = ldap_dn2ufn(dn); in PHP_FUNCTION()
2167 if (ufn != NULL) { in PHP_FUNCTION()
2168 RETVAL_STRING(ufn); in PHP_FUNCTION()
2170 ldap_memfree(ufn); in PHP_FUNCTION()

Completed in 12 milliseconds