Searched refs:lforms (Results 1 – 1 of 1) sorted by relevance
795 struct curl_forms * lforms; in curl_formadd_ccsid() local826 lforms = malloc(lformlen * sizeof *lforms); in curl_formadd_ccsid()828 if(!lforms) in curl_formadd_ccsid()848 tforms = realloc(lforms, lformlen * sizeof *lforms); in curl_formadd_ccsid()855 lforms = tforms; in curl_formadd_ccsid()982 if(Curl_formadd_convert(lforms, contentx, lengthx, contentccsid) < 0) { in curl_formadd_ccsid()1010 lforms[nargs].value = value; in curl_formadd_ccsid()1012 if(Curl_formadd_convert(lforms, nargs, -1, ccsid) < 0) { in curl_formadd_ccsid()1017 value = lforms[nargs].value; in curl_formadd_ccsid()1023 lforms[nargs].value = value; in curl_formadd_ccsid()[all …]