Home
last modified time | relevance | path

Searched refs:contenttype_alloc (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dformdata.c459 form->contenttype_alloc = TRUE; in FormAdd()
477 current_form->contenttype_alloc = TRUE; in FormAdd()
534 if(ptr->contenttype_alloc) { in FormAdd()
536 ptr->contenttype_alloc = FALSE; in FormAdd()
587 form->contenttype_alloc = TRUE; in FormAdd()
663 if(ptr->contenttype_alloc) { in FormAdd()
665 ptr->contenttype_alloc = FALSE; in FormAdd()
Dformdata.h38 bool contenttype_alloc; member