Home
last modified time | relevance | path

Searched refs:FILLP_INVALID_INT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dspunge_app.c53 sock->associatedEpollInstanceArr[i] = FILLP_INVALID_INT; in SpungeInitSocket()
128 sock->associatedEpollInstanceArr[j] = FILLP_INVALID_INT; in SpungeDelEpInstFromFtSocket()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h137 #define FILLP_INVALID_INT 0x7FFFFFFF macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c76 if (sock->associatedEpollInstanceArr[0] != FILLP_INVALID_INT) { in SpungeEpollFreeResource()