Searched refs:maxBufferLength (Results 1 – 1 of 1) sorted by relevance
1172 constexpr auto maxBufferLength = 32 * 1024; in isGroupMember() local1173 while (status == ERANGE && buflen < maxBufferLength) in isGroupMember()