Home
last modified time | relevance | path

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

/dports/multimedia/vapoursynth/vapoursynth-R54/src/avfs/
H A Dss.cpp125 static const size_t maxStackScratchChars = 300; in ssvformatalloc() local
126 wchar_t stackScratch[maxStackScratchChars] = L""; in ssvformatalloc()
129 size_t maxScratchChars = maxStackScratchChars; in ssvformatalloc()