Home
last modified time | relevance | path

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

/curl/lib/
H A Descape.c44 char *curl_escape(const char *string, int inlength) in curl_escape() argument
46 return curl_easy_escape(NULL, string, inlength); in curl_escape()
59 int inlength) in curl_easy_escape() argument
65 if(!string || (inlength < 0)) in curl_easy_escape()
68 length = (inlength ? (size_t)inlength : strlen(string)); in curl_easy_escape()
/curl/docs/libcurl/
H A Dcurl_easy_unescape.md25 int inlength, int *outlength);
/curl/lib/vtls/
H A Dx509asn1.c340 size_t inlength = end - from; in utf8asn1str() local
362 if(inlength % size) in utf8asn1str()
368 if(inlength) in utf8asn1str()
369 result = Curl_dyn_addn(to, from, inlength); in utf8asn1str()

Completed in 6 milliseconds