Home
last modified time | relevance | path

Searched defs:SUCCESS (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/ext/hash/sha3/generic32lc/
H A DKeccakHash.h26 typedef enum { SUCCESS = 0, FAIL = 1, BAD_HASHLEN = 2 } HashReturn; enumerator
/PHP-7.2/ext/hash/sha3/generic64lc/
H A DKeccakHash.h26 typedef enum { SUCCESS = 0, FAIL = 1, BAD_HASHLEN = 2 } HashReturn; enumerator
/PHP-7.2/win32/
H A Dsendmail.h10 #define SUCCESS 0 macro
/PHP-7.2/ext/hash/
H A Dhash_sha3.c233 #define SUCCESS SHA3_SUCCESS /* Avoid conflict between KeccacHash.h and zend_types.h */ macro
/PHP-7.2/Zend/
H A Dzend_types.h50 SUCCESS = 0, enumerator

Completed in 14 milliseconds