Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dldap.c78 ldap_debug_fd = -1, variable
1454 if (ldap_debug_file != NULL && ldap_debug_fd == -1) in ldap_start()
1456 if ((ldap_debug_fd = open (ldap_debug_file, O_CREAT | O_TRUNC | O_WRONLY, in ldap_start()
2097 if (ldap_debug_fd != -1) in ldap_close_debug_fd()
2099 close (ldap_debug_fd); in ldap_close_debug_fd()
2100 ldap_debug_fd = -1; in ldap_close_debug_fd()
2108 if (ldap_debug_fd != -1) in ldap_write_debug()
2110 if (write (ldap_debug_fd, buff, size) < 0) in ldap_write_debug()