Searched refs:pipe (Results 1 – 9 of 9) sorted by relevance
| /sqlite-3.40.0/autoconf/tea/win/ |
| H A D | nmakehlp.c | 55 HANDLE pipe; member 225 CreatePipe(&Out.pipe, &h, &sa, 0); in CheckForCompilerFeature() 238 CreatePipe(&Err.pipe, &h, &sa, 0); in CheckForCompilerFeature() 361 CreatePipe(&Out.pipe, &h, &sa, 0); in CheckForLinkerFeature() 374 CreatePipe(&Err.pipe, &h, &sa, 0); in CheckForLinkerFeature() 473 CloseHandle(pi->pipe); in ReadFromPipe() 476 ok = ReadFile(pi->pipe, lastBuf, CHUNK, &dwRead, 0L); in ReadFromPipe() 478 CloseHandle(pi->pipe); in ReadFromPipe()
|
| /sqlite-3.40.0/test/ |
| H A D | lock6.test | 51 # via a two way pipe. The parent writes a script to the stdin of the child
|
| H A D | shell1.test | 494 If FILE begins with '|' then open it as a pipe. 510 If FILE begins with '|' then open it as a pipe.
|
| H A D | shell5.test | 265 # Import from a pipe. (Unix only, as it requires "awk")
|
| H A D | fts1porter.test | 15200 pipe pipe 15203 pipes pipe 15204 piping pipe
|
| /sqlite-3.40.0/autoconf/tea/tclconfig/ |
| H A D | tcl.m4 | 3094 # If we're using GCC, see if the compiler understands -pipe. If so, use it. 3099 AC_CACHE_CHECK([if the compiler understands -pipe], 3101 hold_cflags=$CFLAGS; CFLAGS="$CFLAGS -pipe" 3105 CFLAGS="$CFLAGS -pipe"
|
| /sqlite-3.40.0/src/ |
| H A D | shell.c.in | 437 ** is true. Otherwise, assume stdin is connected to a file or pipe. 633 ** is necessary because _stat() and sibs, when checking a named pipe, 634 ** effectively break the pipe as its supplier sees it. */ 4468 " If FILE begins with '|' then open as a pipe", 4490 " If FILE begins with '|' then open it as a pipe.", 8497 sCtx.zFile = "<pipe>"; 9235 utf8_printf(stderr,"Error: cannot open pipe \"%s\"\n", zFile + 1);
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5porter.test | 7608 pipe pipe piper piper 7609 pipers piper pipes pipe 7610 piping pipe pippin pippin
|
| /sqlite-3.40.0/ |
| H A D | aclocal.m4 | 3429 # Check to see that the pipe works correctly.
|