Searched refs:Err (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/autoconf/tea/win/ |
| H A D | nmakehlp.c | 60 pipeinfo Err = {INVALID_HANDLE_VALUE, ""}; variable 238 CreatePipe(&Err.pipe, &h, &sa, 0); in CheckForCompilerFeature() 299 pipeThreads[1] = CreateThread(NULL, 0, ReadFromPipe, &Err, 0, &threadID); in CheckForCompilerFeature() 322 || strstr(Err.buffer, "D4002") != NULL in CheckForCompilerFeature() 324 || strstr(Err.buffer, "D9002") != NULL in CheckForCompilerFeature() 326 || strstr(Err.buffer, "D2021") != NULL); in CheckForCompilerFeature() 374 CreatePipe(&Err.pipe, &h, &sa, 0); in CheckForLinkerFeature() 433 pipeThreads[1] = CreateThread(NULL, 0, ReadFromPipe, &Err, 0, &threadID); in CheckForLinkerFeature() 455 strstr(Err.buffer, "LNK1117") != NULL || in CheckForLinkerFeature() 457 strstr(Err.buffer, "LNK4044") != NULL || in CheckForLinkerFeature() [all …]
|
| /sqlite-3.40.0/test/ |
| H A D | e_fkey.test | 704 CREATE TABLE child4(l, m REFERENCES parent(e)); -- Err 705 CREATE TABLE child5(n, o REFERENCES parent(f)); -- Err 706 CREATE TABLE child6(p, q, FOREIGN KEY(p,q) REFERENCES parent(b, c)); -- Err 707 CREATE TABLE child7(r REFERENCES parent(c)); -- Err 830 CREATE TABLE child9(x REFERENCES parent2); -- Err 831 CREATE TABLE child10(x,y,z, FOREIGN KEY(x,y,z) REFERENCES parent2); -- Err
|