Searched defs:ep (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | epoll.c | 26 void EpDelRdlnode(struct EventPoll *ep, struct EpItem *epi) in EpDelRdlnode() argument
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | epoll.h | 61 struct EventPoll *ep; member
|
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | string_util.cpp | 91 size_t ep = str.find_first_of(" \t\n\v\f\r,.:;!~@#$%^&*()`?/-+", sp); in TrimSpecialChars() local
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | epoll_app.c | 31 static struct EpItem *EpFind(struct EventPoll *ep, FILLP_INT fd) in EpFind() argument 58 static void EpRbtreeInsert(struct EventPoll *ep, struct EpItem *epi) in EpRbtreeInsert() argument 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/fillp_lib/src/ |
H A D | spunge_stack.c | 194 struct EventPoll *ep = (sock->eventEpoll); in SpungEpollClose() local
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/ |
H A D | coap_client.c | 165 coap_endpoint_t *ep = NULL; in CoapGetContextEx() local
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/ |
H A D | gif_decoder.cpp | 743 ExtensionBlock *ep = &gifPtr_->SavedImages[index].ExtensionBlocks[i]; in GetImageLoopCount() local
|
Completed in 5 milliseconds