Searched refs:CurBuffSize (Results 1 – 2 of 2) sorted by relevance
133 size_t CurBuffSize = 0; in GetSysctlImp() local134 if (sysctlbyname(Name.c_str(), nullptr, &CurBuffSize, nullptr, 0) == -1) in GetSysctlImp()137 ValueUnion buff(CurBuffSize); in GetSysctlImp()