Lines Matching refs:UINT32_MAX
239 uint32_t major = UINT32_MAX; in Handle_qHostInfo()
240 uint32_t minor = UINT32_MAX; in Handle_qHostInfo()
241 uint32_t update = UINT32_MAX; in Handle_qHostInfo()
244 if (major != UINT32_MAX) in Handle_qHostInfo()
247 if (minor != UINT32_MAX) in Handle_qHostInfo()
250 if (update != UINT32_MAX) in Handle_qHostInfo()
382 …tch_info.GetProcessInfo().SetUserID (Args::StringToUInt32(value.c_str(), UINT32_MAX, 0, &success)); in Handle_qfProcessInfo()
386 …ch_info.GetProcessInfo().SetGroupID (Args::StringToUInt32(value.c_str(), UINT32_MAX, 0, &success)); in Handle_qfProcessInfo()
390 …GetProcessInfo().SetEffectiveUserID (Args::StringToUInt32(value.c_str(), UINT32_MAX, 0, &success)); in Handle_qfProcessInfo()
394 …etProcessInfo().SetEffectiveGroupID (Args::StringToUInt32(value.c_str(), UINT32_MAX, 0, &success)); in Handle_qfProcessInfo()
441 uint32_t uid = packet.GetU32 (UINT32_MAX); in Handle_qUserName()
442 if (uid != UINT32_MAX) in Handle_qUserName()
461 uint32_t gid = packet.GetU32 (UINT32_MAX); in Handle_qGroupName()
462 if (gid != UINT32_MAX) in Handle_qGroupName()
582 const uint32_t arg_len = packet.GetU32(UINT32_MAX); in Handle_A()
583 if (arg_len == UINT32_MAX) in Handle_A()
594 const uint32_t arg_idx = packet.GetU32(UINT32_MAX); in Handle_A()
595 if (arg_idx == UINT32_MAX) in Handle_A()