Searched refs:Out (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/autoconf/tea/win/ |
| H A D | nmakehlp.c | 59 pipeinfo Out = {INVALID_HANDLE_VALUE, ""}; variable 225 CreatePipe(&Out.pipe, &h, &sa, 0); in CheckForCompilerFeature() 298 pipeThreads[0] = CreateThread(NULL, 0, ReadFromPipe, &Out, 0, &threadID); in CheckForCompilerFeature() 321 return !(strstr(Out.buffer, "D4002") != NULL in CheckForCompilerFeature() 323 || strstr(Out.buffer, "D9002") != NULL in CheckForCompilerFeature() 325 || strstr(Out.buffer, "D2021") != NULL in CheckForCompilerFeature() 361 CreatePipe(&Out.pipe, &h, &sa, 0); in CheckForLinkerFeature() 432 pipeThreads[0] = CreateThread(NULL, 0, ReadFromPipe, &Out, 0, &threadID); in CheckForLinkerFeature() 454 return !(strstr(Out.buffer, "LNK1117") != NULL || in CheckForLinkerFeature() 456 strstr(Out.buffer, "LNK4044") != NULL || in CheckForLinkerFeature() [all …]
|
| /sqlite-3.40.0/tool/ |
| H A D | Replace.cs | 174 TextWriter outputTextWriter = Console.Out; in Main()
|
| /sqlite-3.40.0/test/ |
| H A D | malloc3.test | 639 # Out of memory error, as expected.
|