Lines Matching defs:jump
372 /* Make sure both jump bytes fit in the packet */
776 * Return bytes needed to write before jump for best result of compressing supplied domain
778 * If a match is found, offset is updated to where to jump to
781 * for compression, the pointer is updated to where in the domain to jump to.
783 * @return Number of bytes to write of the new domain before writing a jump to the offset.
811 /* We are checking at or beyond a jump in the original, stop looking */
843 u16_t jump;
876 /* Write jump */
877 jump = lwip_htons(DOMAIN_JUMP | jump_offset);
878 res = pbuf_take_at(outpkt->pbuf, &jump, DOMAIN_JUMP_SIZE, outpkt->write_offset);