Searched refs:FormInfo (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dformdata.h51 typedef struct FormInfo { struct
68 struct FormInfo *more;
69 } FormInfo; typedef in typeref:struct:FormInfo
H A Dformdata.c133 * Adds a FormInfo structure to the list presented by parent_form_info.
135 * Returns newly allocated FormInfo on success and NULL if malloc failed/
139 static FormInfo * AddFormInfo(char *value,
141 FormInfo *parent_form_info)
143 FormInfo *form_info;
144 form_info = calloc(1, sizeof(struct FormInfo));
299 * CURL_FORMADD_MEMORY if the FormInfo allocation fails
302 * CURL_FORMADD_MEMORY if the allocation of a FormInfo struct failed
304 * CURL_FORMADD_INCOMPLETE if the some FormInfo is not complete (or error)
316 FormInfo *first_for
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dformdata.h51 typedef struct FormInfo { struct
68 struct FormInfo *more;
69 } FormInfo; typedef in typeref:struct:FormInfo
H A Dformdata.c133 * Adds a FormInfo structure to the list presented by parent_form_info.
135 * Returns newly allocated FormInfo on success and NULL if malloc failed/
139 static FormInfo * AddFormInfo(char *value,
141 FormInfo *parent_form_info)
143 FormInfo *form_info;
144 form_info = calloc(1, sizeof(struct FormInfo));
299 * CURL_FORMADD_MEMORY if the FormInfo allocation fails
302 * CURL_FORMADD_MEMORY if the allocation of a FormInfo struct failed
304 * CURL_FORMADD_INCOMPLETE if the some FormInfo is not complete (or error)
316 FormInfo *first_for
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dformdata.h51 typedef struct FormInfo { struct
68 struct FormInfo *more;
69 } FormInfo; typedef in typeref:struct:FormInfo
H A Dformdata.c133 * Adds a FormInfo structure to the list presented by parent_form_info.
135 * Returns newly allocated FormInfo on success and NULL if malloc failed/
139 static FormInfo * AddFormInfo(char *value,
141 FormInfo *parent_form_info)
143 FormInfo *form_info;
144 form_info = calloc(1, sizeof(struct FormInfo));
299 * CURL_FORMADD_MEMORY if the FormInfo allocation fails
302 * CURL_FORMADD_MEMORY if the allocation of a FormInfo struct failed
304 * CURL_FORMADD_INCOMPLETE if the some FormInfo is not complete (or error)
316 FormInfo *first_for
[all...]

Completed in 62 milliseconds