Home
last modified time | relevance | path

Searched refs:hashNode (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dpcb.h47 struct HlistNode hashNode; member
73 return (struct SpungePcb *)((char *)(node) - (uintptr_t)(&(((struct SpungePcb *)0)->hashNode))); in SpungePcbHashNodeEntry()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_sync_task_context.cpp199 void MultiVerSyncTaskContext::GetValueSliceHashNode(int index, ValueSliceHash &hashNode) const in GetValueSliceHashNode()
201 hashNode = valueSliceHashNodes_[index]; in GetValueSliceHashNode()
H A Dmulti_ver_sync_task_context.h77 void GetValueSliceHashNode(int index, ValueSliceHash &hashNode) const;
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dsysio_udp.c385 HlistAddTail(&udpSock->pcbHash[addrHashKey & (UDP_HASH_TABLE_SIZE - 1)].list, &pcb->hashNode); in SysioConnectUdp()
404 if (node == &pcb->hashNode) { in SysioRemovePcbUdp()
441 HlistAddTail(&udpSock->pcbHash[addrHashKey & (UDP_HASH_TABLE_SIZE - 1)].list, &pcb->hashNode); in SysioHandlePacketUdp()

Completed in 2 milliseconds