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