Searched refs:UNIT_CONVERSION_1000 (Results 1 – 2 of 2) sorted by relevance
58 constexpr int UNIT_CONVERSION_1000 = 1000; // multiples of conversion between units variable262 …auto socketTimeoutMs = timeout.tv_sec * UNIT_CONVERSION_1000 + timeout.tv_usec / UNIT_CONVERSION_1… in ConfirmSocketTimeoutMs()442 …timeval timeout = {timeMs / UNIT_CONVERSION_1000, (timeMs % UNIT_CONVERSION_1000) * UNIT_CONVERSIO… in SetLocalSocketOptions()955 …optionsRef.SetSocketTimeout(timeout.tv_sec * UNIT_CONVERSION_1000 + timeout.tv_usec / UNIT_CONVERS… in GetLocalSocketOptions()
68 static constexpr const int UNIT_CONVERSION_1000 = 1000; variable536 …auto socketTimeoutMs = timeout.tv_sec * UNIT_CONVERSION_1000 + timeout.tv_usec / UNIT_CONVERSION_1… in ConfirmSocketTimeoutMs()888 …timeval timeout = {value / UNIT_CONVERSION_1000, (value % UNIT_CONVERSION_1000) * UNIT_CONVERSION_… in SetBaseOptions()