mbedTLS
BASE64_SIZE_T_MAX
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
BASE64_SIZE_T_MAX
BASE64_SIZE_T_MAX macro
Syntax
Show:
Summary
Declaration
from
base64.c:72
#define
BASE64_SIZE_T_MAX
(
(
size_t
)
-
1
)
Examples
References
from
examples
Code
Location
#define
BASE64_SIZE_T_MAX
(
(
size_t
)
-
1
)
/* SIZE_T_MAX is not standard */
base64.c:72
if
(
n
>
(
BASE64_SIZE_T_MAX
-
1
)
/
4
)
base64.c:92
*
olen
=
BASE64_SIZE_T_MAX
;
base64.c:94
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out