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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dtftp.c307 static size_t Curl_strnlen(const char *string, size_t maxlen) function
318 loc = Curl_strnlen( buf, len );
325 loc += Curl_strnlen( buf+loc, len-loc );

Completed in 107 milliseconds