Home
last modified time | relevance | path

Searched refs:dwLen (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_win.c1999 DWORD dwLen = 0; in winGetLastErrorMsg() local
2005 dwLen = osFormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM | in winGetLastErrorMsg()
2015 dwLen = osFormatMessageW(FORMAT_MESSAGE_ALLOCATE_BUFFER | in winGetLastErrorMsg()
2025 if( dwLen > 0 ){ in winGetLastErrorMsg()
2039 dwLen = osFormatMessageA(FORMAT_MESSAGE_ALLOCATE_BUFFER | in winGetLastErrorMsg()
2048 if( dwLen > 0 ){ in winGetLastErrorMsg()
2058 if( 0 == dwLen ){ in winGetLastErrorMsg()