Home
last modified time | relevance | path

Searched refs:BASE64_SIZE_T_MAX (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/lib/utils/
Dbase64.c55 #define BASE64_SIZE_T_MAX ((size_t) -1) /* SIZE_T_MAX is not standard */ macro
74 if (n > (BASE64_SIZE_T_MAX - 1) / 4) { in base64_encode()
75 *olen = BASE64_SIZE_T_MAX; in base64_encode()