Searched refs:ERR_STATIC (Results 1 – 3 of 3) sorted by relevance
32 # define ERR_STATIC static __attribute__((unused)) macro34 # define ERR_STATIC static inline36 # define ERR_STATIC static __inline38 # define ERR_STATIC static /* this version may generate warnings for unused static functions; dis…56 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()58 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; ret… in ERR_getErrorCode()71 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName()
560 # define ERR_STATIC static inline macro562 # define ERR_STATIC static __inline564 # define ERR_STATIC static __attribute__((unused))566 # define ERR_STATIC static /* this version may generate warnings for unused static functions; dis…591 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()593 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName()
558 # define ERR_STATIC static inline macro560 # define ERR_STATIC static __inline562 # define ERR_STATIC static __attribute__((unused))564 # define ERR_STATIC static /* this version may generate warnings for unused static functions; dis…589 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()591 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName()