ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | entry_struct |
struct | list_struct |
Typedefs | |
typedef struct entry_struct | LIST_MEMBER |
typedef struct entry_struct * | PLIST_MEMBER |
typedef struct list_struct | LIST |
typedef struct list_struct * | PLIST |
Functions | |
PLIST_MEMBER | entry_lookup (PLIST list, char *name) |
PLIST_MEMBER | entry_delete (PLIST_MEMBER pentry) |
PLIST_MEMBER | entry_insert (PLIST list, PLIST_MEMBER pentry) |
PLIST_MEMBER | cache_entry_create (char *Line) |
PLIST_MEMBER | sources_entry_create (PLIST list, char *path, char *prefix) |
void | list_clear (PLIST list) |
typedef struct list_struct LIST |
typedef struct entry_struct LIST_MEMBER |
typedef struct list_struct * PLIST |
typedef struct entry_struct * PLIST_MEMBER |
PLIST_MEMBER cache_entry_create | ( | char * | Line | ) |
Definition at line 119 of file list.c.
Referenced by read_cache().
PLIST_MEMBER entry_delete | ( | PLIST_MEMBER | pentry | ) |
Definition at line 47 of file list.c.
Referenced by cache_entry_create(), list_clear(), and sources_entry_create().
PLIST_MEMBER entry_insert | ( | PLIST | list, |
PLIST_MEMBER | pentry | ||
) |
Definition at line 58 of file list.c.
Referenced by read_cache(), and sources_entry_create().
PLIST_MEMBER entry_lookup | ( | PLIST | list, |
char * | name | ||
) |
Definition at line 19 of file list.c.
Referenced by handle_address_cmd(), match_mod(), sources_entry_create(), and translate_file().
Definition at line 70 of file list.c.
Referenced by main().
PLIST_MEMBER sources_entry_create | ( | PLIST | list, |
char * | path, | ||
char * | prefix | ||
) |
Definition at line 173 of file list.c.
Referenced by print_offset().