ARB
|
#include <attributes.h>
Go to the source code of this file.
Functions | |
long | aisc_read_hash (aisc_hash_node **table, const char *key) |
const char * | aisc_link (dllpublic_ext *father, dllheader_ext *object) |
const char * | aisc_unlink (dllheader_ext *object) |
long | aisc_find_lib (dllpublic_ext *parent, char *ident) |
void | trf_create (long old, long new_item) |
void | trf_link (long old, long *dest) |
void | trf_begin (void) |
void | trf_commit (int errors) |
long aisc_read_hash | ( | aisc_hash_node ** | table, |
const char * | key | ||
) |
Definition at line 117 of file struct_man.c.
References aisc_hash(), aisc_hash_node::data, and aisc_hash_node::next.
Referenced by aisc_find_lib(), and aisc_link().
const char* aisc_link | ( | dllpublic_ext * | father, |
dllheader_ext * | object | ||
) |
Definition at line 131 of file struct_man.c.
References aisc_init_hash(), aisc_insert_hash(), aisc_read_hash(), CORE, father, HASH_SIZE, long, and NULp.
const char* aisc_unlink | ( | dllheader_ext * | object | ) |
Definition at line 185 of file struct_man.c.
References aisc_free_hash(), aisc_free_key(), CORE, father, if, and NULp.
Referenced by an_remove_short(), check_for_case_error(), pt_sort_match_list(), set_empty_addids(), and sort_tprobes_by().
Definition at line 229 of file struct_man.c.
References aisc_read_hash().
Definition at line 255 of file struct_man.c.
References trf_dest_struct::dest, trf_struct::dests, GBK_terminate(), trf_struct::new_item, trf_dest_struct::next, trf_struct::next, trf_struct::old, and trf_hash().
Definition at line 284 of file struct_man.c.
References trf_dest_struct::dest, trf_struct::dests, trf_dest_struct::next, trf_struct::next, NULp, trf_struct::old, and trf_hash().
void trf_begin | ( | void | ) |
Definition at line 307 of file struct_man.c.
References TRF_HASH_SIZE.
void trf_commit | ( | int | errors | ) |
Definition at line 314 of file struct_man.c.
References trf_struct::dests, GBK_terminate(), trf_dest_struct::next, trf_struct::next, NULp, and TRF_HASH_SIZE.