Searched refs:ANET_OK (Results 1 – 4 of 4) sorted by relevance
68 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 …]
41 } else if (anetNonBlock(NULL,server.child_info_pipe[0]) != ANET_OK) { in openChildInfoPipe()
36 #define ANET_OK 0 macro
1428 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()