Searched refs:registration (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/Java/
H A DRegisterListener.java26 /** Called when a registration has been completed.<P>
28 @param registration
29 The active registration.
46 void serviceRegistered( DNSSDRegistration registration, int flags, String serviceName, argument
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWin32Dll.c21 * pushing registration records onto the runtime stack. Instead, we register
109 EXCEPTION_REGISTRATION registration;
137 "leal %[registration], %%edx" "\n\t"
193 [registration] "m" (registration),
107 EXCEPTION_REGISTRATION registration; local
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DStructuredExceptionHandlerSuppressor.cpp101 void* registration; local
115 __asm mov [registration], eax
117 exceptionRegistration.prev = (ExceptionRegistration*)registration;
125 m_savedExceptionRegistration = registration;
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWin32Dll.c20 * pushing registration records onto the runtime stack. Instead, we register
109 EXCEPTION_REGISTRATION registration;
138 "leal %[registration], %%edx" "\n\t"
194 [registration] "m" (registration),
107 EXCEPTION_REGISTRATION registration; local
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dslpreg.vim2 " Language: RFC 2614 - An API for Service Location registration file
/macosx-10.10/WebCore-7600.1.25/dom/
H A DMutationObserver.cpp125 void MutationObserver::observationStarted(MutationObserverRegistration* registration) argument
127 ASSERT(!m_registrations.contains(registration));
128 m_registrations.add(registration);
131 void MutationObserver::observationEnded(MutationObserverRegistration* registration) argument
133 ASSERT(m_registrations.contains(registration));
134 m_registrations.remove(registration);
H A DNode.cpp1905 const MutationObserverRegistration& registration = **iter; local
1906 if (registration.shouldReceiveMutationFrom(target, type, attributeName)) {
1907 MutationRecordDeliveryOptions deliveryOptions = registration.deliveryOptions();
1908 HashMap<MutationObserver*, MutationRecordDeliveryOptions>::AddResult result = observers.add(registration.observer(), deliveryOptions);
1928 MutationObserverRegistration* registration = 0; local
1932 registration = registry[i].get();
1933 registration->resetObservation(options, attributeFilter);
1937 if (!registration) {
1939 registration = registry.last().get();
1942 document().addMutationObserverTypes(registration
1945 unregisterMutationObserver(MutationObserverRegistration* registration) argument
1960 registerTransientMutationObserver(MutationObserverRegistration* registration) argument
1965 unregisterTransientMutationObserver(MutationObserverRegistration* registration) argument
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclWin32Dll.c44 * by pushing registration records onto the runtime stack. Instead, we
292 EXCEPTION_REGISTRATION registration;
314 "leal %[registration], %%edx" "\n\t"
367 [registration] "m" (registration),
536 EXCEPTION_REGISTRATION registration;
554 "leal %[registration], %%edx" "\n\t"
608 [registration] "m" (registration),
615 retval = (registration
290 EXCEPTION_REGISTRATION registration; local
529 EXCEPTION_REGISTRATION registration; local
1061 EXCEPTION_REGISTRATION registration; local
[all...]
H A DtclWinFCmd.c80 * by pushing registration records onto the runtime stack. Instead, we
187 EXCEPTION_REGISTRATION registration;
234 "leal %[registration], %%edx" "\n\t"
285 [registration] "m" (registration),
292 if (registration.status != FALSE) {
558 EXCEPTION_REGISTRATION registration;
605 "leal %[registration], %%edx" "\n\t"
657 [registration] "m" (registration),
186 EXCEPTION_REGISTRATION registration; local
556 EXCEPTION_REGISTRATION registration; local
[all...]
H A DtclWinChan.c132 * by pushing registration records onto the runtime stack. Instead, we
984 EXCEPTION_REGISTRATION registration;
1078 "leal %[registration], %%edx" "\n\t"
1128 [registration] "m" (registration),
1133 result = registration.status;
969 EXCEPTION_REGISTRATION registration; local
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Ddecmpfs.h156 errno_t register_decmpfs_decompressor(uint32_t compression_type, decmpfs_registration *registration);
157 errno_t unregister_decmpfs_decompressor(uint32_t compression_type, decmpfs_registration *registration);
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWin32Dll.c54 * pushing registration records onto the runtime stack. Instead, we register
309 EXCEPTION_REGISTRATION registration;
332 "leal %[registration], %%edx" "\n\t"
387 [registration] "m" (registration),
1071 EXCEPTION_REGISTRATION registration;
1087 "leal %[registration], %%edx" "\n\t"
1150 [registration] "m" (registration),
1155 status = registration
307 EXCEPTION_REGISTRATION registration; local
1058 EXCEPTION_REGISTRATION registration; local
[all...]
H A DtclWinFCmd.c76 * pushing registration records onto the runtime stack. Instead, we register
182 EXCEPTION_REGISTRATION registration;
223 "leal %[registration], %%edx" "\n\t"
278 [registration] "m" (registration),
285 if (registration.status != FALSE) {
575 EXCEPTION_REGISTRATION registration;
616 "leal %[registration], %%edx" "\n\t"
672 [registration] "m" (registration),
181 EXCEPTION_REGISTRATION registration; local
573 EXCEPTION_REGISTRATION registration; local
[all...]
H A DtclWinChan.c128 * pushing registration records onto the runtime stack. Instead, we register
1048 EXCEPTION_REGISTRATION registration;
1133 "leal %[registration], %%edx" "\n\t"
1187 [registration] "m" (registration),
1192 result = registration.status;
1032 EXCEPTION_REGISTRATION registration; local
/macosx-10.10/mDNSResponder-561.1.1/Clients/Java/
H A DSimpleChat.java41 DNS-SD registration, browsing, resolving and record-querying.
67 DNSSDRegistration registration; // object that maintains our connection advertisement field in class:SimpleChat
101 registration = DNSSD.register( 0, 0, ourName, kChatExampleRegType, "", "", inSocket.getLocalPort(), null, this);
154 public void serviceRegistered( DNSSDRegistration registration, int flags, argument
H A DDNSSDUnitTest.java151 public void serviceRegistered( DNSSDRegistration registration, int flags, String serviceName, argument
179 public void serviceRegistered( DNSSDRegistration registration, int flags, String serviceName, argument
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c173 /* get the function at the given offset in the registration for the given type */
902 #pragma mark --- registration/validation routines ---
904 static inline int registration_valid(decmpfs_registration *registration) argument
906 return registration && ((registration->decmpfs_registration == DECMPFS_REGISTRATION_VERSION_V1) || (registration->decmpfs_registration == DECMPFS_REGISTRATION_VERSION_V3));
910 register_decmpfs_decompressor(uint32_t compression_type, decmpfs_registration *registration) argument
918 if ((compression_type >= CMP_MAX) || !registration_valid(registration)) {
925 /* make sure the registration for this type is zero */
930 decompressors[compression_type] = registration;
940 unregister_decmpfs_decompressor(uint32_t compression_type, decmpfs_registration *registration) argument
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dslpreg.vim2 " Language: RFC 2614 - An API for Service Location registration file
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd.c880 mDNSlocal mDNSu8 *PutUpdateSRV(DaemonInfo *d, DNSZone * zone, PktMsg *pkt, mDNSu8 *ptr, char *regtype, mDNSIPPort port, mDNSBool registration) argument
898 VLog("%s %s", registration ? "Registering SRV record" : "Deleting existing RRSet",
900 if (registration) ptr = PutResourceRecord(&pkt->msg, ptr, &pkt->msg.h.mDNS_numUpdates, &rr.resrec);
908 mDNSlocal int UpdateSRV(DaemonInfo *d, mDNSBool registration) argument
937 ptr = PutUpdateSRV(d, zone, &pkt, ptr, "_dns-update-tls._tcp.", d->private_port, registration);
939 ptr = PutUpdateSRV(d, zone, &pkt, ptr, "_dns-query-tls._tcp.", d->private_port, registration);
941 ptr = PutUpdateSRV(d, zone, &pkt, ptr, "_dns-llq-tls._tcp.", d->private_port, registration);
944 if ( !registration )
946 ptr = PutUpdateSRV(d, zone, &pkt, ptr, "_dns-update._udp.", d->llq_port, registration);
948 ptr = PutUpdateSRV(d, zone, &pkt, ptr, "_dns-llq._udp.", d->llq_port, registration);
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A Ditcl_bicmds.c40 char* registration; /* registration name for C proc */ member in struct:BiMethod
87 BiMethodList[i].registration+1, BiMethodList[i].proc,
216 BiMethodList[i].usage, BiMethodList[i].registration);
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DDocument.pm389 de-registration of named C<BLOCKS> previously installed.
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/include/
H A Dclassinstance_api.inc393 will be called in order of registration (i.e. first to
/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dgnv_link_curl.com258 For VAX, use the same registration, but remove the kit name from any of the
/macosx-10.10/vim-55/runtime/
H A Dmakemenu.vim455 SynMenu S-Sm.Service\ Location\ registration:slpreg
H A Dsynmenu.vim429 an 50.110.260 &Syntax.S-Sm.Service\ Location\ registration :cal SetSyn("slpreg")<CR>

Completed in 448 milliseconds

12