Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Dmodules.cpp23 static struct hash * module_hash = 0; variable
38 if ( !module_hash ) in bindmodule()
39 module_hash = hashinit( sizeof( module_t ), "modules" ); in bindmodule()
41 m = (module_t *)hash_insert( module_hash, name, &found ); in bindmodule()
260 hashenumerate( module_hash, stat_module, (void *)class_hash ); in modules_done()
264 hashenumerate( module_hash, delete_module_, (void *)0 ); in modules_done()
265 hashdone( module_hash ); in modules_done()
266 module_hash = 0; in modules_done()