Searched refs:rebind (Results 1 - 3 of 3) 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) {
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dudp.c1125 u8_t rebind;
1131 rebind = 0;
1132 /* Check for double bind and rebind of the same pcb */
1137 LWIP_ASSERT("rebind == 0", rebind == 0);
1138 /* pcb already in list, just rebind */
1139 rebind = 1;
1179 if (rebind == 0) {

Completed in 45 milliseconds