Home
last modified time | relevance | path

Searched refs:aeGetFileEvents (Results 1 – 22 of 22) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/plasma/thirdparty/ae/
H A Dae.h109 int aeGetFileEvents(aeEventLoop *eventLoop, int fd);
H A Dae.c173 int aeGetFileEvents(aeEventLoop *eventLoop, int fd) { in aeGetFileEvents() function
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/plasma/thirdparty/ae/
H A Dae.h109 int aeGetFileEvents(aeEventLoop *eventLoop, int fd);
H A Dae.c173 int aeGetFileEvents(aeEventLoop *eventLoop, int fd) { in aeGetFileEvents() function
/dports/net-mgmt/statsite/statsite-0.8.0/deps/ae/
H A Dae.h109 int aeGetFileEvents(aeEventLoop *eventLoop, int fd);
H A Dae.c173 int aeGetFileEvents(aeEventLoop *eventLoop, int fd) { in aeGetFileEvents() function
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/plasma/thirdparty/ae/
H A Dae.h109 int aeGetFileEvents(aeEventLoop *eventLoop, int fd);
H A Dae.c173 int aeGetFileEvents(aeEventLoop *eventLoop, int fd) { in aeGetFileEvents() function
/dports/benchmarks/wrk/wrk-4.1.0/src/
H A Dae.h111 int aeGetFileEvents(aeEventLoop *eventLoop, int fd);
H A Dae.c186 int aeGetFileEvents(aeEventLoop *eventLoop, int fd) { in aeGetFileEvents() function
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dae.h120 int aeGetFileEvents(aeEventLoop *eventLoop, int fd);
H A Dtls.c518 int mask = aeGetFileEvents(server.el, conn->c.fd); in registerSSLEvent()
538 int mask = aeGetFileEvents(server.el, conn->c.fd); in updateSSLEvent()
H A Dae.c200 int aeGetFileEvents(aeEventLoop *eventLoop, int fd) { in aeGetFileEvents() function
H A Daof.c196 aeGetFileEvents(server.el,server.aof_pipe_write_data_to_child) == 0) in aofRewriteBufferAppend()
/dports/databases/redis6/redis-6.0.16/src/
H A Dae.h122 int aeGetFileEvents(aeEventLoop *eventLoop, int fd);
H A Dtls.c424 int mask = aeGetFileEvents(server.el, conn->c.fd); in registerSSLEvent()
444 int mask = aeGetFileEvents(server.el, conn->c.fd); in updateSSLEvent()
H A Dae.c195 int aeGetFileEvents(aeEventLoop *eventLoop, int fd) { in aeGetFileEvents() function
H A Daof.c166 aeGetFileEvents(server.el,server.aof_pipe_write_data_to_child) == 0) in aofRewriteBufferAppend()
/dports/databases/redis5/redis-5.0.14/src/
H A Dae.h118 int aeGetFileEvents(aeEventLoop *eventLoop, int fd);
H A Dae.c178 int aeGetFileEvents(aeEventLoop *eventLoop, int fd) { in aeGetFileEvents() function
H A Dnetworking.c1674 emask = client->fd == -1 ? 0 : aeGetFileEvents(server.el,client->fd); in catClientInfoString()
2152 int events = aeGetFileEvents(server.el,slave->fd); in flushSlavesOutputBuffers()
H A Daof.c165 if (aeGetFileEvents(server.el,server.aof_pipe_write_data_to_child) == 0) { in aofRewriteBufferAppend()