Home
last modified time | relevance | path

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

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/oflog/libsrc/
H A Dglobinit.cc98 static DCState default_context_state; variable
108 default_context_state = DC_DESTROYED; in ~destroy_default_context()
118 assert (default_context_state == DC_UNINITIALIZED); in alloc_dc()
124 if (default_context_state == DC_INITIALIZED) in alloc_dc()
129 if (default_context_state == DC_DESTROYED) in alloc_dc()
135 default_context_state = DC_INITIALIZED; in alloc_dc()
/dports/devel/log4cplus/log4cplus-1.1.2/src/
H A Dglobal-init.cxx82 static DCState default_context_state; variable
92 default_context_state = DC_DESTROYED; in ~destroy_default_context()
102 assert (default_context_state == DC_UNINITIALIZED); in alloc_dc()
108 if (default_context_state == DC_INITIALIZED) in alloc_dc()
113 if (default_context_state == DC_DESTROYED) in alloc_dc()
119 default_context_state = DC_INITIALIZED; in alloc_dc()