libsqsh v1.5.1
Loading...
Searching...
No Matches
SqshTrailingContext Struct Reference

The trailing context is used to access the trailing data of the archive. More...

#include <sqsh_archive_private.h>

Public Member Functions

size_t sqsh_trailing_size (const struct SqshTrailingContext *context)
 Retrieves the size of the trailing data in a context.
 
const uint8_t * sqsh_trailing_data (const struct SqshTrailingContext *context)
 Retrieves the trailing data in a context.
 

Detailed Description

The trailing context is used to access the trailing data of the archive.

Definition at line 56 of file sqsh_archive_private.h.

Member Function Documentation

◆ sqsh_trailing_data()

const uint8_t * sqsh_trailing_data ( const struct SqshTrailingContext * context)

Retrieves the trailing data in a context.

Parameters
[in]contextThe context to retrieve the data from.
Returns
The trailing data in the context.

◆ sqsh_trailing_size()

size_t sqsh_trailing_size ( const struct SqshTrailingContext * context)

Retrieves the size of the trailing data in a context.

Parameters
[in]contextThe context to retrieve the size from.
Returns
The size of the trailing data in the context.

The documentation for this struct was generated from the following files: