Searched refs:lforms (Results 1 – 1 of 1) sorted by relevance
785 struct curl_forms * lforms; in curl_formadd_ccsid() local816 lforms = malloc(lformlen * sizeof *lforms); in curl_formadd_ccsid()818 if(!lforms) in curl_formadd_ccsid()838 tforms = realloc(lforms, lformlen * sizeof *lforms); in curl_formadd_ccsid()845 lforms = tforms; in curl_formadd_ccsid()964 if(Curl_formadd_convert(lforms, contentx, lengthx, contentccsid) < 0) { in curl_formadd_ccsid()992 lforms[nargs].value = value; in curl_formadd_ccsid()994 if(Curl_formadd_convert(lforms, nargs, -1, ccsid) < 0) { in curl_formadd_ccsid()999 value = lforms[nargs].value; in curl_formadd_ccsid()1005 lforms[nargs].value = value; in curl_formadd_ccsid()[all …]