Lines Matching defs:list
62 * Adds an HttpPost structure to the list, if parent_post is given becomes
63 * a subpost of parent_post instead of a direct list element.
126 * Adds a FormInfo structure to the list presented by parent_form_info.
161 * Stores a formpost parameter and builds the appropriate linked list.
488 struct curl_slist *list = array_state?
495 current_form->contentheader = list;
523 list without deallocating nodes. List nodes are deallocated later on */
546 /* go through the list, check for completeness and if everything is
651 list which are not already owned by the httppost linked list
675 /* Always deallocate FormInfo linked list nodes without touching node
677 now by the httppost linked list */
805 * Curl_getformdata() converts a linked list of "meta data" into a mime
806 * structure. The input list is in 'post', while the output is stored in