Home
last modified time | relevance | path

Searched refs:ERR_RET (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/archival/libarchive/
Ddecompress_gunzip.c224 #define ERR_RET ((huft_t*)(uintptr_t)1) macro
234 p = (huft_t*)((uintptr_t)p & ~(uintptr_t)ERR_RET); in huft_free()
363 return ERR_RET; /* bad input: more codes than bits */ in huft_build()
367 return ERR_RET; in huft_build()
394 result = ERR_RET; in huft_build()