Searched refs:st0 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/demo/jvmti/hprof/
H A Dhprof_md.c195 SYSTEMTIME st0; local
203 memset(&st0, 0, sizeof(st0));
204 st0.wYear = 1970;
205 st0.wMonth = 1;
206 st0.wDay = 1;
207 SystemTimeToFileTime(&st0, &ft0);
211 GetSystemTime(&st0);
212 SystemTimeToFileTime(&st0, &ft0);
/openjdk7/jdk/src/windows/transport/socket/
H A Dsocket_md.c434 SYSTEMTIME st0; local
439 memset(&st0, 0, sizeof(st0));
440 st0.wYear = 1970;
441 st0.wMonth = 1;
442 st0.wDay = 1;
443 SystemTimeToFileTime(&st0, &ft0);
447 GetSystemTime(&st0);
448 SystemTimeToFileTime(&st0, &ft0);

Completed in 31 milliseconds