Searched refs:lforms (Results 1 – 1 of 1) sorted by relevance
771 struct curl_forms *lforms; in curl_formadd_ccsid() local802 lforms = malloc(lformlen * sizeof(*lforms)); in curl_formadd_ccsid()804 if(!lforms) in curl_formadd_ccsid()824 tforms = realloc(lforms, lformlen * sizeof(*lforms)); in curl_formadd_ccsid()831 lforms = tforms; in curl_formadd_ccsid()958 if(Curl_formadd_convert(lforms, contentx, lengthx, contentccsid) < 0) { in curl_formadd_ccsid()986 lforms[nargs].value = value; in curl_formadd_ccsid()988 if(Curl_formadd_convert(lforms, nargs, -1, ccsid) < 0) { in curl_formadd_ccsid()993 value = lforms[nargs].value; in curl_formadd_ccsid()999 lforms[nargs].value = value; in curl_formadd_ccsid()[all …]