Home
last modified time | relevance | path

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

/PHP-7.0/ext/ldap/
H A Dldap.c1396 char *dn, *ufn; in PHP_FUNCTION() local
1403 ufn = ldap_dn2ufn(dn); in PHP_FUNCTION()
1405 if (ufn != NULL) { in PHP_FUNCTION()
1406 RETVAL_STRING(ufn); in PHP_FUNCTION()
1408 ldap_memfree(ufn); in PHP_FUNCTION()

Completed in 19 milliseconds