Home
last modified time | relevance | path

Searched refs:replyType (Results 1 – 25 of 84) sorted by relevance

1234

/dports/emulators/tiemu3/tiemu-3.03/sdk/dcop/
H A Dtiemu_stub.cpp38 QCString replyType; in image_loaded() local
61 QCString replyType; in emulated_calc_type() local
84 QCString replyType; in emulated_hw_version() local
107 QCString replyType; in emulated_os_version() local
130 QCString replyType; in ready_for_transfers() local
153 QCString replyType; in send_file() local
178 QCString replyType; in send_files() local
203 QCString replyType; in debug_file() local
228 QCString replyType; in reset_calc() local
253 QCString replyType; in execute_command() local
[all …]
/dports/devel/qbs/qbs-src-1.21.0/src/app/qbs/
H A Dsession.cpp127 bool checkNormalRequestPrerequisites(const char *replyType);
142 void sendErrorReply(const char *replyType, const QString &message);
143 void sendErrorReply(const char *replyType, const ErrorInfo &error);
518 const char * const replyType = "run-environment"; in getRunEnvironment() local
519 if (!checkNormalRequestPrerequisites(replyType)) in getRunEnvironment()
535 sendErrorReply(replyType, error); in getRunEnvironment()
550 const char * const replyType = "generated-files-for-sources"; in getGeneratedFilesForSources() local
551 if (!checkNormalRequestPrerequisites(replyType)) in getGeneratedFilesForSources()
593 const char * const replyType = "project-released"; in releaseProject() local
595 sendErrorReply(replyType, tr("No open project.")); in releaseProject()
[all …]
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/cmio/VCamIPC/src/
H A Dipcbridge.mm224 xpc_type_t replyType;
248 replyType = xpc_get_type(reply);
250 if (replyType == XPC_TYPE_DICTIONARY)
255 if (replyType != XPC_TYPE_DICTIONARY)
287 replyType = xpc_get_type(reply);
289 if (replyType == XPC_TYPE_DICTIONARY)
355 auto replyType = xpc_get_type(reply);
394 auto replyType = xpc_get_type(reply);
435 auto replyType = xpc_get_type(reply);
474 auto replyType = xpc_get_type(reply);
[all …]
/dports/devel/libvirt/libvirt-7.10.0/src/util/
H A Dvirgdbus.c206 const GVariantType *replyType, in virGDBusCallMethod() argument
229 replyType, in virGDBusCallMethod()
259 const GVariantType *replyType, in virGDBusCallMethodWithFD() argument
284 replyType, in virGDBusCallMethodWithFD()
317 const GVariantType *replyType G_GNUC_UNUSED, in virGDBusCallMethodWithFD()
H A Dvirgdbus.h48 const GVariantType *replyType,
59 const GVariantType *replyType,
/dports/audio/madronalib/madronalib-1.6-1016-g103895f/external/oscpack/zeroconf/
H A DNetServiceBrowser.cpp41 const char *replyName, const char *replyType, in browse_reply() argument
51 self->addService(replyDomain, replyType, replyName, moreComing); in browse_reply()
55 self->removeService(replyDomain, replyType, replyName, moreComing); in browse_reply()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ZeroConfDevice/
H A DAutoDiscoveryWinImpl.cpp189 const char *replyName, const char *replyType, const char *replyDomain, void *context) in browse_reply() argument
200 impl->serviceRemoved(replyName, replyType, replyDomain); in browse_reply()
206 …DNSServiceErrorType err = DNSServiceResolve(&ref_pair->ref, 0, ifIndex, replyName, replyType, repl… in browse_reply()
279 …ntImpl::serviceRemoved(const std::string& replyName, const std::string& replyType, const std::stri… in serviceRemoved() argument
282 std::string full_name = replyName+"."+replyType+"."+replyDomain; in serviceRemoved()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ZeroConfDevice/
H A DAutoDiscoveryWinImpl.cpp189 const char *replyName, const char *replyType, const char *replyDomain, void *context) in browse_reply() argument
200 impl->serviceRemoved(replyName, replyType, replyDomain); in browse_reply()
206 …DNSServiceErrorType err = DNSServiceResolve(&ref_pair->ref, 0, ifIndex, replyName, replyType, repl… in browse_reply()
279 …ntImpl::serviceRemoved(const std::string& replyName, const std::string& replyType, const std::stri… in serviceRemoved() argument
282 std::string full_name = replyName+"."+replyType+"."+replyDomain; in serviceRemoved()
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/prober/
H A Dicmp.go70 replyType icmp.Type
109 replyType = ipv6.ICMPTypeEchoReply
137 replyType = ipv4.ICMPTypeEchoReply
218 wm.Type = replyType
263 if idUnknown || replyType == ipv6.ICMPTypeEchoReply {
/dports/devel/sope/SOPE/sope-mime/NGMime/
H A DNGConcreteMimeType.m151 [self->replyType release]; self->replyType = nil;
152 self->replyType = [[_parameters objectForKey:key] copy];
183 [self->replyType release];
315 - (NSString *)replyType { method
316 return self->replyType;
345 if (self->replyType) {
365 return self->replyType;
384 if (self->replyType)
385 [d setObject:self->replyType forKey:@"reply-type"];
415 if (self->replyType) {
[all …]
/dports/devel/sope2/SOPE/sope-mime/NGMime/
H A DNGConcreteMimeType.m151 [self->replyType release]; self->replyType = nil;
152 self->replyType = [[_parameters objectForKey:key] copy];
183 [self->replyType release];
315 - (NSString *)replyType { method
316 return self->replyType;
345 if (self->replyType) {
365 return self->replyType;
384 if (self->replyType)
385 [d setObject:self->replyType forKey:@"reply-type"];
415 if (self->replyType) {
[all …]
/dports/shells/elvish/elvish-0.17.0/pkg/rpc/
H A Dserver.go301 replyType := mtype.In(2)
302 if replyType.Kind() != reflect.Ptr {
304 log.Printf("rpc.Register: reply type of method %q is not a pointer: %q\n", mname, replyType)
309 if !isExportedOrBuiltinType(replyType) {
311 log.Printf("rpc.Register: reply type of method %q is not exported: %q\n", mname, replyType)
329 methods[mname] = &methodType{method: method, ArgType: argType, ReplyType: replyType}
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/net/rpc/
H A Dserver.go314 replyType := mtype.In(2)
315 if replyType.Kind() != reflect.Ptr {
317 log.Println("method", mname, "reply type not a pointer:", replyType)
322 if !isExportedOrBuiltinType(replyType) {
324 log.Println("method", mname, "reply type not exported:", replyType)
342 methods[mname] = &methodType{method: method, ArgType: argType, ReplyType: replyType}
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/net/rpc/
H A Dserver.go305 replyType := mtype.In(2)
306 if replyType.Kind() != reflect.Ptr {
308 log.Printf("rpc.Register: reply type of method %q is not a pointer: %q\n", mname, replyType)
313 if !isExportedOrBuiltinType(replyType) {
315 log.Printf("rpc.Register: reply type of method %q is not exported: %q\n", mname, replyType)
333 methods[mname] = &methodType{method: method, ArgType: argType, ReplyType: replyType}
/dports/lang/gcc8/gcc-8.5.0/libgo/go/net/rpc/
H A Dserver.go312 replyType := mtype.In(2)
313 if replyType.Kind() != reflect.Ptr {
315 log.Printf("rpc.Register: reply type of method %q is not a pointer: %q\n", mname, replyType)
320 if !isExportedOrBuiltinType(replyType) {
322 log.Printf("rpc.Register: reply type of method %q is not exported: %q\n", mname, replyType)
340 methods[mname] = &methodType{method: method, ArgType: argType, ReplyType: replyType}
/dports/lang/gcc48/gcc-4.8.5/libgo/go/net/rpc/
H A Dserver.go310 replyType := mtype.In(2)
311 if replyType.Kind() != reflect.Ptr {
313 log.Println("method", mname, "reply type not a pointer:", replyType)
318 if !isExportedOrBuiltinType(replyType) {
320 log.Println("method", mname, "reply type not exported:", replyType)
338 methods[mname] = &methodType{method: method, ArgType: argType, ReplyType: replyType}
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/net/rpc/
H A Dserver.go312 replyType := mtype.In(2)
313 if replyType.Kind() != reflect.Ptr {
315 log.Println("method", mname, "reply type not a pointer:", replyType)
320 if !isExportedOrBuiltinType(replyType) {
322 log.Println("method", mname, "reply type not exported:", replyType)
340 methods[mname] = &methodType{method: method, ArgType: argType, ReplyType: replyType}
/dports/lang/gcc10/gcc-10.3.0/libgo/go/net/rpc/
H A Dserver.go305 replyType := mtype.In(2)
306 if replyType.Kind() != reflect.Ptr {
308 log.Printf("rpc.Register: reply type of method %q is not a pointer: %q\n", mname, replyType)
313 if !isExportedOrBuiltinType(replyType) {
315 log.Printf("rpc.Register: reply type of method %q is not exported: %q\n", mname, replyType)
333 methods[mname] = &methodType{method: method, ArgType: argType, ReplyType: replyType}
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/net/rpc/
H A Dserver.go312 replyType := mtype.In(2)
313 if replyType.Kind() != reflect.Ptr {
315 log.Printf("rpc.Register: reply type of method %q is not a pointer: %q\n", mname, replyType)
320 if !isExportedOrBuiltinType(replyType) {
322 log.Printf("rpc.Register: reply type of method %q is not exported: %q\n", mname, replyType)
340 methods[mname] = &methodType{method: method, ArgType: argType, ReplyType: replyType}
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/net/rpc/
H A Dserver.go309 replyType := mtype.In(2)
310 if replyType.Kind() != reflect.Pointer {
312 log.Printf("rpc.Register: reply type of method %q is not a pointer: %q\n", mname, replyType)
317 if !isExportedOrBuiltinType(replyType) {
319 log.Printf("rpc.Register: reply type of method %q is not exported: %q\n", mname, replyType)
337 methods[mname] = &methodType{method: method, ArgType: argType, ReplyType: replyType}
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/net/rpc/
H A Dserver.go305 replyType := mtype.In(2)
306 if replyType.Kind() != reflect.Ptr {
308 log.Printf("rpc.Register: reply type of method %q is not a pointer: %q\n", mname, replyType)
313 if !isExportedOrBuiltinType(replyType) {
315 log.Printf("rpc.Register: reply type of method %q is not exported: %q\n", mname, replyType)
333 methods[mname] = &methodType{method: method, ArgType: argType, ReplyType: replyType}
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/net/rpc/
H A Dserver.go305 replyType := mtype.In(2)
306 if replyType.Kind() != reflect.Ptr {
308 log.Printf("rpc.Register: reply type of method %q is not a pointer: %q\n", mname, replyType)
313 if !isExportedOrBuiltinType(replyType) {
315 log.Printf("rpc.Register: reply type of method %q is not exported: %q\n", mname, replyType)
333 methods[mname] = &methodType{method: method, ArgType: argType, ReplyType: replyType}
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/net/rpc/
H A Dserver.go312 replyType := mtype.In(2)
313 if replyType.Kind() != reflect.Ptr {
315 log.Printf("rpc.Register: reply type of method %q is not a pointer: %q\n", mname, replyType)
320 if !isExportedOrBuiltinType(replyType) {
322 log.Printf("rpc.Register: reply type of method %q is not exported: %q\n", mname, replyType)
340 methods[mname] = &methodType{method: method, ArgType: argType, ReplyType: replyType}
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/net/rpc/
H A Dserver.go312 replyType := mtype.In(2)
313 if replyType.Kind() != reflect.Ptr {
315 log.Printf("rpc.Register: reply type of method %q is not a pointer: %q\n", mname, replyType)
320 if !isExportedOrBuiltinType(replyType) {
322 log.Printf("rpc.Register: reply type of method %q is not exported: %q\n", mname, replyType)
340 methods[mname] = &methodType{method: method, ArgType: argType, ReplyType: replyType}
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/net/rpc/
H A Dserver.go312 replyType := mtype.In(2)
313 if replyType.Kind() != reflect.Ptr {
315 log.Printf("rpc.Register: reply type of method %q is not a pointer: %q\n", mname, replyType)
320 if !isExportedOrBuiltinType(replyType) {
322 log.Printf("rpc.Register: reply type of method %q is not exported: %q\n", mname, replyType)
340 methods[mname] = &methodType{method: method, ArgType: argType, ReplyType: replyType}

1234