Searched defs:IS_INT (Results 1 – 2 of 2) sorted by relevance
69 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT64) macro71 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT32) macro
713 IS_QUAD, IS_LONG, IS_SHORT, IS_INT in apr_vformatter() enumerator