Searched refs:B_HTTP_FORM_MULTIPART (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/network/libnetservices/
H A DHttpForm.cpp322 } else if (fType == B_HTTP_FORM_MULTIPART) {
404 if (fType != B_HTTP_FORM_MULTIPART)
405 SetFormType(B_HTTP_FORM_MULTIPART);
453 if (fType != B_HTTP_FORM_MULTIPART)
454 SetFormType(B_HTTP_FORM_MULTIPART);
485 if (fType == B_HTTP_FORM_MULTIPART)
H A DHttpRequest.cpp1027 case B_HTTP_FORM_MULTIPART:
1106 if (fOptPostFields->GetFormType() != B_HTTP_FORM_MULTIPART) {
/haiku/headers/private/netservices/
H A DHttpForm.h22 B_HTTP_FORM_MULTIPART enumerator in enum:BPrivate::Network::form_type

Completed in 96 milliseconds