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

/haiku/src/servers/media/
H A DDefaultManager.h54 uint32 default_type, bool isInput,
H A DDefaultManager.cpp116 uint32 default_type; local
122 if (file.Read(&default_type, size) < size) {
124 "DefaultManager::LoadState() failed to read default_type\n");
206 uint32 default_type; local
208 (int32*)&default_type) < B_OK)
212 if (file.Write(&default_type, sizeof(uint32)) < (int32)sizeof(uint32))
431 DefaultManager::_FindPhysical(volatile media_node_id *id, uint32 default_type, argument
449 && ((uint32)msgType == default_type)) {
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2592 char* default_type = "text/plain; charset=%s"; local
2605 hc->type = default_type;
2653 hc->type = default_type;

Completed in 47 milliseconds