Home
last modified time | relevance | path

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

/PHP-7.4/ext/ldap/
H A Dldap.c2177 char *dn, *ufn; in PHP_FUNCTION() local
2184 ufn = ldap_dn2ufn(dn); in PHP_FUNCTION()
2186 if (ufn != NULL) { in PHP_FUNCTION()
2187 RETVAL_STRING(ufn); in PHP_FUNCTION()
2189 ldap_memfree(ufn); in PHP_FUNCTION()

Completed in 22 milliseconds