Home
last modified time | relevance | path

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

/external/curl/lib/
Dtftp.c306 static size_t Curl_strnlen(const char *string, size_t maxlen) in Curl_strnlen() function
317 loc = Curl_strnlen(buf, len); in tftp_option_get()
324 loc += Curl_strnlen(buf + loc, len-loc); in tftp_option_get()
1158 if(Curl_strnlen(str, strn) < strn) in tftp_receive_packet()