Home
last modified time | relevance | path

Searched refs:participant (Results 1 – 25 of 27) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
Dieee802_1x_kay.c283 struct ieee802_1x_mka_participant *participant; in ieee802_1x_kay_get_participant() local
285 dl_list_for_each(participant, &kay->participant_list, in ieee802_1x_kay_get_participant()
287 if (participant->ckn.len == len && in ieee802_1x_kay_get_participant()
288 os_memcmp(participant->ckn.name, ckn, in ieee802_1x_kay_get_participant()
289 participant->ckn.len) == 0) in ieee802_1x_kay_get_participant()
290 return participant; in ieee802_1x_kay_get_participant()
305 struct ieee802_1x_mka_participant *participant; in ieee802_1x_kay_get_principal_participant() local
307 dl_list_for_each(participant, &kay->participant_list, in ieee802_1x_kay_get_principal_participant()
309 if (participant->principal) in ieee802_1x_kay_get_principal_participant()
310 return participant; in ieee802_1x_kay_get_principal_participant()
[all …]
Dieee802_1x_kay_i.h94 Boolean participant; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
Dieee802_1x_kay.c283 struct ieee802_1x_mka_participant *participant; in ieee802_1x_kay_get_participant() local
285 dl_list_for_each(participant, &kay->participant_list, in ieee802_1x_kay_get_participant()
287 if (participant->ckn.len == len && in ieee802_1x_kay_get_participant()
288 os_memcmp(participant->ckn.name, ckn, in ieee802_1x_kay_get_participant()
289 participant->ckn.len) == 0) in ieee802_1x_kay_get_participant()
290 return participant; in ieee802_1x_kay_get_participant()
305 struct ieee802_1x_mka_participant *participant; in ieee802_1x_kay_get_principal_participant() local
307 dl_list_for_each(participant, &kay->participant_list, in ieee802_1x_kay_get_principal_participant()
309 if (participant->principal) in ieee802_1x_kay_get_principal_participant()
310 return participant; in ieee802_1x_kay_get_principal_participant()
[all …]
Dieee802_1x_kay_i.h94 bool participant; member
/third_party/boost/doc/html/boost_asio/example/cpp17/coroutines_ts/
Dchat_server.cpp54 void join(chat_participant_ptr participant) in join() argument
56 participants_.insert(participant); in join()
58 participant->deliver(msg); in join()
61 void leave(chat_participant_ptr participant) in leave() argument
63 participants_.erase(participant); in leave()
72 for (auto participant: participants_) in deliver() local
73 participant->deliver(msg); in deliver()
/third_party/boost/libs/asio/example/cpp11/chat/
Dchat_server.cpp43 void join(chat_participant_ptr participant) in join() argument
45 participants_.insert(participant); in join()
47 participant->deliver(msg); in join()
50 void leave(chat_participant_ptr participant) in leave() argument
52 participants_.erase(participant); in leave()
61 for (auto participant: participants_) in deliver() local
62 participant->deliver(msg); in deliver()
/third_party/boost/libs/asio/example/cpp17/coroutines_ts/
Dchat_server.cpp54 void join(chat_participant_ptr participant) in join() argument
56 participants_.insert(participant); in join()
58 participant->deliver(msg); in join()
61 void leave(chat_participant_ptr participant) in leave() argument
63 participants_.erase(participant); in leave()
72 for (auto participant: participants_) in deliver() local
73 participant->deliver(msg); in deliver()
/third_party/boost/doc/html/boost_asio/example/cpp11/chat/
Dchat_server.cpp43 void join(chat_participant_ptr participant) in join() argument
45 participants_.insert(participant); in join()
47 participant->deliver(msg); in join()
50 void leave(chat_participant_ptr participant) in leave() argument
52 participants_.erase(participant); in leave()
61 for (auto participant: participants_) in deliver() local
62 participant->deliver(msg); in deliver()
/third_party/boost/doc/html/boost_asio/example/cpp03/chat/
Dchat_server.cpp45 void join(chat_participant_ptr participant) in join() argument
47 participants_.insert(participant); in join()
50 participant, boost::placeholders::_1)); in join()
53 void leave(chat_participant_ptr participant) in leave() argument
55 participants_.erase(participant); in leave()
/third_party/boost/libs/asio/example/cpp03/chat/
Dchat_server.cpp45 void join(chat_participant_ptr participant) in join() argument
47 participants_.insert(participant); in join()
50 participant, boost::placeholders::_1)); in join()
53 void leave(chat_participant_ptr participant) in leave() argument
55 participants_.erase(participant); in leave()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DShaderModuleCompilation.md40 participant App
41 participant "ANGLE Front-end"
42 participant "Vulkan Back-end"
43 participant "ANGLE Translator"
44 participant "GlslangWrapperVk"
45 participant "Glslang"
/third_party/boost/libs/process/doc/images/
Dplantuml.txt23 participant Child
24 participant Exe
/third_party/flutter/skia/third_party/externals/angle2/doc/
DDirtyBits.md65 participant App
66 participant Context
67 participant Framebuffer
68 participant Texture
/third_party/skia/third_party/externals/angle2/doc/
DDirtyBits.md65 participant App
66 participant Context
67 participant Framebuffer
68 participant Texture
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/
DREADME.md10 Both a direct api lws_smd participant and an SS based one are instantiated.
42 a direct smd participant callback. When it is, he creates a Secure Stream of
47 an SMD participant... this smd-related behaviour is tied to the special
/third_party/libwebsockets/lib/system/smd/
DREADME.md19 Messages may be sent by any registered participant, they are allocated on heap
41 Registering as a participant and sending messages are threadsafe APIs.
54 to allocate a message of a class that no participant listens for are rejected,
57 appear as soon as a participant appears that wants them. The message generation
156 participant can choose which to attend to according to the meaning of the
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DREADME.md101 participant App
102 participant "ANGLE Front-end"
103 participant "Vulkan Back-end"
104 participant "ANGLE Translator"
105 participant "GlslangWrapper"
106 participant "Glslang"
/third_party/pulseaudio/src/modules/rtp/
Drfc3550.txt200 participant multimedia conferences, it is not limited to that
302 participant sends audio data in small chunks of, say, 20 ms duration.
307 conference, for example, to accommodate a new participant that is
486 communicating with RTP. A participant may be involved in multiple
490 media into a single data stream. A participant distinguishes
497 participant, as in the case of individual unicast network
498 addresses and port pairs. In the unicast case, a participant may
518 participant receiving from the other two on separate port pairs.
519 If each participant sends RTCP feedback about data received from
520 one other participant only back to that participant, then the
[all …]
Drfc2974.txt132 Ensuring that a description is not used by a potential participant
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-server/
DREADME.md33 You can also run it instead as a participant on the session bus, without its own
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_hyperpipe.txt273 pipes physically connected together. These participant pipes may
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_hyperpipe.txt273 pipes physically connected together. These participant pipes may
/third_party/typescript/
DThirdPartyNoticeText.txt131 …hat I am under no obligation to implement the Specification, that each participant is free to deve…
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/
Dvocab.txt13181 participant
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dlcet10.txt490 the words of one participant, there was "no solution to the economic

12