Searched refs:firstlen (Results 1 – 6 of 6) sorted by relevance
1173 size_t firstlen; in canonicalize_rdata() local1193 firstlen = dname_valid(datstart, len-2); in canonicalize_rdata()1194 if(firstlen && firstlen < len-2) in canonicalize_rdata()1195 canon_dname_tolower(datstart + firstlen, datend); in canonicalize_rdata()1222 firstlen = dname_valid(datstart, len-2-2); in canonicalize_rdata()1223 if(firstlen && firstlen < len-2-2) in canonicalize_rdata()1224 canon_dname_tolower(datstart + firstlen, datend); in canonicalize_rdata()
65 size_t firstlen; member297 ef->firstlen = (size_t)bytes_read; in __elfN()298 if (bytes_read < 0 || ef->firstlen <= sizeof(Elf_Ehdr)) { in __elfN()624 if ((ehdr->e_phoff + ehdr->e_phnum * sizeof(*phdr)) > ef->firstlen) {662 if (ef->firstlen > phdr[i].p_offset) {663 fpcopy = ef->firstlen - phdr[i].p_offset;
885 int firstlen; in ip_fragment() local951 firstlen = off - hlen; in ip_fragment()1032 m_adj(m0, hlen + firstlen - ip_len); in ip_fragment()1033 m0->m_pkthdr.len = hlen + firstlen; in ip_fragment()
827 int mhlen, firstlen = len; in ipf_fastroute() local878 m_adj(m0, hlen + firstlen - ip->ip_len); in ipf_fastroute()879 ip->ip_len = htons((u_short)(hlen + firstlen)); in ipf_fastroute()
471 size_t firstlen, size_t nextlen);
143 size_t firstlen, size_t nextlen) in tls_setup_write_buffer() argument152 if (firstlen == 0 || (numwpipes > 1 && nextlen == 0)) { in tls_setup_write_buffer()184 size_t len = (currpipe == 0) ? firstlen : nextlen; in tls_setup_write_buffer()