Searched refs:XXH_ERROR (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_xxhash.h35 typedef enum { XXH_OK=0, XXH_ERROR } XXH_errorcode; enumerator in enum:__anon1070
H A Dxxhash.c376 if (input==NULL) return XXH_ERROR;
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.h59 typedef enum { XXH_OK=0, XXH_ERROR } XXH_errorcode; enumerator in enum:__anon154
H A Dxxhash.c586 if (input==NULL) return XXH_ERROR;
706 if (input==NULL) return XXH_ERROR;
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dxxhash.h188 # define XXH_ERROR XXH_IPREF(XXH_ERROR) macro
332 typedef enum { XXH_OK=0, XXH_ERROR } XXH_errorcode; enumerator in enum:__anon38
500 * @return @ref XXH_OK on success, @ref XXH_ERROR on failure.
520 * @return @ref XXH_OK on success, @ref XXH_ERROR on failure.
4812 if (statePtr == NULL) return XXH_ERROR;
4821 if (statePtr == NULL) return XXH_ERROR;
4823 if (secret == NULL) return XXH_ERROR;
4824 if (secretSize < XXH3_SECRET_SIZE_MIN) return XXH_ERROR;
4832 if (statePtr == NULL) return XXH_ERROR;
[all...]

Completed in 90 milliseconds