Searched defs:rebind (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCppSharedAllocator.h105 struct rebind struct in class:nsCppSharedAllocator
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dudp.c431 u8_t rebind; local
437 rebind = 0;
438 /* Check for double bind and rebind of the same pcb */
443 LWIP_ASSERT("rebind == 0", rebind == 0);
444 /* pcb already in list, just rebind */
445 rebind = 1;
494 if (rebind == 0) {

Completed in 35 milliseconds