Home
last modified time | relevance | path

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

/trunk/main/sal/osl/w32/
H A Dsignal.cxx149 CHAR *lpVariable; in ReportCrash() local
168 lpVariable = reinterpret_cast< CHAR* >( _alloca( variable_len + 1 ) ); in ReportCrash()
169 memcpy( lpVariable, variable, variable_len ); in ReportCrash()
170 lpVariable[variable_len] = 0; in ReportCrash()
176 SetEnvironmentVariable( lpVariable, lpValue ); in ReportCrash()

Completed in 11 milliseconds