Home
last modified time | relevance | path

Searched refs:str2tls_max (Results 1 – 3 of 3) sorted by relevance

/external/curl/src/
Dtool_paramhlp.h54 ParameterError str2tls_max(long *val, const char *str);
Dtool_paramhlp.c587 ParameterError str2tls_max(long *val, const char *str) in str2tls_max() function
Dtool_getparam.c1144 err = str2tls_max(&config->ssl_version_max, nextarg); in getparameter()