Searched refs:gotVersion (Results 1 – 3 of 3) sorted by relevance
168 uint32_t *minor, bool *gotVersion = nullptr);
121 uint32_t *minor, bool *gotVersion) { in parseSubsystem() argument141 if (gotVersion) in parseSubsystem()142 *gotVersion = !ver.empty(); in parseSubsystem()
421 bool gotVersion = false; in parseDirectives() local424 &config->minorSubsystemVersion, &gotVersion); in parseDirectives()425 if (gotVersion) { in parseDirectives()