Home
last modified time | relevance | path

Searched defs:srvc (Results 1 – 25 of 50) sorted by relevance

12

/dports/net-im/meanwhile/meanwhile-1.0.2/src/
H A Dservice.c134 void mwService_init(struct mwService *srvc, struct mwSession *sess, in mwService_init()
149 enum mwServiceState mwService_getState(struct mwService *srvc) { in mwService_getState()
155 void mwService_start(struct mwService *srvc) { in mwService_start()
172 void mwService_started(struct mwService *srvc) { in mwService_started()
180 void mwService_error(struct mwService *srvc) { in mwService_error()
197 void mwService_stop(struct mwService *srvc) { in mwService_stop()
214 void mwService_stopped(struct mwService *srvc) { in mwService_stopped()
224 void mwService_free(struct mwService *srvc) { in mwService_free()
241 void mwService_setClientData(struct mwService *srvc, in mwService_setClientData()
251 gpointer mwService_getClientData(struct mwService *srvc) { in mwService_getClientData()
[all …]
H A Dsrvc_dir.c82 #define next_request_id(srvc) ( ++((srvc)->counter) ) argument
86 struct mwServiceDirectory *srvc = dir->service; in map_request() local
132 struct mwServiceDirectory *srvc = book->service; in book_remove() local
189 static void stop(struct mwServiceDirectory *srvc) { in stop()
302 static void recv(struct mwServiceDirectory *srvc, in recv()
338 struct mwServiceDirectory *srvc; in mwServiceDirectory_new() local
488 struct mwServiceDirectory *srvc; in dir_open() local
533 struct mwServiceDirectory *srvc; in mwDirectory_next() local
563 struct mwServiceDirectory *srvc; in mwDirectory_previous() local
593 struct mwServiceDirectory *srvc; in mwDirectory_search() local
[all …]
H A Dsrvc_resolve.c60 static struct mw_search *search_new(struct mwServiceResolve *srvc, in search_new()
93 static const char *get_name(struct mwService *srvc) { in get_name()
98 static const char *get_desc(struct mwService *srvc) { in get_desc()
120 static void start(struct mwServiceResolve *srvc) { in start()
139 static void stop(struct mwServiceResolve *srvc) { in stop()
155 static void clear(struct mwServiceResolve *srvc) { in clear()
163 static void recv_create(struct mwServiceResolve *srvc, in recv_create()
172 static void recv_accept(struct mwServiceResolve *srvc, in recv_accept()
184 static void recv_destroy(struct mwServiceResolve *srvc, in recv_destroy()
264 static void recv(struct mwServiceResolve *srvc, in recv()
[all …]
H A Dsrvc_ft.c223 struct mwServiceFileTransfer *srvc; in recv_TRANSFER() local
249 struct mwServiceFileTransfer *srvc; in recv_RECEIVED() local
299 static const char *name(struct mwService *srvc) { in name()
304 static const char *desc(struct mwService *srvc) { in desc()
309 static void start(struct mwService *srvc) { in start()
314 static void stop(struct mwServiceFileTransfer *srvc) { in stop()
328 struct mwService *srvc; in mwServiceFileTransfer_new() local
441 struct mwServiceFileTransfer *srvc; in mwFileTransfer_accept() local
520 struct mwServiceFileTransfer *srvc; in mwFileTransfer_offer() local
546 struct mwServiceFileTransfer *srvc; in mwFileTransfer_close() local
[all …]
H A Dsrvc_aware.c645 static void clear(struct mwService *srvc) { in clear()
684 static void start(struct mwService *srvc) { in start()
699 static void stop(struct mwService *srvc) { in stop()
718 struct mwServiceAware *srvc; in mwServiceAware_new() local
935 mwAwareList_new(struct mwServiceAware *srvc, in mwAwareList_new()
954 struct mwServiceAware *srvc; in mwAwareList_free() local
987 struct mwServiceAware *srvc; in watch_add() local
1101 struct mwServiceAware *srvc; in mwAwareList_unwatchAllAttributes() local
1150 struct mwServiceAware *srvc; in mwAwareList_addAware() local
1184 struct mwServiceAware *srvc; in mwAwareList_removeAware() local
[all …]
H A Dsrvc_conf.c149 struct mwServiceConference *srvc; in conf_free() local
212 static void recv_channelCreate(struct mwService *srvc, in recv_channelCreate()
260 static void recv_channelAccept(struct mwService *srvc, in recv_channelAccept()
268 static void recv_channelDestroy(struct mwService *srvc, in recv_channelDestroy()
556 static void clear(struct mwServiceConference *srvc) { in clear()
569 static const char *name(struct mwService *srvc) { in name()
574 static const char *desc(struct mwService *srvc) { in desc()
579 static void start(struct mwService *srvc) { in start()
584 static void stop(struct mwServiceConference *srvc) { in stop()
597 struct mwService *srvc; in mwServiceConference_new() local
[all …]
H A Dsrvc_im.c265 struct mwServiceIm *srvc; in convo_free() local
300 static void recv_channelCreate(struct mwService *srvc, in recv_channelCreate()
461 struct mwServiceIm *srvc; in convo_recv() local
521 struct mwServiceIm *srvc; in convo_invite() local
698 static void clear(struct mwServiceIm *srvc) { in clear()
711 static const char *name(struct mwService *srvc) { in name()
716 static const char *desc(struct mwService *srvc) { in desc()
721 static void start(struct mwService *srvc) { in start()
726 static void stop(struct mwServiceIm *srvc) { in stop()
739 struct mwService *srvc; in mwServiceIm_new() local
[all …]
H A Dsrvc_store.c165 static void request_trigger(struct mwServiceStorage *srvc, in request_trigger()
191 static void request_remove(struct mwServiceStorage *srvc, in request_remove()
199 static const char *get_name(struct mwService *srvc) { in get_name()
204 static const char *get_desc(struct mwService *srvc) { in get_desc()
226 static void start(struct mwService *srvc) { in start()
242 static void stop(struct mwService *srvc) { in stop()
286 static void recv_channelAccept(struct mwService *srvc, in recv_channelAccept()
312 static void recv_channelDestroy(struct mwService *srvc, in recv_channelDestroy()
376 static void clear(struct mwService *srvc) { in clear()
394 struct mwService *srvc; in mwServiceStorage_new() local
[all …]
H A Dmw_service.h57 #define MW_SERVICE_IS_STATE(srvc, state) \ argument
60 #define MW_SERVICE_IS_STOPPED(srvc) \ argument
63 #define MW_SERVICE_IS_STOPPING(srvc) \ argument
66 #define MW_SERVICE_IS_STARTED(srvc) \ argument
69 #define MW_SERVICE_IS_STARTING(srvc) \ argument
74 #define MW_SERVICE_IS_LIVE(srvc) \ argument
78 #define MW_SERVICE_IS_DEAD(srvc) \ argument
H A Dsrvc_place.c239 struct mwServicePlace *srvc; in place_free() local
321 struct mwServicePlace *srvc; in recv_MESSAGE() local
361 struct mwServicePlace *srvc; in place_opened() local
373 struct mwServicePlace *srvc; in recv_SECTION_PEER_JOIN() local
411 struct mwServicePlace *srvc; in recv_SECTION_PEER_PART() local
438 struct mwServicePlace *srvc; in recv_SECTION_PEER_CLEAR_ATTR() local
460 struct mwServicePlace *srvc; in recv_SECTION_PEER_SET_ATTR() local
564 struct mwServicePlace *srvc; in recv_SECTION_PART() local
716 struct mwServicePlace *srvc; in recv_channelAccept() local
733 struct mwServicePlace *srvc; in recv_channelDestroy() local
[all …]
H A Dchannel.c233 void mwChannel_setService(struct mwChannel *chan, struct mwService *srvc) { in mwChannel_setService()
660 struct mwService *srvc; in channel_recv() local
744 struct mwService *srvc; in mwChannel_recvCreate() local
797 struct mwService *srvc; in mwChannel_recvAccept() local
863 struct mwService *srvc; in mwChannel_recvDestroy() local
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/sametime/
H A Dsametime.c1888 struct mwServiceAware *srvc; in mw_srvc_aware_new() local
2410 struct mwServiceIm *srvc; in convo_get_gconv() local
2556 struct mwServiceIm *srvc; in mw_conversation_opened() local
2848 struct mwServiceIm *srvc; in mw_conversation_recv() local
2887 struct mwServiceIm *srvc; in mw_place_invite() local
2931 struct mwServiceIm *srvc; in mw_srvc_im_new() local
2971 struct mwServicePlace *srvc; in mw_place_opened() local
3007 struct mwServicePlace *srvc; in mw_place_closed() local
3077 struct mwServicePlace *srvc; in mw_place_message() local
3114 struct mwServicePlace *srvc; in mw_srvc_place_new() local
[all …]
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/protocols/sametime/
H A Dsametime.c1888 struct mwServiceAware *srvc; in mw_srvc_aware_new() local
2410 struct mwServiceIm *srvc; in convo_get_gconv() local
2556 struct mwServiceIm *srvc; in mw_conversation_opened() local
2848 struct mwServiceIm *srvc; in mw_conversation_recv() local
2887 struct mwServiceIm *srvc; in mw_place_invite() local
2931 struct mwServiceIm *srvc; in mw_srvc_im_new() local
2971 struct mwServicePlace *srvc; in mw_place_opened() local
3007 struct mwServicePlace *srvc; in mw_place_closed() local
3077 struct mwServicePlace *srvc; in mw_place_message() local
3114 struct mwServicePlace *srvc; in mw_srvc_place_new() local
[all …]
/dports/net-im/finch/pidgin-2.14.8/libpurple/protocols/sametime/
H A Dsametime.c1888 struct mwServiceAware *srvc; in mw_srvc_aware_new() local
2410 struct mwServiceIm *srvc; in convo_get_gconv() local
2556 struct mwServiceIm *srvc; in mw_conversation_opened() local
2848 struct mwServiceIm *srvc; in mw_conversation_recv() local
2887 struct mwServiceIm *srvc; in mw_place_invite() local
2931 struct mwServiceIm *srvc; in mw_srvc_im_new() local
2971 struct mwServicePlace *srvc; in mw_place_opened() local
3007 struct mwServicePlace *srvc; in mw_place_closed() local
3077 struct mwServicePlace *srvc; in mw_place_message() local
3114 struct mwServicePlace *srvc; in mw_srvc_place_new() local
[all …]
/dports/audio/re/re-0.5.8/src/dns/
H A Dclient.c57 const uint32_t *srvc; member
85 uint32_t srvc; member
621 const struct sa *srvv, const uint32_t *srvc, in query()
779 const struct sa *srvv, const uint32_t *srvc, in dnsc_query_srv()
806 int proto, const struct sa *srvv, const uint32_t *srvc, in dnsc_notify()
838 const struct sa *srvv, uint32_t srvc) in dnsc_alloc()
890 int dnsc_srv_set(struct dnsc *dnsc, const struct sa *srvv, uint32_t srvc) in dnsc_srv_set()
/dports/net-im/kopete/kopete-21.12.3/protocols/meanwhile/
H A Dmeanwhilesession.h338 static void _handleResolveLookupResults(struct mwServiceResolve *srvc, in _handleResolveLookupResults()
348 static void _handleStorageLoad(struct mwServiceStorage *srvc, in _handleStorageLoad()
/dports/finance/electrum/Electrum-4.1.5/packages/google/protobuf/
H A Dservice_reflection.py146 def _WrapCallMethod(srvc, method_descriptor, argument
159 def _CallMethod(self, srvc, method_descriptor, argument
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/google/protobuf/
H A Dservice_reflection.py159 def _WrapCallMethod(srvc, method_descriptor, argument
172 def _CallMethod(self, srvc, method_descriptor, argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/python/google/protobuf/
H A Dservice_reflection.py143 def _WrapCallMethod(srvc, method_descriptor, argument
156 def _CallMethod(self, srvc, method_descriptor, argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/google/protobuf/
H A Dservice_reflection.py159 def _WrapCallMethod(srvc, method_descriptor, argument
172 def _CallMethod(self, srvc, method_descriptor, argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/python/google/protobuf/
H A Dservice_reflection.py143 def _WrapCallMethod(srvc, method_descriptor, argument
156 def _CallMethod(self, srvc, method_descriptor, argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gae_ts_mon/gae_ts_mon/protobuf/google/protobuf/
H A Dservice_reflection.py143 def _WrapCallMethod(srvc, method_descriptor, argument
156 def _CallMethod(self, srvc, method_descriptor, argument
/dports/devel/protobuf25/protobuf-2.5.0/python/google/protobuf/
H A Dservice_reflection.py143 def _WrapCallMethod(srvc, method_descriptor, argument
156 def _CallMethod(self, srvc, method_descriptor, argument
/dports/devel/py-protobuf/protobuf-3.17.3/google/protobuf/
H A Dservice_reflection.py146 def _WrapCallMethod(srvc, method_descriptor, argument
159 def _CallMethod(self, srvc, method_descriptor, argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/
H A DVirtualMachineManagerImpl.java146 IPreferencesService srvc = Platform.getPreferencesService(); in getGlobalRequestTimeout() local

12