Home
last modified time | relevance | path

Searched refs:MSG_CONTROL (Results 1 – 4 of 4) sorted by relevance

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/rawsock/
H A Drawsock.c982 #define MSG_CONTROL 3 macro
1000 TheStructure(*mho)->recdata[MSG_CONTROL] = in check_message()
1001 check_byte_vector(TheStructure(*mho)->recdata[MSG_CONTROL]); in check_message()
1009 vector_length(TheStructure(*mho)->recdata[MSG_CONTROL]); in fill_msghdr()
1011 TheSbvector(TheStructure(*mho)->recdata[MSG_CONTROL])->data; in fill_msghdr()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/
H A DVideoUtils.h180 MSG_CONTROL, enumerator
H A DVideoUtils.cpp190 case MediaThreadType::MSG_CONTROL: in GetMediaThreadPool()
H A DMediaStreamGraph.cpp3216 mThreadPool(GetMediaThreadPool(MediaThreadType::MSG_CONTROL)), in MediaStreamGraphImpl()