Home | History | Annotate | Download | only in src

Lines Matching refs:message_length

1369   DWORD message_length = ::FormatMessageA(kFlags,
1377 for (; message_length && isspace(error_text[message_length - 1]);
1378 --message_length) {
1379 error_text[message_length - 1] = '\0';