MySQL 9.1.0
Source Code Documentation
|
#include <stdlib.h>
#include <string.h>
#include <windows.h>
#include <sspi.h>
#include <SecExt.h>
#include <stdarg.h>
#include <stdio.h>
#include "log_client.h"
Go to the source code of this file.
Functions | |
void | log_client_sspi_error (SECURITY_STATUS err, const char *msg) |
bool | succeeded (SECURITY_STATUS err) |
Variables | |
constexpr int | PRINCIPAL_NAME_MAX {256} |
void log_client_sspi_error | ( | SECURITY_STATUS | err, |
const char * | msg | ||
) |
bool succeeded | ( | SECURITY_STATUS | err | ) |
|
constexpr |