Result of a low‐level base64 decode operation.
Synopsis
Declared in <folly/base64.h>
struct base64_decode_result;
Data Members
Name |
Description |
True if decoding succeeded. |
|
Pointer past the last byte written. |
Non-Member Functions
Name |
Description |
Decode a standard base64 string into an output buffer. |
|
Decode a standard base64 byte range into an output buffer. |
|
Decode a standard base64 byte range into an output buffer at runtime. |
|
Decode a standard base64 string into an output buffer at runtime. |
|
Decode a base64 byte range using PHP‐strict rules into an output buffer. |
|
Decode a base64 string using PHP‐strict rules into an output buffer. |
|
Decode a URL‐safe base64 string into an output buffer. |
|
Decode a URL‐safe base64 byte range into an output buffer. |
|
Decode a URL‐safe base64 byte range into an output buffer at runtime. |
|
Decode a URL‐safe base64 string into an output buffer at runtime. |
Created with MrDocs