Searched refs:typeRequested (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp193 queued_message *Remove(long typeRequested);
405 XsiMessageQueue::Remove(long typeRequested) argument
408 if (typeRequested < 0) {
415 if (current->type <= -typeRequested) {
420 } else if (typeRequested == 0) {
428 if (current->type == typeRequested) {
/haiku/src/build/libbe/app/
H A DMessage.cpp352 BMessage::GetInfo(type_code typeRequested, int32 index, char **nameFound, argument
359 if (typeRequested == B_ANY_TYPE) {
372 if (field->type == typeRequested)
/haiku/headers/build/os/app/
H A DMessage.h59 status_t GetInfo(type_code typeRequested, int32 index,
/haiku/headers/os/app/
H A DMessage.h68 status_t GetInfo(type_code typeRequested, int32 index,
/haiku/src/kits/app/
H A DMessage.cpp435 BMessage::GetInfo(type_code typeRequested, int32 index, char** nameFound, argument
445 if (typeRequested == B_ANY_TYPE) {
458 if (field->type == typeRequested)

Completed in 117 milliseconds