Searched refs:ThriftProcessor (Results 1 – 9 of 9) sorted by relevance
/thrift-3.4.0/lib/c_glib/src/thrift/c_glib/processor/ |
D | thrift_multiplexed_processor.h | 40 ThriftProcessor parent; 55 …gboolean (* register_processor) (ThriftProcessor *self, const gchar * multiplexed_processor_name, … 91 …exed_processor_register_processor(ThriftProcessor *processor, const gchar * multiplexed_processor_…
|
D | thrift_processor.h | 35 … 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,
|
D | thrift_processor.c | 23 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()
|
D | thrift_dispatch_processor.h | 54 ThriftProcessor parent; 66 gboolean (*process) (ThriftProcessor *processor, 88 gboolean thrift_dispatch_processor_process (ThriftProcessor *processor,
|
D | thrift_multiplexed_processor.c | 42 …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()
|
D | thrift_dispatch_processor.c | 29 thrift_dispatch_processor_process (ThriftProcessor *processor, in G_DEFINE_ABSTRACT_TYPE()
|
/thrift-3.4.0/lib/c_glib/test/ |
D | testsimpleserver.c | 39 ThriftProcessor parent; 52 test_processor_process (ThriftProcessor *processor, ThriftProtocol *in, in G_DEFINE_TYPE()
|
/thrift-3.4.0/test/c_glib/src/ |
D | test_server.c | 108 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/ |
D | thrift_server.h | 54 ThriftProcessor *processor;
|