Lines Matching refs:get_byte
446 get_byte(struct package *pkg, off_t *op) in get_byte() function
679 if (get_byte(pkg, &ofs) != 0x1f || get_byte(pkg, &ofs) != 0x8b) in new_package()
682 if (get_byte(pkg, &ofs) != Z_DEFLATED) in new_package()
685 flags = get_byte(pkg, &ofs); in new_package()
691 if (get_byte(pkg, &ofs) == -1) in new_package()
697 i = (get_byte(pkg, &ofs) & 0xff) | in new_package()
698 ((get_byte(pkg, &ofs) << 8) & 0xff); in new_package()
700 if (get_byte(pkg, &ofs) == -1) in new_package()
708 i = get_byte(pkg, &ofs); in new_package()
717 i = get_byte(pkg, &ofs); in new_package()
728 if (get_byte(pkg, &ofs) == -1) in new_package()
730 if (get_byte(pkg, &ofs) == -1) in new_package()