Searched refs:available_size (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/lib/3rdparty/freetype/src/pcf/ |
H A D | README | 61 sets available_size->width and available_size->height to 12.
|
/reactos/modules/rostests/winetests/winhttp/ |
H A D | winhttp.c | 1052 DWORD size, status, policy, bitness, read_size, err, available_size, protocols, flags; in test_secure_connection() local 1182 available_size = 0; in test_secure_connection() 1183 ret = WinHttpQueryDataAvailable(req, &available_size); in test_secure_connection() 1185 ok(available_size > 2014, "available_size = %u\n", available_size); in test_secure_connection() 1209 …ok(read_size >= available_size, "read_size = %u, available_size = %u\n", read_size, available_size… in test_secure_connection()
|