remake  4.3+dbg-1.5
Functions
file_basic.h File Reference
#include "filedef.h"

Go to the source code of this file.

Functions

unsigned long file_hash_1 (const void *key)
 
unsigned long file_hash_2 (const void *key)
 
int file_hash_cmp (const void *x, const void *y)
 
void init_hash_files (void)
 
file_tlookup_file (const char *name)
 
file_tenter_file (const char *name)
 

Function Documentation

◆ enter_file()

file_t* enter_file ( const char *  name)

◆ file_hash_1()

unsigned long file_hash_1 ( const void *  key)

◆ file_hash_2()

unsigned long file_hash_2 ( const void *  key)

◆ file_hash_cmp()

int file_hash_cmp ( const void *  x,
const void *  y 
)

◆ init_hash_files()

void init_hash_files ( void  )

◆ lookup_file()

file_t* lookup_file ( const char *  name)