Searched refs:nMbcs (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_quota.c | 381 int nMbcs; /* Bytes of MBCS */ in quota_utf8_to_mbcs() local 393 nMbcs = WideCharToMultiByte(codepage, 0, zTmpWide, nWide, 0, 0, 0, 0); in quota_utf8_to_mbcs() 394 zMbcs = nMbcs ? (char*)sqlite3_malloc( nMbcs+1 ) : 0; in quota_utf8_to_mbcs() 396 WideCharToMultiByte(codepage, 0, zTmpWide, nWide, zMbcs, nMbcs, 0, 0); in quota_utf8_to_mbcs()
|