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

/haiku-fatelf/src/servers/media/
H A DDefaultManager.h53 uint32 default_type, bool isInput,
H A DDefaultManager.cpp109 uint32 default_type; local
115 if (file.Read(&default_type, size) < size) {
117 "DefaultManager::LoadState() failed to read default_type\n");
199 uint32 default_type; local
201 (int32*)&default_type) < B_OK)
205 if (file.Write(&default_type, sizeof(uint32)) < (int32)sizeof(uint32))
421 DefaultManager::_FindPhysical(volatile media_node_id *id, uint32 default_type, argument
439 && ((uint32)msgType == default_type)) {
/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2565 char* default_type = "text/plain"; local
2578 hc->type = default_type;
2626 hc->type = default_type;

Completed in 44 milliseconds