Home
last modified time | relevance | path

Searched refs:rpipe (Results 1 - 8 of 8) sorted by relevance

/third_party/backends/backend/pixma/
H A Dpixma.c125 int wpipe, rpipe; member
1187 close (ss->rpipe); in reader_process()
1188 ss->rpipe = -1; in reader_process()
1252 if (ss->rpipe != -1 || ss->wpipe != -1) in start_reader_task()
1255 (1, "BUG:rpipe = %d, wpipe = %d\n", ss->rpipe, ss->wpipe)); in start_reader_task()
1256 close (ss->rpipe); in start_reader_task()
1258 ss->rpipe = -1; in start_reader_task()
1273 ss->rpipe = fds[0]; in start_reader_task()
1294 close (ss->rpipe); in start_reader_task()
[all...]
/third_party/backends/backend/
H A Dsnapscan.c1192 int written = write (pss->rpipe[1], buf, ndata); in reader()
1237 close( pss->rpipe[0] ); in reader_process()
1238 pss->rpipe[0] = -1; in reader_process()
1272 close( pss->rpipe[1] ); in reader_process()
1273 pss->rpipe[1] = -1; in reader_process()
1287 pss->rpipe[0] = pss->rpipe[1] = -1; in start_reader()
1290 if (pipe (pss->rpipe) != -1) in start_reader()
1292 pss->orig_rpipe_flags = fcntl (pss->rpipe[0], F_GETFL, 0); in start_reader()
1303 close (pss->rpipe[ in start_reader()
[all...]
H A Dsnapscan.h364 int rpipe[2]; /* reader pipe descriptors */ member
H A Dsnapscan-sources.c404 status = FDSource_init ((FDSource *) *pps, pss, pss->rpipe[0]); in create_base_source()
/third_party/python/Lib/test/
H A Dtest_interpreters.py37 script, rpipe = _captured_script(request)
38 with rpipe:
40 return rpipe.read()
49 with open({r}) as rpipe:
50 rpipe.read()
H A Dtest__xxsubinterpreters.py36 script, rpipe = _captured_script(request)
37 with rpipe:
39 return rpipe.read()
62 with open({r}, encoding="utf-8") as rpipe:
63 rpipe.read()
H A Dtest_builtin.py2164 with open(r, encoding="utf-8") as rpipe:
2167 line = rpipe.readline().strip()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_events.py1367 rpipe, wpipe = os.pipe()
1368 pipeobj = io.open(rpipe, 'rb', 1024)
1404 rpipe, wpipe = os.pipe()
1405 rpipeobj = io.open(rpipe, 'rb', 1024)
1469 rpipe, wpipe = os.pipe()
1483 chunk = os.read(rpipe, 1024)
1495 os.close(rpipe)

Completed in 19 milliseconds