Lines Matching refs:get_byte
420 get_byte(struct package *pkg, off_t *op) in get_byte() function
634 if (get_byte(pkg, &ofs) != 0x1f || get_byte(pkg, &ofs) != 0x8b) in new_package()
637 if (get_byte(pkg, &ofs) != Z_DEFLATED) in new_package()
640 flags = get_byte(pkg, &ofs); in new_package()
646 if (get_byte(pkg, &ofs) == -1) in new_package()
652 i = (get_byte(pkg, &ofs) & 0xff) | in new_package()
653 ((get_byte(pkg, &ofs) << 8) & 0xff); in new_package()
655 if (get_byte(pkg, &ofs) == -1) in new_package()
663 i = get_byte(pkg, &ofs); in new_package()
672 i = get_byte(pkg, &ofs); in new_package()
683 if (get_byte(pkg, &ofs) == -1) in new_package()
685 if (get_byte(pkg, &ofs) == -1) in new_package()