Home
last modified time | relevance | path

Searched refs:write (Results 1 – 15 of 15) sorted by relevance

/libevent-2.1.12/
H A Devent_rpcgen.py138 filep.write(
165 filep.write(
173 filep.write(
184 filep.write(
209 filep.write(
233 filep.write(
246 filep.write(
257 filep.write(
265 filep.write(
293 filep.write(
[all …]
H A Dsignal.c404 int r = write(evsig_base_fd, (char*)&msg, 1); in evsig_handler()
H A DChangeLog-2.0199 o Fixed compiler warnings for unchecked read/write calls. (c3b62fd Mark Ellzey)
200 o Make write-checking fixes use tt_fail_perror (2b76847)
234 o Fix bug in SSL bufferevents backed by a bev with a write high-watermarks (e050703 Joachim Bauch)
413 o Fix a 100%-CPU bug where an SSL connection would sometimes never stop trying to write (1213d3d)
506 o Add a basic example of how to write a static HTTP server. (4e794d5)
811 o Fix a write of uninitialized RAM in regression tests (68dc742)
962 o Suspend read/write on bufferevents during hostname lookup (db08f64)
1040 …o When we send a BEV_EVENT_CONNECTED to indicate connected status, we no longer invoke the write c…
1117 o Replace some read()/write() instances with send()/recv() to work properly on win32.
1206 o fix a bug in which bufferevent_write_buffer would not schedule a write event
[all …]
H A DChangeLog483 o http: fix detecting EOF without write (7ed02ac Azat Khuzhin)
507 o test/https_basic: increase timeout for complete write (fixes win32) (d5a2f2f Azat Khuzhin)
553 …o test/ssl: cover busy-loop (i.e. {read,write}-blocked-on-{write,read} stuff) (da0ea7a Azat Khuzhi…
579 o test/regress_http: cover write during read (3d15aeb Azat Khuzhin)
580 …o test/regress_http: verify that closecb will be called without multiple write (4be6c70 Azat Khuzh…
585 o test/regress_ssl: cover that events (read/write) at finish not pending (762edb4 Azat Khuzhin)
1353 o Check return value of write() in regress.c (c8009d2)
1628 o Fixed compiler warnings for unchecked read/write calls. (c3b62fd Mark Ellzey)
1629 o Make write-checking fixes use tt_fail_perror (2b76847)
1663 o Fix bug in SSL bufferevents backed by a bev with a write high-watermarks (e050703 Joachim Bauch)
[all …]
H A Dwhatsnew-2.0.txt40 write good, well-supported libevent code. The new headers are divided
216 different thread. (Previously, if you wanted to write multithreaded code
351 To avoid excessive calls to read and write, we use the readv/writev
H A Devent.c2515 r = write(base->th_notify_fd[1], buf, 1); in evthread_notify_base_default()
2529 r = write(base->th_notify_fd[0], (void*) &msg, sizeof(msg)); in evthread_notify_base_eventfd()
H A Dconfigure.ac574 while ((n = write(fd[1], buf, sizeof(buf))) == sizeof(buf))
H A DCMakeLists.txt1406 # First we write the script contents.
H A Dbuffer.c2556 n = write(fd, p, howmuch); in evbuffer_write_atmost()
/libevent-2.1.12/test/
H A Dcheck-dumpevents.py18 sys.stderr.write("Missing expected dividing line in dumpevents output")
23 sys.stderr.write("Sections out of order in dumpevents output")
48 sys.stderr.write("Inserted event lists were not as expected!")
52 sys.stderr.write("Active event lists were not as expected!")
H A Dregress.c169 len = write(fd, TEST1, strlen(TEST1) + 1); in simple_write_cb()
186 len = write(fd, wbuf + woff, len); in multiple_write_cb()
273 len = write(fd, buf, len); in combined_write_cb()
303 if (write(pair[0], TEST1, strlen(TEST1)+1) < 0) { in test_simpleread()
348 if (write(pair[0], TEST1, strlen(TEST1)+1) < 0) { in test_simpleread_multiple()
417 int r = write(pair2[1], buf, sizeof(buf)); in test_simpleclose_rw()
886 if (write(child_pair[0], "", 1) < 0) in simple_child_read_cb()
1836 if (write(fd, buf, 1) == 1) in write_a_byte_cb()
1925 if (write(*sockp, "A", 1) < 0) in send_a_byte_cb()
2001 int len = write(data->pair[0], TEST1, towrite); in test_event_base_new()
[all …]
H A Dregress_ssl.c64 #define write _write macro
619 size_t write; member
656 ++rw->write; in bio_rwcount_write()
794 tt_int_op(rw.write, <=, 100); in regress_bufferevent_openssl_connect()
H A Dregress_main.c145 if (write(fd, data, datalen) != (int)datalen) { in regress_make_tmpfile()
H A Dtinytest.c273 write_r = (int)write(outcome_pipe[1], b, 1); in testcase_run_forked_()
/libevent-2.1.12/cmake/
H A DCheckWorkingKqueue.cmake27 while ((n = write(fd[1], buf, sizeof(buf))) == sizeof(buf))