Home
last modified time | relevance | path

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

/AOO41X/main/sal/osl/w32/
H A Dsignal.cxx166 CHAR *lpVariable; in ReportCrash() local
185 lpVariable = reinterpret_cast< CHAR* >( _alloca( variable_len + 1 ) ); in ReportCrash()
186 memcpy( lpVariable, variable, variable_len ); in ReportCrash()
187 lpVariable[variable_len] = 0; in ReportCrash()
193 SetEnvironmentVariable( lpVariable, lpValue ); in ReportCrash()