Home
last modified time | relevance | path

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

/sqlite-3.40.0/autoconf/tea/win/
H A Dnmakehlp.c55 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 Dlock6.test51 # via a two way pipe. The parent writes a script to the stdin of the child
H A Dshell1.test494 If FILE begins with '|' then open it as a pipe.
510 If FILE begins with '|' then open it as a pipe.
H A Dshell5.test265 # Import from a pipe. (Unix only, as it requires "awk")
H A Dfts1porter.test15200 pipe pipe
15203 pipes pipe
15204 piping pipe
/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dtcl.m43094 # 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 Dshell.c.in437 ** 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 Dfts5porter.test7608 pipe pipe piper piper
7609 pipers piper pipes pipe
7610 piping pipe pippin pippin
/sqlite-3.40.0/
H A Daclocal.m43429 # Check to see that the pipe works correctly.