Searched refs:scount (Results 1 – 3 of 3) sorted by relevance
300 int ecount, scount = 0; in icvLineAA() local424 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 + in icvLineAA()444 scount++; in icvLineAA()456 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 + in icvLineAA()476 scount++; in icvLineAA()499 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 + in icvLineAA()519 scount++; in icvLineAA()531 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 + in icvLineAA()551 scount++; in icvLineAA()
215 ssize_t scount; in write_tcp_data() local283 scount = swrite(server->tcp_socket, sendreq->data, sendreq->len); in write_tcp_data()284 if (scount < 0) in write_tcp_data()292 advance_tcp_send_queue(channel, i, scount); in write_tcp_data()
7131 int scount = CountLabels(m->rec.r.resrec.name); in mDNSCoreReceiveResponse() local7132 if (qcount - 1 > scount) in mDNSCoreReceiveResponse()7133 if (SameDomainName(SkipLeadingLabels(&q.qname, qcount - scount), m->rec.r.resrec.name)) in mDNSCoreReceiveResponse()7134 repeat = qcount - 1 - scount; in mDNSCoreReceiveResponse()