Home
last modified time | relevance | path

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

/PHP-5.5/ext/ldap/
H A Dldap.c1271 char *dn, *ufn; in PHP_FUNCTION() local
1278 ufn = ldap_dn2ufn(dn); in PHP_FUNCTION()
1280 if (ufn != NULL) { in PHP_FUNCTION()
1281 RETVAL_STRING(ufn, 1); in PHP_FUNCTION()
1283 ldap_memfree(ufn); in PHP_FUNCTION()

Completed in 11 milliseconds