Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_paramhlp.h42 ParameterError str2offset(curl_off_t *val, const char *str);
Dtool_paramhlp.c397 ParameterError str2offset(curl_off_t *val, const char *str) in str2offset() function
Dtool_getparam.c1277 err = str2offset(&config->resume_from, nextarg); in getparameter()