Searched refs:contentType (Results 1 - 19 of 19) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dnanohttp.h30 char **contentType);
35 char **contentType,
42 char **contentType,
48 char **contentType);
51 char **contentType,
H A DschemasInternals.h617 xmlSchemaContentType contentType; member in struct:_xmlSchemaType
790 xmlSchemaContentType contentType; member in struct:_xmlSchemaElement
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dnanohttp.c151 char *contentType; /* the MIME type for the input */ member in struct:xmlNanoHTTPCtxt
154 char *encoding; /* encoding extracted from the contentType */
155 char *mimeType; /* Mime-Type extracted from the contentType */
416 if (ctxt->contentType != NULL) xmlFree(ctxt->contentType);
694 if (ctxt->contentType != NULL)
695 xmlFree(ctxt->contentType);
696 ctxt->contentType = xmlMemStrdup(cur);
705 charset = xmlStrstr(BAD_CAST ctxt->contentType, BAD_CAST "charset=");
719 if (ctxt->contentType !
1150 xmlNanoHTTPOpen(const char *URL, char **contentType) argument
1170 xmlNanoHTTPOpenRedir(const char *URL, char **contentType, char **redir) argument
1268 xmlNanoHTTPMethodRedir(const char *URL, const char *method, const char *input, char **contentType, char **redir, const char *headers, int ilen ) argument
1510 xmlNanoHTTPMethod(const char *URL, const char *method, const char *input, char **contentType, const char *headers, int ilen) argument
1530 xmlNanoHTTPFetch(const char *URL, const char *filename, char **contentType) argument
1761 char *contentType = NULL; local
[all...]
H A Dxmlschemas.c249 ((item->contentType == XML_SCHEMA_CONTENT_MIXED) || \
250 (item->contentType == XML_SCHEMA_CONTENT_EMPTY) || \
251 (item->contentType == XML_SCHEMA_CONTENT_ELEMENTS))
254 ((item->contentType == XML_SCHEMA_CONTENT_SIMPLE) || \
255 (item->contentType == XML_SCHEMA_CONTENT_BASIC))
258 (item->contentType == XML_SCHEMA_CONTENT_MIXED)
4419 switch (type->contentType) {
9180 type->contentType = XML_SCHEMA_CONTENT_SIMPLE;
9208 type->contentType = XML_SCHEMA_CONTENT_SIMPLE;
11881 type->contentType
[all...]
H A Dxmlschemastypes.c271 ret->contentType = XML_SCHEMA_CONTENT_BASIC;
401 xmlSchemaTypeAnyTypeDef->contentType = XML_SCHEMA_CONTENT_MIXED;
405 xmlSchemaTypeAnyTypeDef->contentType = XML_SCHEMA_CONTENT_MIXED;
/haiku-fatelf/src/kits/mail/
H A DMailAttachment.cpp153 BMessage contentType; local
154 HeaderField("Content-Type", &contentType);
156 const char *fileName = contentType.FindString("name");
158 fileName = contentType.FindString("filename");
160 contentType.MakeEmpty();
161 HeaderField("Content-Disposition", &contentType);
162 fileName = contentType.FindString("name");
165 fileName = contentType.FindString("filename");
167 contentType.MakeEmpty();
168 HeaderField("Content-Location", &contentType);
182 BMessage contentType; local
[all...]
/haiku-fatelf/headers/private/storage/
H A DDiskSystem.h50 status_t GetTypeForContentType(const char* contentType,
H A DDiskSystemAddOn.h45 virtual status_t GetTypeForContentType(const char* contentType,
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/intel/
H A Dintel.cpp75 get_type_for_content_type(const char* contentType, char* type) argument
78 contentType));
80 if (!contentType || !type)
84 ptype.SetContentType(contentType);
H A DPartitionMap.h117 bool SetContentType(const char* contentType);
H A DPartitionMap.cpp301 PartitionType::SetContentType(const char* contentType) argument
304 if (!strcmp(contentType, kPartitionContentTypes[i].name)) {
/haiku-fatelf/src/kits/storage/disk_device/
H A DDiskSystem.cpp306 BDiskSystem::GetTypeForContentType(const char* contentType, BString* type) const argument
311 if (!contentType || !type || !IsPartitioningSystem())
320 status_t result = addOn->GetTypeForContentType(contentType, type);
H A DDiskSystemAddOn.cpp83 BDiskSystemAddOn::GetTypeForContentType(const char* contentType, BString* type) argument
/haiku-fatelf/headers/private/kernel/disk_device_manager/
H A Dddm_modules.h69 status_t (*get_type_for_content_type)(const char* contentType, char* type);
/haiku-fatelf/src/kits/network/libnetapi/
H A DUrlProtocolHttp.cpp792 BString contentType; local
796 contentType << "multipart/form-data; boundary="
801 contentType << "application/x-www-form-urlencoded";
805 fOutputHeaders.AddHeader("Content-Type", contentType);
/haiku-fatelf/src/build/libhaikucompat/
H A Dsyscalls.cpp260 const char *contentType, char *type)
259 _kern_get_partition_type_for_content_type(disk_system_id diskSystemID, const char *contentType, char *type) argument
/haiku-fatelf/src/tests/kits/storage/
H A DMimeTypeTest.cpp4604 SniffingTestFile(string name, string extensionType, string contentType,
4608 , contentType(contentType)
4616 if (this->contentType == "")
4617 this->contentType = "application/octet-stream";
4660 string contentType;
4749 const char *contentType = file.contentType.c_str();
4750 const char *realType = contentType;
4751 if (file.contentType
[all...]
/haiku-fatelf/headers/build/private/kernel/
H A Dsyscalls.h367 const char *contentType, char *type);
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKPartition.cpp1250 char* contentType = writer.PlaceString(ContentType()); local
1269 data->content_type = contentType;

Completed in 304 milliseconds