satsolver  0.17.2
Functions
repopack.h File Reference

Go to the source code of this file.

Functions

static unsigned char * data_read_id (unsigned char *dp, Id *idp)
 
static unsigned char * data_read_ideof (unsigned char *dp, Id *idp, int *eof)
 
static unsigned char * data_read_u32 (unsigned char *dp, unsigned int *nump)
 
static unsigned char * data_fetch (unsigned char *dp, KeyValue *kv, Repokey *key)
 
static unsigned char * data_skip (unsigned char *dp, int type)
 
static unsigned char * data_skip_verify (unsigned char *dp, int type, int maxid, int maxdir)
 

Function Documentation

static unsigned char* data_read_id ( unsigned char *  dp,
Id idp 
)
inlinestatic
static unsigned char* data_read_ideof ( unsigned char *  dp,
Id idp,
int *  eof 
)
inlinestatic
static unsigned char* data_read_u32 ( unsigned char *  dp,
unsigned int *  nump 
)
inlinestatic

Definition at line 55 of file repopack.h.

Referenced by data_fetch(), and repo_add_solv_flags().

static unsigned char* data_fetch ( unsigned char *  dp,
KeyValue kv,
Repokey key 
)
inlinestatic
static unsigned char* data_skip ( unsigned char *  dp,
int  type 
)
inlinestatic
static unsigned char* data_skip_verify ( unsigned char *  dp,
int  type,
int  maxid,
int  maxdir 
)
inlinestatic

Definition at line 193 of file repopack.h.

References data_read_id(), data_read_ideof(), SIZEOF_MD5, SIZEOF_SHA1, and SIZEOF_SHA256.