Lines Matching refs:count
366 rep.count = 0;
369 rep.count = CurrentPids->count;
370 length = rep.count << 2;
371 rep.length = rep.count;
372 write_back = malloc((size_t) rep.count * sizeof(int32_t));
378 for (i = 0; i < CurrentPids->count; ++i)
384 rep.count=1;
385 length=rep.count << 2;
386 rep.length = rep.count;
398 (void) WriteToClient(client, (int) sizeof(int32_t) * rep.count,
507 if ( (CurrentPids == NULL) || (CurrentPids->count == 0) ||
555 if ( (cpp == NULL) || (cpp->pids == NULL) || (cpp->count == 0) ) {
563 for (i = 0; i < cpp->count ; i++) {
666 cpp->count = length;
700 int count = a->count;
703 if (a->count != b->count) {
707 for (aN = 0; aN < count; aN++) {
709 for (bN = 0; bN < count ; bN++) {