Searched refs:inlength (Results 1 – 3 of 3) sorted by relevance
44 char *curl_escape(const char *string, int inlength) in curl_escape() argument46 return curl_easy_escape(NULL, string, inlength); in curl_escape()59 int inlength) in curl_easy_escape() argument65 if(!string || (inlength < 0)) in curl_easy_escape()68 length = (inlength ? (size_t)inlength : strlen(string)); in curl_easy_escape()
25 int inlength, int *outlength);
340 size_t inlength = end - from; in utf8asn1str() local362 if(inlength % size) in utf8asn1str()368 if(inlength) in utf8asn1str()369 result = Curl_dyn_addn(to, from, inlength); in utf8asn1str()
Completed in 6 milliseconds