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