Home | History | Annotate | Download | only in OS400

Lines Matching refs:curl_forms

721 Curl_formadd_release_local(struct curl_forms * forms, int nargs, int skip)
735 Curl_formadd_convert(struct curl_forms * forms,
786 struct curl_forms * forms;
787 struct curl_forms * lforms;
788 struct curl_forms * tforms;
802 curl_forms array and converted to ASCII when needed.
815 /* Allocate the local curl_forms array. */
832 forms = (struct curl_forms *) NULL;
873 forms = (struct curl_forms *) NULL; /* Leave array mode. */
878 forms = va_arg(arg, struct curl_forms *);