Searched refs:ERROR_SIZE (Results 1 – 2 of 2) sorted by relevance
120 #define ERROR_SIZE 32 /* 32 bits for the error mask */ macro122 #define ERROR_MASK (((1ULL << ERROR_SIZE) - 1) << ERROR_SHIFT)123 #define HAS_MORE_SHIFT (ERROR_SHIFT + ERROR_SIZE)
38 #define ERROR_SIZE 1024 macro252 char *buffer = apr_pcalloc(pool, ERROR_SIZE); in apr_crypto_get_driver()255 apr_dso_error(dso, buffer, ERROR_SIZE - 1); in apr_crypto_get_driver()