Searched refs:ufn (Results 1 – 1 of 1) sorted by relevance
1517 char *dn, *ufn; in PHP_FUNCTION() local1524 ufn = ldap_dn2ufn(dn); in PHP_FUNCTION()1526 if (ufn != NULL) { in PHP_FUNCTION()1527 RETVAL_STRING(ufn); in PHP_FUNCTION()1529 ldap_memfree(ufn); in PHP_FUNCTION()
Completed in 17 milliseconds