Home | History | Annotate | Download | only in Windows

Lines Matching refs:Size

27   unsigned Size;

29 CDoubleZeroStringListA(LPSTR buf, unsigned size): Buf(buf), Size(size) {}
37 if (len >= Size)
41 Size -= len;
50 unsigned Size;
52 CDoubleZeroStringListW(LPWSTR buf, unsigned size): Buf(buf), Size(size) {}
60 if (len >= Size)
64 Size -= len;
88 So we use size of old version of structure. */