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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsObserverList.cpp104 PRBool removed = PR_FALSE; local
119 removed = mObserverList->RemoveElement(observerRef);
120 if (!removed)
125 if (!removed && observerRef)
126 removed = mObserverList->RemoveElement(observerRef);
129 removed = mObserverList->RemoveElement(*anObserver);
131 return removed ? NS_OK : NS_ERROR_FAILURE;
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Ddns.c373 * @param hostname hostname for which entries shall be removed from the local
375 * @param addr address for which entries shall be removed from the local host-list
376 * @return the number of removed entries
381 int removed = 0; local
396 removed++;
402 return removed;

Completed in 1199 milliseconds