Home
last modified time | relevance | path

Searched defs:reading (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/demos/digest/
DBIO_f_md.c92 BIO *reading = BIO_push( bio_digest, input ); in main() local
/third_party/node/test/parallel/
Dtest-stream2-push.js60 let reading = false; variable
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
Dltp_tbio.c123 int reading = 0, writing = 0; in tbio_io() local
290 int reading = 0, writing = 0; in test_bio_split() local
/third_party/node/lib/internal/streams/
Dpipeline.js50 function destroyer(stream, reading, writing) { argument
Dreadable.js120 reading: makeBitMapDescriptor(kReading), property
/third_party/python/Modules/_io/
D_iomodule.c203 int creating = 0, reading = 0, writing = 0, appending = 0, updating = 0; in _io_open_impl() local
/third_party/mesa3d/src/mesa/main/
Dframebuffer.c692 GLboolean reading) in renderbuffer_exists()
/third_party/node/deps/uv/src/win/
Dtcp.c1414 int reading; in uv__tcp_try_cancel_reqs() local
/third_party/libuv/src/win/
Dtcp.c1382 int reading; in uv__tcp_try_cancel_reqs() local
/third_party/python/Lib/idlelib/
Dpyshell.py1026 reading = False variable in PyShell