Home
last modified time | relevance | path

Searched refs:tipc (Results 1 – 25 of 229) sorted by relevance

12345678910

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/mov/
H A Dtiio_mov_proxy.cpp47 tipc::Message msg; in IsQuickTimeInstalled()
66 tipc::Message msg; in MovWriterProperties()
161 tipc::Message msg; in TLevelWriterMov()
206 tipc::Message msg; in ~TLevelWriterMov()
224 tipc::Message msg; in setFrameRate()
261 tipc::Message msg; in save()
270 tipc::writeShMemBuffer(stream, msg << tipc::clr, size, &exch); in save()
291 tipc::Message msg; in saveSoundTrack()
299 tipc::writeShMemBuffer(stream, msg << tipc::clr, size, &exch); in saveSoundTrack()
377 tipc::Message msg; in TLevelReaderMov()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/3gp/
H A Dtiio_3gp_proxy.cpp93 tipc::Message msg; in TLevelWriter3gp()
138 tipc::Message msg; in ~TLevelWriter3gp()
156 tipc::Message msg; in setFrameRate()
193 tipc::Message msg; in save()
202 tipc::writeShMemBuffer(stream, msg << tipc::clr, size, &exch); in save()
223 tipc::Message msg; in saveSoundTrack()
231 tipc::writeShMemBuffer(stream, msg << tipc::clr, size, &exch); in saveSoundTrack()
309 tipc::Message msg; in TLevelReader3gp()
333 tipc::Message msg; in ~TLevelReader3gp()
357 tipc::Message msg; in loadInfo()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/networking/
H A Dtipc.rst15 .. kernel-doc:: net/tipc/subscr.h
18 .. kernel-doc:: net/tipc/bearer.h
27 .. kernel-doc:: net/tipc/bcast.c
33 .. kernel-doc:: net/tipc/bearer.c
42 .. kernel-doc:: net/tipc/crypto.c
54 .. kernel-doc:: net/tipc/link.c
60 .. kernel-doc:: net/tipc/msg.c
75 .. kernel-doc:: net/tipc/node.c
81 .. kernel-doc:: net/tipc/socket.c
87 .. kernel-doc:: net/tipc/subscr.c
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/networking/
H A Dtipc.rst15 .. kernel-doc:: net/tipc/subscr.h
18 .. kernel-doc:: net/tipc/bearer.h
27 .. kernel-doc:: net/tipc/bcast.c
33 .. kernel-doc:: net/tipc/bearer.c
42 .. kernel-doc:: net/tipc/crypto.c
54 .. kernel-doc:: net/tipc/link.c
60 .. kernel-doc:: net/tipc/msg.c
75 .. kernel-doc:: net/tipc/node.c
81 .. kernel-doc:: net/tipc/socket.c
87 .. kernel-doc:: net/tipc/subscr.c
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/networking/
H A Dtipc.rst15 .. kernel-doc:: net/tipc/subscr.h
18 .. kernel-doc:: net/tipc/bearer.h
27 .. kernel-doc:: net/tipc/bcast.c
33 .. kernel-doc:: net/tipc/bearer.c
42 .. kernel-doc:: net/tipc/crypto.c
54 .. kernel-doc:: net/tipc/link.c
60 .. kernel-doc:: net/tipc/msg.c
75 .. kernel-doc:: net/tipc/node.c
81 .. kernel-doc:: net/tipc/socket.c
87 .. kernel-doc:: net/tipc/subscr.c
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/t32bitsrv/
H A Dt32movmsg.h11 namespace tipc {
17 using namespace tipc; variable
21 void addParsers(tipc::Server *srv);
27 class IsQTInstalledParser : public tipc::MessageParser {
38 class DefaultMovPropsParser : public tipc::MessageParser {
62 class InitLWMovParser : public tipc::MessageParser {
84 class LWImageWriteParser : public tipc::MessageParser {
107 class CloseLWMovParser : public tipc::MessageParser {
120 class InitLRMovParser : public tipc::MessageParser {
131 class LRLoadInfoParser : public tipc::MessageParser {
[all …]
H A Dt32fontmsg.h10 namespace tipc {
16 using namespace tipc; variable
20 void addParsers(tipc::Server *srv);
26 class LoadFontNamesParser : public tipc::MessageParser {
37 class GetAllFamiliesParser : public tipc::MessageParser {
61 class SetFamilyParser : public tipc::MessageParser {
72 class SetTypefaceParser : public tipc::MessageParser {
83 class SetSizeParser : public tipc::MessageParser {
131 class DrawCharVIParser : public tipc::MessageParser {
142 class DrawCharGRParser : public tipc::MessageParser {
[all …]
H A Dt323gpmsg.h11 namespace tipc {
17 using namespace tipc; variable
21 void addParsers(tipc::Server *srv);
27 class InitLW3gpParser : public tipc::MessageParser {
38 class LWSetFrameRateParser : public tipc::MessageParser {
49 class LWImageWriteParser : public tipc::MessageParser {
72 class CloseLW3gpParser : public tipc::MessageParser {
85 class InitLR3gpParser : public tipc::MessageParser {
96 class LRLoadInfoParser : public tipc::MessageParser {
121 class LRImageReadParser : public tipc::MessageParser {
[all …]
H A Dt323gpmsg.cpp50 using namespace tipc;
54 void addParsers(tipc::Server *srv) { in addParsers()
123 tipc::readShMemBuffer(*stream(), msg, &exch); in operator ()()
155 tipc::readShMemBuffer(*stream(), msg, &exch); in operator ()()
237 tipc::DefaultMessageParser<SHMEM_REQUEST> msgParser; in operator ()()
323 if (!tipc::writeShMemBuffer(*stream(), msg << clr, in operator ()()
H A Dt32fontmsg.cpp37 using namespace tipc;
41 void addParsers(tipc::Server *srv) { in addParsers()
204 tipc::DefaultMessageParser<SHMEM_REQUEST> msgParser; in operator ()()
253 tipc::DefaultMessageParser<SHMEM_REQUEST> msgParser; in operator ()()
H A Dmain.cpp34 tipc::Server server; in run()
73 tipc::Server server; in main()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tipc/
H A Dtipc.cpp84 int tipc::Stream::readSize() { in readSize()
95 bool tipc::Stream::messageReady() { in messageReady()
229 tipc::Stream &operator>>(tipc::Stream &stream, tipc::Message &msg) { in operator >>()
240 tipc::Stream &operator<<(tipc::Stream &stream, tipc::Message &msg) { in operator <<()
324 tipc::Stream stream(dummySock); in startSlaveServer()
325 tipc::Message msg; in startSlaveServer()
453 QString tipc::uniqueId() { in uniqueId()
463 int tipc::shm_maxSegmentSize() { in shm_maxSegmentSize()
485 int tipc::shm_maxSegmentCount() { in shm_maxSegmentCount()
503 int tipc::shm_maxSharedPages() { in shm_maxSharedPages()
[all …]
H A Dtipcsrv.cpp35 void tipc::SocketController::onReadyRead() { in onReadyRead()
42 void tipc::SocketController::onDisconnected() { in onDisconnected()
53 tipc::Server::Server() : m_lock(false) { in Server()
66 tipc::Server::~Server() { in ~Server()
74 void tipc::Server::addParser(MessageParser *parser) { in addParser()
80 void tipc::Server::removeParser(QString header) { in removeParser()
87 void tipc::Server::onNewConnection() { in onNewConnection()
108 void tipc::Server::onError(QLocalSocket::LocalSocketError error) { in onError()
114 void tipc::Server::dispatchSocket(QLocalSocket *socket) { in dispatchSocket()
120 tipc::Stream stream(socket); in dispatchSocket()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtipc.h75 namespace tipc {
154 DVAPI tipc::Stream &operator>>(tipc::Stream &stream, tipc::Message &msg);
155 DVAPI tipc::Stream &operator<<(tipc::Stream &stream, tipc::Message &msg);
159 inline tipc::Message &operator<<(tipc::Message &msg,
160 tipc::Message &(*func)(tipc::Message &)) {
164 inline tipc::Message &operator>>(tipc::Message &msg,
165 tipc::Message &(*func)(tipc::Message &)) {
173 namespace tipc {
191 namespace tipc {
H A Dt32bitsrv_wrap.h41 static QString name(tipc::applicationSpecificServerName("t32bitsrv")); in srvName()
61 class DVAPI BufferExchanger final : public tipc::ShMemReader,
62 public tipc::ShMemWriter {
81 class DVAPI RasterExchanger final : public tipc::ShMemReader,
82 public tipc::ShMemWriter {
H A Dtipcmsg.h25 namespace tipc {
35 tipc::Stream *m_stream;
42 tipc::Stream *stream() { return m_stream; } in stream()
/dports/multimedia/libv4l/linux-5.13-rc2/net/tipc/
H A DMakefile6 obj-$(CONFIG_TIPC) := tipc.o
8 tipc-y += addr.o bcast.o bearer.o \
16 tipc-$(CONFIG_TIPC_MEDIA_UDP) += udp_media.o
17 tipc-$(CONFIG_TIPC_MEDIA_IB) += ib_media.o
18 tipc-$(CONFIG_SYSCTL) += sysctl.o
19 tipc-$(CONFIG_TIPC_CRYPTO) += crypto.o
H A DKconfig16 For more information about TIPC, see http://tipc.sourceforge.net.
20 want). The module will be called tipc. If you want to compile it
51 (e.g. the iproute2 'tipc' tool).
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/tipc/
H A DMakefile6 obj-$(CONFIG_TIPC) := tipc.o
8 tipc-y += addr.o bcast.o bearer.o \
16 tipc-$(CONFIG_TIPC_MEDIA_UDP) += udp_media.o
17 tipc-$(CONFIG_TIPC_MEDIA_IB) += ib_media.o
18 tipc-$(CONFIG_SYSCTL) += sysctl.o
19 tipc-$(CONFIG_TIPC_CRYPTO) += crypto.o
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/tipc/
H A DMakefile6 obj-$(CONFIG_TIPC) := tipc.o
8 tipc-y += addr.o bcast.o bearer.o \
16 tipc-$(CONFIG_TIPC_MEDIA_UDP) += udp_media.o
17 tipc-$(CONFIG_TIPC_MEDIA_IB) += ib_media.o
18 tipc-$(CONFIG_SYSCTL) += sysctl.o
19 tipc-$(CONFIG_TIPC_CRYPTO) += crypto.o
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tiio/
H A Dmovsettings.cpp407 if (!tipc::startSlaveConnection(&socket, t32bitsrv::srvName(), 3000, in openMovSettingsPopup()
412 tipc::Stream stream(&socket); in openMovSettingsPopup()
413 tipc::Message msg; in openMovSettingsPopup()
417 QString res(tipc::readMessage(stream, msg)); in openMovSettingsPopup()
431 stream << (msg << tipc::clr << QString("$openMovSettingsPopup") << fp); in openMovSettingsPopup()
433 tipc::readMessageNB(stream, msg, -1, QEventLoop::ExcludeUserInputEvents); in openMovSettingsPopup()
452 stream << (msg << tipc::clr << QString("$tmpfile_release") in openMovSettingsPopup()
454 res = tipc::readMessage(stream, msg); in openMovSettingsPopup()
/dports/lang/swi-pl/swipl-8.2.3/packages/tipc/
H A D.gitignore25 tipc.tex
38 tipc.html
39 tipc.pdf
H A Dtipc.doc11 \htmlmainfile{tipc} % Main document file
47 \section{ The TIPC libraries: \pllib{tipc/...} }
48 \label{sec:tipc-libraries}
H A Dtipc.c215 if ( PL_is_functor(tipc, FUNCTOR_port_id) ) in nbio_get_tipc()
219 _PL_get_arg(1, tipc, a); in nbio_get_tipc()
223 _PL_get_arg(2, tipc, a); in nbio_get_tipc()
234 if ( PL_is_functor(tipc, FUNCTOR_name3) ) in nbio_get_tipc()
238 _PL_get_arg(1, tipc, a); in nbio_get_tipc()
242 _PL_get_arg(2, tipc, a); in nbio_get_tipc()
246 _PL_get_arg(3, tipc, a); in nbio_get_tipc()
260 PL_is_functor(tipc, FUNCTOR_mcast3)) in nbio_get_tipc()
264 _PL_get_arg(1, tipc, a); in nbio_get_tipc()
268 _PL_get_arg(2, tipc, a); in nbio_get_tipc()
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/tipc/tipcutils/
H A DREADME1 Incredibly, tipc-config is not distributed with the Linux kernel.
5 Use this version of tipc-config at you own risk. Using a version

12345678910