Home
last modified time | relevance | path

Searched refs:ep (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c31 static struct EpItem *EpFind(struct EventPoll *ep, FILLP_INT fd) in EpFind() argument
39 for (rbp = ep->rbr.rbNode; rbp && loopLimit; loopLimit--) { in EpFind()
58 static void EpRbtreeInsert(struct EventPoll *ep, struct EpItem *epi) in EpRbtreeInsert() argument
60 struct RbNode **p = &ep->rbr.rbNode; in EpRbtreeInsert()
82 FillpRbInsertColor(&epi->rbn, &ep->rbr); in EpRbtreeInsert()
101 struct EventPoll *ep, in EpollCtlTriggleEvent()
118 EpSocketReady(ep, epi); in EpollCtlTriggleEvent()
133 epi->ep = FILLP_NULL_PTR; in EpollMallocEpitem()
146 struct EventPoll *ep, in EpModify()
151 if (SYS_ARCH_SEM_WAIT(&ep in EpModify()
100 EpollCtlTriggleEvent( struct EventPoll *ep, struct FtSocket *sock, struct EpItem *epi) EpollCtlTriggleEvent() argument
145 EpModify( struct EventPoll *ep, struct FtSocket *sock, struct EpItem *epi, FILLP_CONST struct SpungeEpollEvent *event) EpModify() argument
184 EpUnlink(struct EventPoll *ep, struct EpItem *epi) EpUnlink() argument
219 EpRemove(struct EventPoll *ep, struct EpItem *epi) EpRemove() argument
272 EpGetEventsAndSignal( struct EventPoll *ep, struct SpungeEpollEvent *events, FILLP_INT maxEvents, FILLP_SLONG timeout) EpGetEventsAndSignal() argument
339 struct EventPoll *ep = sock->eventEpoll; EpPoll() local
398 struct EventPoll *ep = FILLP_NULL_PTR; EpollMallocEventpoll() local
440 EpInsert( struct EventPoll *ep, FILLP_CONST struct SpungeEpollEvent *event, FILLP_INT fd) EpInsert() argument
838 struct EventPoll *ep = FILLP_NULL_PTR; SpungeEpollCreate() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Depoll.c26 void EpDelRdlnode(struct EventPoll *ep, struct EpItem *epi) in EpDelRdlnode() argument
32 HlistDelete(&ep->rdList, &epi->rdlNode); in EpDelRdlnode()
H A Dsocket_common.c76 if (SYS_ARCH_SEM_WAIT(&sockEpItem->ep->appCoreSem)) { in EpollEventCallback()
81 EpSocketReady(sockEpItem->ep, sockEpItem); in EpollEventCallback()
82 (void)SYS_ARCH_SEM_POST(&sockEpItem->ep->appCoreSem); in EpollEventCallback()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Depoll.h61 struct EventPoll *ep; member
88 void EpDelRdlnode(struct EventPoll *ep, struct EpItem *epi);
/foundation/ai/intelligent_voice_framework/utils/
H A Dstring_util.cpp91 size_t ep = str.find_first_of(" \t\n\v\f\r,.:;!~@#$%^&*()`?/-+", sp); in TrimSpecialChars() local
92 if (ep != string::npos) { in TrimSpecialChars()
93 str.erase(ep, 1); in TrimSpecialChars()
94 sp = ep; in TrimSpecialChars()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_client.c165 coap_endpoint_t *ep = NULL; in CoapGetContextEx() local
190 ep = coap_new_endpoint(ctx, &addr, COAP_PROTO_UDP); in CoapGetContextEx()
191 if (ep != NULL) { in CoapGetContextEx()
199 if (needBind && BindToDevice(ep->sock.fd, sockIpPtr) != NSTACKX_EOK) { in CoapGetContextEx()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c194 struct EventPoll *ep = (sock->eventEpoll); in SpungEpollClose() local
199 if (ep == FILLP_NULL_PTR) { in SpungEpollClose()
208 (void)SYS_ARCH_SEM_POST(&ep->waitSem); in SpungEpollClose()
217 rtNoe = ep->rbr; in SpungEpollClose()
/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_decoder.cpp743 ExtensionBlock *ep = &gifPtr_->SavedImages[index].ExtensionBlocks[i]; in GetImageLoopCount() local
744 if (ep == nullptr) { in GetImageLoopCount()
747 if ((ep->Function == APPLICATION_EXT_FUNC_CODE) && (ep->ByteCount >= NETSCAPE_EXTENSION_LENGTH) && in GetImageLoopCount()
748 (memcmp(ep->Bytes, "NETSCAPE2.0", NETSCAPE_EXTENSION_LENGTH) == 0)) { in GetImageLoopCount()
749 ep++; in GetImageLoopCount()
750 if (ep->ByteCount >= DELAY_TIME_LENGTH) { in GetImageLoopCount()
751 unsigned char *params = ep->Bytes; in GetImageLoopCount()

Completed in 6 milliseconds