HomeSort by: relevance | last modified time | path
    Searched refs:groupCount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
isemail.d 415 immutable groupCount = matchesIp.length;
420 if (groupCount != maxGroups)
434 if (groupCount > maxGroups)
437 else if (groupCount == maxGroups)
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c 7516 mDNSu32 groupCount = 0;
7531 groupCount++; // Count one cache entity for the CacheGroup object
7556 CacheUsed = groupCount + mcastRecordCount + ucastRecordCount;
7562 m->rrcache_size, CacheUsed, groupCount, mcastRecordCount, ucastRecordCount, CacheActive);

Completed in 54 milliseconds