Searched refs:gotVersion (Results 1 – 3 of 3) sorted by relevance
168 uint32_t *minor, bool *gotVersion = nullptr);
115 uint32_t *minor, bool *gotVersion) { in parseSubsystem() argument135 if (gotVersion) in parseSubsystem()136 *gotVersion = !ver.empty(); in parseSubsystem()
413 bool gotVersion = false; in parseDirectives() local416 &config->minorSubsystemVersion, &gotVersion); in parseDirectives()417 if (gotVersion) { in parseDirectives()