Lines Matching refs:count
52 cctx->count = 0;
73 if (node->count < DNS_COMPRESS_INITIALNODES)
157 if (cctx->count == 0)
214 unsigned int count;
237 count = dns_name_countlabels(prefix);
239 count--;
240 if (count == 0)
255 while (count > 0) {
266 if (cctx->count < DNS_COMPRESS_INITIALNODES)
267 node = &cctx->initialnodes[cctx->count];
274 node->count = cctx->count++;
288 count--;
321 if (node->count >= DNS_COMPRESS_INITIALNODES)
323 cctx->count--;