Searched refs:once (Results 151 - 175 of 451) sorted by relevance

1234567891011>>

/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dmem_api.c23 #include <isc/once.h>
35 static isc_once_t once = ISC_ONCE_INIT; variable
47 RUNTIME_CHECK(isc_once_do(&once, initialize) == ISC_R_SUCCESS);
H A Dsocket_api.c24 #include <isc/once.h>
29 static isc_once_t once = ISC_ONCE_INIT; variable
41 RUNTIME_CHECK(isc_once_do(&once, initialize) == ISC_R_SUCCESS);
H A Dtask_api.c26 #include <isc/once.h>
31 static isc_once_t once = ISC_ONCE_INIT; variable
43 RUNTIME_CHECK(isc_once_do(&once, initialize) == ISC_R_SUCCESS);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dnet.c28 #include <isc/once.h>
54 static isc_once_t once = ISC_ONCE_INIT; variable
112 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dnet.c28 #include <isc/once.h>
59 static isc_once_t once = ISC_ONCE_INIT; variable
117 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Ddlz.c74 #include <isc/once.h>
85 static isc_once_t once = ISC_ONCE_INIT; variable
148 * to only really happen once.
150 RUNTIME_CHECK(isc_once_do(&once, dlz_initialize) == ISC_R_SUCCESS);
341 * to only really happen once.
343 RUNTIME_CHECK(isc_once_do(&once, dlz_initialize) == ISC_R_SUCCESS);
496 * to only really happen once.
498 RUNTIME_CHECK(isc_once_do(&once, dlz_initialize) == ISC_R_SUCCESS);
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinThrd.c95 static int once; variable
694 * called once for each thread.
1106 if (!once) {
1113 once = 1;
1150 } else if (once) {
1159 once = 0; /* reset for next time. */
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/reachability/
H A DSCNetworkReachabilityServer_client.c101 static dispatch_once_t once; local
110 dispatch_once(&once, ^{
121 static dispatch_once_t once; local
124 dispatch_once(&once, ^{
263 static dispatch_once_t once; local
266 dispatch_once(&once, ^{
366 static dispatch_once_t once; local
374 dispatch_once(&once, ^{
395 static dispatch_once_t once; local
398 dispatch_once(&once,
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/in_1/
H A Dwks_11.c30 #include <isc/once.h>
66 static isc_once_t once = ISC_ONCE_INIT; local
88 RUNTIME_CHECK(isc_once_do(&once, init_lock) == ISC_R_SUCCESS);
/macosx-10.10.1/bind9-45.101/bind9/lib/irs/
H A Dcontext.c25 #include <isc/once.h>
58 static isc_once_t once = ISC_ONCE_INIT; variable
154 result = isc_once_do(&once, thread_key_mutex_init);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dnet.c37 #include <isc/once.h>
113 static isc_once_t once = ISC_ONCE_INIT; variable
219 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Ddgsct.c375 boolean once = false; local
413 if (probe == probe_hint && !once)
415 once = true;
705 * to ensure that non-idempotent calls have at-most-once semantics.
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dnet.c37 #include <isc/once.h>
114 static isc_once_t once = ISC_ONCE_INIT; variable
220 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
/macosx-10.10.1/Csu-85/
H A Dstart.s97 bne Lapple ; once found, next pointer is "apple" parameter now in r6
124 bne Lapple ; once found, next pointer is "apple" parameter now in r6
151 jne Lapple # once found, next pointer is "apple" parameter now in %ebx
181 add $8,%rcx # once found, next pointer is "apple" parameter now in %rcx
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/mech/
H A Dcontext.c441 static heim_base_once_t once = HEIM_BASE_ONCE_INIT; local
443 heim_base_once_f(&once, NULL, setup_logging);
577 static heim_base_once_t once = HEIM_BASE_ONCE_INIT; local
578 heim_base_once_f(&once, NULL, load_plugins);
/macosx-10.10.1/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-match-parallel.c142 int once; local
476 once = 0;
519 if (!once)
525 once++;
/macosx-10.10.1/configd-699.1.5/nwi/
H A Dnetwork_information.c58 static dispatch_once_t once; local
61 dispatch_once(&once, ^{
202 static dispatch_once_t once; local
205 dispatch_once(&once, ^{
/macosx-10.10.1/libauto-186/
H A DRange.h26 #pragma once
H A DRegion.h26 #pragma once
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DThirdPage.h18 #pragma once
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DNSServiceBrowser/Windows/Sources/
H A DChooserDialog.h22 #pragma once
/macosx-10.10.1/sudo-73/src/
H A Ddef_data.c3 { "once", once },
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dinherit.test19 test {Cannot inherit from the same base class more than once} {
23 [string match {*class "::VirtualErr" inherits base class "::Foo" more than once:
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/tests/
H A Doption.test69 test option-1.2 {"keep" can be called more than once} {
85 test option-1.3 {"rename" can be called more than once} {
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/scxx/
H A DPWOMSequence.h9 #pragma once

Completed in 884 milliseconds

1234567891011>>