Searched refs:cOpts (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecServiceInternal.h74 size_t cOpts; member in struct:TXSTRANSPORT
82 * @remarks This is only required if TXSTRANSPORT::cOpts is greater than 0.
100 * @remarks This is only required if TXSTRANSPORT::cOpts is greater than 0.
H A DTestExecService.cpp3222 if (g_apTransports[i]->cOpts)
3271 cOptions += g_apTransports[i]->cOpts;
3281 memcpy(&paOptions[cOptions], g_apTransports[i]->paOpts, g_apTransports[i]->cOpts * sizeof(RTGETOPTDEF));
3282 cOptions += g_apTransports[i]->cOpts;
3368 if (g_apTransports[i]->cOpts)

Completed in 69 milliseconds