Home
last modified time | relevance | path

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

/PHP-5.3/ext/ldap/
H A Dldap.c1233 char *dn, *ufn; in PHP_FUNCTION() local
1240 ufn = ldap_dn2ufn(dn); in PHP_FUNCTION()
1242 if (ufn != NULL) { in PHP_FUNCTION()
1243 RETVAL_STRING(ufn, 1); in PHP_FUNCTION()
1245 ldap_memfree(ufn); in PHP_FUNCTION()

Completed in 9 milliseconds