Home | History | Annotate | Download | only in src

Lines Matching refs:message_length

1339   DWORD message_length = ::FormatMessageA(kFlags,
1347 for (; message_length && isspace(error_text[message_length - 1]);
1348 --message_length) {
1349 error_text[message_length - 1] = '\0';