Lines Matching refs:more
104 /* now, point our 'more' to the original 'more' */
105 post->more = parent_post->more;
107 /* then move the original 'more' to point to ourselves */
108 parent_post->more = post;
147 /* now, point our 'more' to the original 'more' */
148 form_info->more = parent_form_info->more;
150 /* then move the original 'more' to point to ourselves */
151 parent_form_info->more = form_info;
238 /* first see if we have more parts of the array param */
525 for(ptr = first_form; ptr != NULL; ptr = ptr->more) {
552 form = form->more) {
654 for(ptr = form; ptr != NULL; ptr = ptr->more) {
679 struct FormInfo *ptr = first_form->more;
758 curl_formfree(form->more);
838 /* If we have more than a file here, create a mime subpart and fill it. */
840 if(post->more) {
856 for(file = post; !result && file; file = file->more) {
871 if(!result && !post->more)
920 if(post->more || (post->flags & (HTTPPOST_FILENAME | HTTPPOST_BUFFER |