Go to the documentation of this file.
22 #ifndef __RESOURCE_INTERNAL_H__
23 #define __RESOURCE_INTERNAL_H__
54 #define RES_FLAG_MALLOCED (1 << 0)
Internal structure describing a packed resource.
Definition: resource_internal.h:37
int refcnt
Definition: resource_internal.h:51
struct llist_head head
Definition: resource_internal.h:45
char extra[0]
Definition: resource_internal.h:56
int flags
Definition: resource_internal.h:52
unsigned int len
Original length (in bytes) of data.
Definition: resource_internal.h:40
Simple double-linked list.
const char * name
Name of the resource.
Definition: resource_internal.h:38
const void * data
Data (with added final \0)
Definition: resource_internal.h:39
const void * data
Definition: resource_internal.h:48
const char * name
Definition: resource_internal.h:47
unsigned int len
Definition: resource_internal.h:49
Definition: resource_internal.h:44