Home
last modified time | relevance | path

Searched refs:ThriftProcessor (Results 1 – 9 of 9) sorted by relevance

/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/processor/
Dthrift_multiplexed_processor.h40 ThriftProcessor parent;
55 …gboolean (* register_processor) (ThriftProcessor *self, const gchar * multiplexed_processor_name,
91 …exed_processor_register_processor(ThriftProcessor *processor, const gchar * multiplexed_processor_…
Dthrift_processor.h35 … THRIFT_PROCESSOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), THRIFT_TYPE_PROCESSOR, ThriftProcessor))
48 typedef struct _ThriftProcessor ThriftProcessor; typedef
58 gboolean (*process) (ThriftProcessor *processor, ThriftProtocol *in,
70 gboolean thrift_processor_process (ThriftProcessor *processor,
Dthrift_processor.c23 G_DEFINE_ABSTRACT_TYPE(ThriftProcessor, thrift_processor, G_TYPE_OBJECT) in G_DEFINE_ABSTRACT_TYPE() argument
26 thrift_processor_process (ThriftProcessor *processor, ThriftProtocol *in, in G_DEFINE_ABSTRACT_TYPE()
42 thrift_processor_init (ThriftProcessor *processor) in thrift_processor_init()
Dthrift_dispatch_processor.h54 ThriftProcessor parent;
66 gboolean (*process) (ThriftProcessor *processor,
88 gboolean thrift_dispatch_processor_process (ThriftProcessor *processor,
Dthrift_multiplexed_processor.c42 …processor_register_processor_impl(ThriftProcessor *processor, const gchar * multiplexed_processor_… in thrift_multiplexed_processor_register_processor_impl()
60 thrift_multiplexed_processor_process_impl (ThriftProcessor *processor, ThriftProtocol *in, in thrift_multiplexed_processor_process_impl()
69 ThriftProcessor *multiplexed_processor = NULL; in thrift_multiplexed_processor_process_impl()
338 …exed_processor_register_processor(ThriftProcessor *processor, const gchar * multiplexed_processor_… in thrift_multiplexed_processor_register_processor()
Dthrift_dispatch_processor.c29 thrift_dispatch_processor_process (ThriftProcessor *processor, in G_DEFINE_ABSTRACT_TYPE()
/thrift-3.4.0/lib/c_glib/test/
Dtestsimpleserver.c39 ThriftProcessor parent;
52 test_processor_process (ThriftProcessor *processor, ThriftProtocol *in, in G_DEFINE_TYPE()
/thrift-3.4.0/test/c_glib/src/
Dtest_server.c108 ThriftProcessor *processor; in main()
109 ThriftProcessor *processor_test = NULL; in main()
110 ThriftProcessor *processor_second_service = NULL; in main()
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/server/
Dthrift_server.h54 ThriftProcessor *processor;