Searched refs:cur_version (Results 1 – 5 of 5) sorted by relevance
34 my $cur_version;302 $cur_version = get_sphinx_version($sphinx);303 die "$sphinx didn't return its version" if (!$cur_version);305 if ($cur_version lt $min_version) {307 $cur_version, $min_version;312 return if ($cur_version lt $rec_version);730 } elsif ($ver gt $cur_version) {742 if ($cur_version && ($cur_version ge $rec_version)) {743 $latest_avail_ver = $cur_version;752 if (($activate_cmd ne "") && ($venv_ver gt $cur_version)) {[all …]
314 cur_version = sys.version_info variable316 print(cur_version)
564 cur_version = sys.version_info variable566 print(cur_version)
898 unsigned long long cur_version = 0, pre_version = 0; in validate_checkpoint() local921 cur_version = *version; in validate_checkpoint()923 if (cur_version == pre_version) { in validate_checkpoint()924 *version = cur_version; in validate_checkpoint()
1057 u32 cur_version, new_version; in ccg_check_fw_version() local1081 cur_version = le16_to_cpu(app->build) | CCG_VERSION_PATCH(app->patch) | in ccg_check_fw_version()1091 if (new_version > cur_version) in ccg_check_fw_version()