Home
last modified time | relevance | path

Searched refs:path_key_entry (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dpathnt.cpp44 typedef struct path_key_entry struct
49 } path_key_entry; argument
144 path_key_entry * const result = (path_key_entry *)hash_insert( in canonicWindowsPath()
229 static path_key_entry * path_key( OBJECT * const path, in path_key()
232 path_key_entry * result; in path_key()
236 path_key_cache = hashinit( sizeof( path_key_entry ), "path to key" ); in path_key()
238 result = (path_key_entry *)hash_insert( path_key_cache, path, &found ); in path_key()
243 path_key_entry * nresult; in path_key()
253 nresult = (path_key_entry *)hash_insert( path_key_cache, normalized, in path_key()
396 path_key_entry * const entry = (path_key_entry *)xentry; in free_path_key_entry()