Searched refs:ntail (Results 1 – 3 of 3) sorted by relevance
79 size_t ntail; member187 ntail = (nelem % Block_size); in backbone()193 (ntail == 0) ? last : (first + ((nblock - 1) * Block_size)); in backbone()
69 size_t ntail; member108 ntail = (nelem % BLOCK_SIZE); in merge_block()173 return (pos == (nblock - 1) and ntail != 0); in is_tail()317 if (ntail != 0 and indexB.back() == (nblock - 1)) // exist tail in merge_range_pos()322 move_range_pos_backward(itxA, indexA.end(), ntail); in merge_range_pos()
255 size_t ntail = strlen(sts->host); in Curl_hsts() local256 if(ntail < hlen) { in Curl_hsts()257 size_t offs = hlen - ntail; in Curl_hsts()259 Curl_strncasecompare(&hostname[offs], sts->host, ntail)) in Curl_hsts()