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

/vbox/src/VBox/Runtime/common/misc/
H A Dhttp.cpp63 bool fAbort; member in struct:RTHTTPINTERNAL
170 return pHttpInt->fAbort ? 1 : 0;
178 pHttpInt->fAbort = true;
452 pHttpInt->fAbort = false;
540 pHttpInt->fAbort = false;
/vbox/src/VBox/Additions/linux/lightdm-greeter/
H A Dvbox-greeter.cpp713 bool fAbort = false; local
730 fAbort = true; /* Timestamps differs, abort. */
744 fAbort = true; /* Abort on error. */
749 if (fAbort)

Completed in 48 milliseconds