Searched refs:mlpatch (Results 1 – 1 of 1) sorted by relevance
1034 int mlmaj, mlmin, mlpatch; in getparameter() local1035 metalink_get_version(&mlmaj, &mlmin, &mlpatch); in getparameter()1036 if((mlmaj*10000)+(mlmin*100) + mlpatch < CURL_REQ_LIBMETALINK_VERS) { in getparameter()1044 mlmaj, mlmin, mlpatch); in getparameter()