Searched refs:globals (Results 201 - 225 of 424) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DCCallbackMgr.cp213 StLock<Mutex>_(*globals().storageManager.getStorageManagerMutex());
215 thisKeychain = globals().storageManager.keychain(dbid);
230 globals().storageManager.forceUserSearchListReread();
H A DSecIdentity.cpp154 globals().storageManager.optionalSearchList(keychainOrArray, keychains);
329 globals().storageManager.getSearchList(keychains);
544 globals().storageManager.getSearchList(keychains);
579 keychain = globals().storageManager.defaultKeychain();
584 keychain = globals().storageManager.defaultKeychainUI(item);
616 globals().storageManager.optionalSearchList(keychainOrArray, keychains);
654 globals().storageManager.optionalSearchList(keychainOrArray, keychains);
787 keychain = globals().storageManager.defaultKeychainUI(item);
965 globals().storageManager.optionalSearchList((CFTypeRef)NULL, keychains);
1034 Keychain systemKc = globals()
[all...]
H A DKeychains.cpp411 globals().storageManager.removeKeychain(dlDbIdentifier(), this);
422 return globals().storageManager.getStorageManagerMutex();
436 globals().storageManager.removeKeychain(identifier, this);
526 globals().storageManager.created(Keychain(this));
550 globals().storageManager.created(Keychain(this));
992 // globals().apiLock anymore some other thread might have beaten
1033 // globals().apiLock anymore some other thread might have beaten
1284 return globals().storageManager.defaultKeychain();
1320 return globals().smartcardCredentials();
1322 return globals()
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Duserspace.py71 kdp_pmap_addr = unsigned(addressof(kern.globals.kdp_pmap))
75 debuglog("newpmap = 0x{:x}".format(kern.globals.kdp_pmap))
193 osversion += " ({:s})".format(kern.globals.osversion)
245 kdp_pmap_addr = unsigned(addressof(kern.globals.kdp_pmap))
256 elif kern.arch in ['arm'] and long(size) < (2 * kern.globals.page_size):
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecIdentity.cpp154 globals().storageManager.optionalSearchList(keychainOrArray, keychains);
329 globals().storageManager.getSearchList(keychains);
544 globals().storageManager.getSearchList(keychains);
579 keychain = globals().storageManager.defaultKeychain();
584 keychain = globals().storageManager.defaultKeychainUI(item);
616 globals().storageManager.optionalSearchList(keychainOrArray, keychains);
654 globals().storageManager.optionalSearchList(keychainOrArray, keychains);
787 keychain = globals().storageManager.defaultKeychainUI(item);
965 globals().storageManager.optionalSearchList((CFTypeRef)NULL, keychains);
1034 Keychain systemKc = globals()
[all...]
H A DKeychains.cpp411 globals().storageManager.removeKeychain(dlDbIdentifier(), this);
422 return globals().storageManager.getStorageManagerMutex();
436 globals().storageManager.removeKeychain(identifier, this);
526 globals().storageManager.created(Keychain(this));
550 globals().storageManager.created(Keychain(this));
992 // globals().apiLock anymore some other thread might have beaten
1033 // globals().apiLock anymore some other thread might have beaten
1284 return globals().storageManager.defaultKeychain();
1320 return globals().smartcardCredentials();
1322 return globals()
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecIdentity.cpp154 globals().storageManager.optionalSearchList(keychainOrArray, keychains);
329 globals().storageManager.getSearchList(keychains);
544 globals().storageManager.getSearchList(keychains);
579 keychain = globals().storageManager.defaultKeychain();
584 keychain = globals().storageManager.defaultKeychainUI(item);
616 globals().storageManager.optionalSearchList(keychainOrArray, keychains);
654 globals().storageManager.optionalSearchList(keychainOrArray, keychains);
787 keychain = globals().storageManager.defaultKeychainUI(item);
965 globals().storageManager.optionalSearchList((CFTypeRef)NULL, keychains);
1034 Keychain systemKc = globals()
[all...]
H A DKeychains.cpp411 globals().storageManager.removeKeychain(dlDbIdentifier(), this);
422 return globals().storageManager.getStorageManagerMutex();
436 globals().storageManager.removeKeychain(identifier, this);
526 globals().storageManager.created(Keychain(this));
550 globals().storageManager.created(Keychain(this));
992 // globals().apiLock anymore some other thread might have beaten
1033 // globals().apiLock anymore some other thread might have beaten
1284 return globals().storageManager.defaultKeychain();
1320 return globals().smartcardCredentials();
1322 return globals()
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dsortlist.c30 #include <named/globals.h>
/macosx-10.9.5/bind9-45.100/bind9/bin/named/win32/
H A Dntservice.c26 #include <named/globals.h>
/macosx-10.9.5/libxml2-26/libxml2/VxWorks/
H A DMakefile37 globals.o \
/macosx-10.9.5/libxml2-26/libxml2/
H A Dbuild_glob.py30 globals={}
32 global_code=open("globals.c").readlines()
33 global_hdr=open("include/libxml/globals.h").readlines()
34 global_functions_hdr=open("include/libxml/globals.h", "w+")
35 global_functions_impl=open("globals.c", "w+")
H A DtestThreadsWin32.c6 #include <libxml/globals.h>
H A DtestURI.c17 #include <libxml/globals.h>
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Dxmlmemory.h219 #include <libxml/globals.h>
/macosx-10.9.5/libxml2-26/libxml2/vms/
H A Dbuild_libxml.com53 $ sources = sources + " catalog.c globals.c threads.c c14n.c xmlstring.c"
92 $ globfile = f$search("[-...]globals.c")
95 $ write sys$output "Can't locate globals.c. You need to manually define a XML_SRCDIR logical"
108 $ globfile = f$search("[-...]globals.h")
111 $ write sys$output "Can't locate globals.h. You need to manually define a LIBXML logical"
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/VxWorks/
H A DMakefile37 globals.o \
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxmlmemory.h219 #include <libxml/globals.h>
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DtestThreadsWin32.c6 #include <libxml/globals.h>
H A DtestURI.c17 #include <libxml/globals.h>
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/vms/
H A Dbuild_libxml.com53 $ sources = sources + " catalog.c globals.c threads.c c14n.c xmlstring.c"
92 $ globfile = f$search("[-...]globals.c")
95 $ write sys$output "Can't locate globals.c. You need to manually define a XML_SRCDIR logical"
108 $ globfile = f$search("[-...]globals.h")
111 $ write sys$output "Can't locate globals.h. You need to manually define a LIBXML logical"
/macosx-10.9.5/vim-53/src/po/
H A DMake_cyg.mak121 --add-comments --keyword=_ --keyword=N_ $(wildcard ../*.c) ../if_perl.xs $(wildcard ../globals.h)
125 --add-comments --keyword=_ --keyword=N_ $(wildcard ../*.c) ../if_perl.xs $(wildcard ../globals.h)
/macosx-10.9.5/Libc-997.90.3/os/
H A Dtrace.c97 _os_trace_init(void *globals) argument
99 struct os_trace_globals_s *g = globals;
/macosx-10.9.5/libxslt-13/libxslt/vms/
H A Dbuild_xslt.com121 $ ! look for globals.h in a directory installed paralle to this one
123 $ globfile = f$search("[--...]globals.h")
141 $ globfile = f$search("[--...]globals.c")
144 $ write sys$output "Can't locate globals.c. You need to manually define a XML_SRCDIR logical"
/macosx-10.9.5/swig-10/Lib/python/
H A Dpythonkw.swg72 PYTHONBN(globals);

Completed in 301 milliseconds

1234567891011>>