libalpm
Arch Linux Package Manager Library
Data Fields
archive_read_buffer Struct Reference

Used as a buffer/state holder for _alpm_archive_fgets(). More...

#include <util.h>

Data Fields

char * line
char * line_offset
size_t line_size
size_t max_line_size
char * block
char * block_offset
size_t block_size
int ret

Detailed Description

Used as a buffer/state holder for _alpm_archive_fgets().

Definition at line 95 of file lib/libalpm/util.h.


Field Documentation

Definition at line 101 of file lib/libalpm/util.h.

Referenced by _alpm_archive_fgets().

Definition at line 102 of file lib/libalpm/util.h.

Referenced by _alpm_archive_fgets().

Definition at line 103 of file lib/libalpm/util.h.

Referenced by _alpm_archive_fgets().

Definition at line 96 of file lib/libalpm/util.h.

Referenced by _alpm_archive_fgets().

Definition at line 97 of file lib/libalpm/util.h.

Referenced by _alpm_archive_fgets().

Definition at line 98 of file lib/libalpm/util.h.

Referenced by _alpm_archive_fgets().

Definition at line 99 of file lib/libalpm/util.h.

Referenced by _alpm_archive_fgets().

Definition at line 105 of file lib/libalpm/util.h.

Referenced by _alpm_archive_fgets(), and _alpm_pkg_load_internal().


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