Lines Matching refs:get_byte
449 get_byte(struct package *pkg, off_t *op) in get_byte() function
682 if (get_byte(pkg, &ofs) != 0x1f || get_byte(pkg, &ofs) != 0x8b) in new_package()
685 if (get_byte(pkg, &ofs) != Z_DEFLATED) in new_package()
688 flags = get_byte(pkg, &ofs); in new_package()
694 if (get_byte(pkg, &ofs) == -1) in new_package()
700 i = (get_byte(pkg, &ofs) & 0xff) | in new_package()
701 ((get_byte(pkg, &ofs) << 8) & 0xff); in new_package()
703 if (get_byte(pkg, &ofs) == -1) in new_package()
711 i = get_byte(pkg, &ofs); in new_package()
720 i = get_byte(pkg, &ofs); in new_package()
731 if (get_byte(pkg, &ofs) == -1) in new_package()
733 if (get_byte(pkg, &ofs) == -1) in new_package()