Searched refs:STDIO_BUF_SIZE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/
H A Dwindll.c113 #define STDIO_BUF_SIZE 16384 macro
123 hMemory = GlobalAlloc(GMEM_MOVEABLE, STDIO_BUF_SIZE);
133 WinAssert(strlen(pszBuffer) < STDIO_BUF_SIZE);
149 hMemory = GlobalAlloc(GMEM_MOVEABLE, STDIO_BUF_SIZE);
159 WinAssert(strlen(pszBuffer) < STDIO_BUF_SIZE);

Completed in 104 milliseconds