Lines Matching refs:get_byte
421 get_byte(struct package *pkg, off_t *op) in get_byte() function
635 if (get_byte(pkg, &ofs) != 0x1f || get_byte(pkg, &ofs) != 0x8b) in new_package()
638 if (get_byte(pkg, &ofs) != Z_DEFLATED) in new_package()
641 flags = get_byte(pkg, &ofs); in new_package()
647 if (get_byte(pkg, &ofs) == -1) in new_package()
653 i = (get_byte(pkg, &ofs) & 0xff) | in new_package()
654 ((get_byte(pkg, &ofs) << 8) & 0xff); in new_package()
656 if (get_byte(pkg, &ofs) == -1) in new_package()
664 i = get_byte(pkg, &ofs); in new_package()
673 i = get_byte(pkg, &ofs); in new_package()
684 if (get_byte(pkg, &ofs) == -1) in new_package()
686 if (get_byte(pkg, &ofs) == -1) in new_package()