Home
last modified time | relevance | path

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

/curl/lib/
H A Dformdata.c52 #define HTTPPOST_PTRCONTENTS CURL_HTTPPOST_PTRCONTENTS macro
305 current_form->flags |= HTTPPOST_PTRCONTENTS; in FormAdd()
333 if(current_form->flags & (HTTPPOST_PTRCONTENTS|HTTPPOST_READFILE)) in FormAdd()
558 (form->flags & HTTPPOST_PTRCONTENTS) ) || in FormAdd()
565 (form->flags & HTTPPOST_PTRCONTENTS) ) in FormAdd()
618 HTTPPOST_PTRCONTENTS | HTTPPOST_PTRBUFFER | in FormAdd()
764 (HTTPPOST_PTRCONTENTS|HTTPPOST_BUFFER|HTTPPOST_CALLBACK)) in curl_formfree()

Completed in 5 milliseconds