Home
last modified time | relevance | path

Searched refs:anetNonBlock (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dchildinfo.c41 } else if (anetNonBlock(NULL,server.child_info_pipe[0]) != ANET_OK) { in openChildInfoPipe()
H A Danet.h67 int anetNonBlock(char *err, int fd);
H A Danet.c93 int anetNonBlock(char *err, int fd) { in anetNonBlock() function
300 if (flags & ANET_CONNECT_NONBLOCK && anetNonBlock(err,s) != ANET_OK) in anetTcpGenericConnect()
392 if (anetNonBlock(err,s) != ANET_OK) { in anetUnixGenericConnect()
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()
H A Dserver.c1934 anetNonBlock(NULL,fds[*count]); in listenToPort()
1946 anetNonBlock(NULL,fds[*count]); in listenToPort()
1977 anetNonBlock(NULL,fds[*count]); in listenToPort()
2074 anetNonBlock(NULL,server.sofd); in initServer()
H A Dmodule.c5072 anetNonBlock(NULL,server.module_blocked_pipe[0]); in moduleInitModulesSystem()
5073 anetNonBlock(NULL,server.module_blocked_pipe[1]); in moduleInitModulesSystem()
H A Dnetworking.c94 anetNonBlock(NULL,fd); in createClient()
H A Dscripting.c1730 anetNonBlock(NULL,ldb.fd); in ldbEndSession()
H A Drdb.c2204 anetNonBlock(NULL,slave->fd); in backgroundSaveDoneHandlerSocket()
H A Dcluster.c636 anetNonBlock(NULL,cfd); in clusterAcceptHandler()
H A Dredis-cli.c6059 if (anetNonBlock(aneterr,fd) == ANET_ERR) { in pipeMode()