Home
last modified time | relevance | path

Searched refs:ANET_OK (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Danet.c68 return ANET_OK; in anetSetBlock()
89 return ANET_OK; in anetSetBlock()
147 return ANET_OK; in anetKeepAlive()
157 return ANET_OK; in anetSetTcpNoDelay()
178 return ANET_OK; in anetSetSendBuffer()
188 return ANET_OK; in anetTcpKeepAlive()
202 return ANET_OK; in anetSendTimeout()
236 return ANET_OK; in anetGenericResolve()
255 return ANET_OK; in anetSetReuseAddr()
461 return ANET_OK; in anetListen()
[all …]
H A Dchildinfo.c41 } else if (anetNonBlock(NULL,server.child_info_pipe[0]) != ANET_OK) { in openChildInfoPipe()
H A Danet.h36 #define ANET_OK 0 macro
H A Daof.c1428 if (anetNonBlock(NULL,server.aof_pipe_read_ack_from_parent) != ANET_OK) in rewriteAppendOnlyFile()
1512 if (anetNonBlock(NULL,fds[0]) != ANET_OK) goto error; in aofCreatePipes()
1513 if (anetNonBlock(NULL,fds[1]) != ANET_OK) goto error; in aofCreatePipes()