libsqsh v1.5.1
Loading...
Searching...
No Matches
sqsh_xattr_private.h File Reference
Include dependency graph for sqsh_xattr_private.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  SqshXattrIterator
 An iterator over extended attributes. More...
 

Functions

SQSH_NO_EXPORT SQSH_NO_UNUSED int sqsh__xattr_iterator_init (struct SqshXattrIterator *iterator, const struct SqshFile *file)
 
SQSH_NO_EXPORT int sqsh__xattr_iterator_cleanup (struct SqshXattrIterator *iterator)
 
SQSH_NO_EXPORT SQSH_NO_UNUSED int sqsh__xattr_table_init (struct SqshXattrTable *context, struct SqshArchive *sqsh)
 
SQSH_NO_EXPORT int sqsh__xattr_table_cleanup (struct SqshXattrTable *context)
 

Detailed Description

Author
Enno Boland (mail@.nosp@m.ebol.nosp@m.and.d.nosp@m.e)

Definition in file sqsh_xattr_private.h.

Function Documentation

◆ sqsh__xattr_iterator_cleanup()

SQSH_NO_EXPORT int sqsh__xattr_iterator_cleanup ( struct SqshXattrIterator * iterator)

◆ sqsh__xattr_iterator_init()

SQSH_NO_EXPORT SQSH_NO_UNUSED int sqsh__xattr_iterator_init ( struct SqshXattrIterator * iterator,
const struct SqshFile * file )

◆ sqsh__xattr_table_cleanup()

SQSH_NO_EXPORT int sqsh__xattr_table_cleanup ( struct SqshXattrTable * context)

◆ sqsh__xattr_table_init()

SQSH_NO_EXPORT SQSH_NO_UNUSED int sqsh__xattr_table_init ( struct SqshXattrTable * context,
struct SqshArchive * sqsh )