Home
last modified time | relevance | path

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

/external/curl/lib/
Dtftp.c304 static size_t Curl_strnlen(const char *string, size_t maxlen) in Curl_strnlen() function
315 loc = Curl_strnlen( buf, len ); in tftp_option_get()
322 loc += Curl_strnlen( buf+loc, len-loc ); in tftp_option_get()