Home
last modified time | relevance | path

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

/php-src/ext/ldap/
H A Dldap.c2134 char *dn, *ufn; in PHP_FUNCTION() local
2141 ufn = ldap_dn2ufn(dn); in PHP_FUNCTION()
2143 if (ufn != NULL) { in PHP_FUNCTION()
2144 RETVAL_STRING(ufn); in PHP_FUNCTION()
2146 ldap_memfree(ufn); in PHP_FUNCTION()

Completed in 13 milliseconds