Searched refs:res_idx (Results 1 – 2 of 2) sorted by relevance
1267 u16_t res_idx; in dns_recv() local1340 res_idx = dns_compare_name(entry->name, p, SIZEOF_DNS_HDR); in dns_recv()1341 if (res_idx == 0xFFFF) { in dns_recv()1347 if (pbuf_copy_partial(p, &qry, SIZEOF_DNS_QUERY, res_idx) != SIZEOF_DNS_QUERY) { in dns_recv()1357 if (res_idx + SIZEOF_DNS_QUERY > 0xFFFF) { in dns_recv()1360 res_idx = (u16_t)(res_idx + SIZEOF_DNS_QUERY); in dns_recv()1380 while ((nanswers > 0) && (res_idx < p->tot_len)) { in dns_recv()1382 res_idx = dns_skip_name(p, res_idx); in dns_recv()1383 if (res_idx == 0xFFFF) { in dns_recv()1388 if (pbuf_copy_partial(p, &ans, SIZEOF_DNS_ANSWER, res_idx) != SIZEOF_DNS_ANSWER) { in dns_recv()[all …]
1088 const guint64 res_idx = (i - 1) / block_width; in block_score_for_row_32detect() local1102 block_scores[res_idx]++; in block_score_for_row_32detect()1106 block_scores[res_idx]++; in block_score_for_row_32detect()1110 block_scores[res_idx]++; in block_score_for_row_32detect()1176 const guint64 res_idx = (i - 1) / block_width; in block_score_for_row_iscombed() local1191 block_scores[res_idx]++; in block_score_for_row_iscombed()1195 block_scores[res_idx]++; in block_score_for_row_iscombed()1199 block_scores[res_idx]++; in block_score_for_row_iscombed()1285 const guint64 res_idx = (i - 1) / block_width; in block_score_for_row_5_tap() local1300 block_scores[res_idx]++; in block_score_for_row_5_tap()[all …]