Searched refs:auth_debug (Results 1 – 4 of 4) sorted by relevance
85 Buffer auth_debug; variable710 buffer_put_cstring(&auth_debug, buf); in auth_debug_add()720 while (buffer_len(&auth_debug)) { in auth_debug_send()721 msg = buffer_get_string(&auth_debug, NULL); in auth_debug_send()731 buffer_clear(&auth_debug); in auth_debug_reset()733 buffer_init(&auth_debug); in auth_debug_reset()
112 extern Buffer auth_debug;
80 void auth_debug(int mode);
590 auth_debug(int mode) in auth_debug() function