Searched refs:once (Results 276 - 300 of 451) sorted by relevance

<<111213141516171819

/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/cf/
H A Dcredential.c369 static dispatch_once_t once; local
371 dispatch_once(&once, ^{
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dcache_module.c476 static dispatch_once_t once; local
478 dispatch_once(&once, ^{
/macosx-10.10.1/Libinfo-459/membership.subproj/
H A Dmembership.c88 static dispatch_once_t once; local
91 dispatch_once(&once, ^(void) {
/macosx-10.10.1/MITKerberosShim-66/
H A Dheim-loader.c404 static dispatch_once_t once = 0; local
405 dispatch_once(&once, ^{ load_functions(); });
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cms/lib/
H A DCMSDecoder.cpp188 static pthread_once_t once = PTHREAD_ONCE_INIT; local
191 pthread_once(&once, &cmsDecoderClassInitialize);
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dsemaphore.c55 static dispatch_once_t once; local
64 dispatch_once(&once, ^{
241 // held by the waiter. However, once this value is incremented the waiter
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dman.vim39 " Define functions only once.
/macosx-10.10.1/vim-55/runtime/indent/
H A Dcdl.vim14 " Only define the function once.
H A Derlang.vim16 " Only define the functions once.
H A Dfortran.vim51 " Define the appropriate indent function but only once
H A Dperl.vim37 " Only define the function once.
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dfan.vim25 syn keyword fanSlot virtual override once
H A Dgpg.vim70 \ list-only lock-multiple lock-never lock-once
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DSocket.pm78 warn "Send to " . ref($self) . " failed ($@), retrying once...";
134 try to reconnect once. If it succeeds, the message will be sent.
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DConstants.pm149 The SOAP::Lite package attempts to locate and use the L<XML::Parser> package, falling back on an internal, pure-Perl parser in its absence. This package is a fast parser, based on the Expat parser developed by James Clark. If the application sets this value to 1, there will be no attempt to locate or use XML::Parser. There are several reasons you might choose to do this. If the package will never be made available, there is no reason to perform the test. Setting this parameter is less time-consuming than the test for the package would be. Also, the XML::Parser code links against the Expat libraries for the C language. In some environments, this could cause a problem when mixed with other applications that may be linked against a different version of the same libraries. This was once the case with certain combinations of Apache, mod_perl and XML::Parser.
/macosx-10.10.1/Heimdal-398.1.2/kdc/
H A Ddigest-service.c634 static dispatch_once_t once; local
637 dispatch_once(&once, ^{
1646 static dispatch_once_t once; local
1658 dispatch_once(&once, ^{
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DEncodeDecodeTransforms.c468 static dispatch_once_t once; local
477 dispatch_once(&once, aBlock);
976 static dispatch_once_t once; local
985 dispatch_once(&once, aBlock);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DWebContextMac.mm594 static dispatch_once_t once;
595 dispatch_once(&once, ^{
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dstatschannel.c26 #include <isc/once.h>
77 static isc_once_t once = ISC_ONCE_INIT; variable
1202 RUNTIME_CHECK(isc_once_do(&once, init_desc) == ISC_R_SUCCESS);
1338 RUNTIME_CHECK(isc_once_do(&once, init_desc) == ISC_R_SUCCESS);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dreglib.h551 unsigned char once; /* if 1st parse fails, quit */ member in struct:reglib_s
/macosx-10.10.1/libauto-186/
H A DBlockIterator.h26 #pragma once
77 // const boolean_t visitLargesConcurrently const() - return true if larges are heavyweight and should be processed one at a time, false if the entire large list should be treated as one work unit. The visit function will be called once for each large either way.
97 // Visit a Large. If the visitor wants to process them all at once, visit them all.
138 // the visitor wants to handle all larges at once so clear out the list
183 // Each subzone is visited separately, and larges may be visited individually or all at once depending on the Visitor.
H A DThread.h26 #pragma once
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DLL.NET/
H A Ddnssd_NET.h35 #pragma once
/macosx-10.10.1/tcl-105/tcl_ext/tclae/tclae/generic/
H A DtclAEInt.h40 #pragma once
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/
H A DDispatch.pm329 little code needed on your part, once the dispatching object has been
368 will only be applied to a given message once. If they do not return
538 will only be applied to a given message once. If they do not return

Completed in 529 milliseconds

<<111213141516171819