Searched refs:BASE64_SIZE_T_MAX (Results 1 – 1 of 1) sorted by relevance
55 #define BASE64_SIZE_T_MAX ((size_t) -1) /* SIZE_T_MAX is not standard */ macro74 if (n > (BASE64_SIZE_T_MAX - 1) / 4) { in base64_encode()75 *olen = BASE64_SIZE_T_MAX; in base64_encode()