Searched refs:ERROR_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
26 constexpr auto ERROR_BUF_SIZE = 255; variable27 static char g_dlError[ERROR_BUF_SIZE];44 if (ends >= ERROR_BUF_SIZE) { in ReadDlError()45 g_dlError[ERROR_BUF_SIZE - 1] = '\0'; in ReadDlError()
23 constexpr auto ERROR_BUF_SIZE = 255; variable24 static char g_dlError[ERROR_BUF_SIZE] {0};