Home | History | Annotate | Download | only in lib

Lines Matching refs:buf_neededlength

1797     size_t buf_neededlength;
1810 buf_neededlength =
1813 if (buf_neededlength < 4000 / sizeof (TCHAR_T))
1815 buf = (TCHAR_T *) alloca (buf_neededlength * sizeof (TCHAR_T));
1821 size_t buf_memsize = xtimes (buf_neededlength, sizeof (TCHAR_T));