Searched refs:FILLP_OK (Results 1 – 16 of 16) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | epoll_app.c | 159 return FILLP_OK; in EpModify() 211 return FILLP_OK; in EpUnlink() 269 return FILLP_OK; in EpRemove() 407 if (ret != FILLP_OK) { in EpollMallocEventpoll() 415 if (ret != FILLP_OK) { in EpollMallocEventpoll() 425 if (ret != FILLP_OK) { in EpollMallocEventpoll() 489 return FILLP_OK; in EpInsert()
|
H A D | api.c | 389 return FILLP_OK; in FtInnerStartTrace() 429 return FILLP_OK; in FtInnerStopTrace() 481 if (ret != FILLP_OK) { in FtStartStopTrace() 489 return FILLP_OK; in FtStartStopTrace() 515 return FILLP_OK; in FtStartStopTrace() 587 return FILLP_OK; in FtRegTraceCallbackFn()
|
H A D | socket_opt.c | 231 return FILLP_OK; in SockSetFcAlg()
|
H A D | socket_app.c | 1524 return FILLP_OK; in SockIoctlsocket()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | spunge_message.c | 181 return FILLP_OK; in SpungeListenMsgCheckState() 190 if (SpungeListenMsgCheckState(value, inst, &sock, &osSock) != FILLP_OK) { in SpungeHandleMsgListen() 293 return FILLP_OK; in SpungeConnMsgGetSock() 318 if (SpungeConnMsgGetSock(value, &sock, &osSock) != FILLP_OK) { in SpungeHandleMsgConnect() 413 return FILLP_OK; in SpungeBindMsgCheckState() 436 if (SpungeBindMsgCheckState(sock, &osSock, &conn, &pcb) != FILLP_OK) { in SpungeHandleMsgBind() 881 if (ret != FILLP_OK) { in SpungeMsgCreatePoolCb() 893 if (ret != FILLP_OK) { in SpungeMsgDestroyPoolCb()
|
H A D | socket_common.c | 200 if (ret != FILLP_OK) { in SpungeInitSocket() 255 return FILLP_OK; in SpungeAllocFtSock() 268 if (SpungeAllocFtSock(g_spunge->sockTable) != FILLP_OK) { in SockAllocSocket()
|
H A D | dympool.c | 156 if (err != FILLP_OK) { in DympExpandMemory()
|
H A D | callbacks.c | 659 (ret) = FILLP_OK; \ 674 (ret) = FILLP_OK; \
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | fillp_buf_item.c | 32 return FILLP_OK; in FillpCreateDympCreateCb()
|
H A D | net.c | 199 return FILLP_OK; in FillpErrToErrno()
|
H A D | spunge_core.c | 300 if (ret != FILLP_OK) { in SpungeInstSendInit() 733 if (ret != FILLP_OK) { in FtModuleInit()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_pcb.c | 274 if (ret != FILLP_OK) { in FillpInitSendpcb() 325 if (ret != FILLP_OK) { in FillpInitRecvpcb() 707 if (FillpFcInit(pcb) != FILLP_OK) { in FillpInitPcb()
|
H A D | fillp_frame.c | 214 return FILLP_OK; in FillpFrameParseOption()
|
H A D | fillp_conn.c | 348 return FILLP_OK; in FillpConnReqAckClientBuild() 382 if (FillpConnReqAckClientBuild(buf, &len, p, reqAck) != FILLP_OK) { in FillpDecodeConnReqAckClientPara()
|
H A D | fillp_input.c | 367 return FILLP_OK; in FillpGetSeqFromPktSeqHash()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillptypes.h | 264 #define FILLP_OK ERR_OK macro
|