Searched refs:handle (Results 126 - 150 of 1446) sorted by relevance

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DAppleTP.cpp42 CSSM_MODULE_HANDLE handle,
51 return new AppleTPSession(handle,
41 makeSession( CSSM_MODULE_HANDLE handle, const CSSM_VERSION &version, uint32 subserviceId, CSSM_SERVICE_TYPE subserviceType, CSSM_ATTACH_FLAGS attachFlags, const CSSM_UPCALLS &upcalls) argument
/macosx-10.10.1/apache-793/httpd/modules/lua/test/htdocs/
H A Dheaders.lua1 function handle(r) function
/macosx-10.10.1/dtrace-147/test/tst/common/pid/
H A Dtst.args1.c40 handle(int sig) function
49 (void) signal(SIGUSR1, handle);
H A Dtst.weak1.c46 handle(int sig) function
55 (void) signal(SIGUSR1, handle);
H A Dtst.weak2.c46 handle(int sig) function
55 (void) signal(SIGUSR1, handle);
/macosx-10.10.1/dtrace-147/test/tst/common/raise/
H A Dtst.raise2.c33 handle(int sig) function
43 sa.sa_handler = handle;
H A Dtst.raise3.c33 handle(int sig) function
43 sa.sa_handler = handle;
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-DYLD_FALLBACK_LIBRARY_PATH/
H A Dmain.c35 void* handle = dlopen("/junk/path/libfoo.dylib", RTLD_LAZY); local
36 if ( handle != NULL )
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-RTLD_GLOBAL/
H A Dmain.c36 void* handle = dlopen(argv[1], RTLD_GLOBAL); local
37 if ( handle == NULL ) {
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-RTLD_NOLOAD-fallback/
H A Dmain.c39 void* handle = dlopen(path, RTLD_NOLOAD); local
40 if ( handle != NULL )
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-RTLD_NOW/
H A Dmain.c41 void* handle = dlopen("test.bundle", RTLD_NOW); local
42 if ( handle == NULL ) {
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-codesign/
H A Dmain.c14 void* handle = dlopen("libfoo.dylib", RTLD_LAZY); local
15 if ( handle != NULL ) {
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-non-canonical-path/
H A Dmain.c33 void* handle = dlopen(path, RTLD_LAZY); local
34 if ( handle == NULL ) {
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlsym-error/
H A Dmain.c39 void* handle = (void*)0x12345; // bogus value local
42 void* sym = dlsym(handle, "foo");
44 FAIL("dlsym(handle, \"foo\") should not have succeeded");
47 // expect dlerro() to mention "handle"
48 if ( strstr(dlerror(), "handle") == NULL ) {
49 FAIL("dlerror() after dlsym(handle, \"foo\") does not mention \"handle\"");
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/symbol-resolver-lazy-prebound/
H A Dmain.c34 void* handle = dlopen("libfoo.dylib", RTLD_NOW); local
35 Func_t pFoo = (Func_t)dlsym(handle, "foo");
/macosx-10.10.1/ntp-92/include/
H A Dtimepps-SunOS.h202 * create PPS handle from file descriptor
208 pps_handle_t *handle /* returned handle */
215 if (!handle) {
229 *handle = malloc(sizeof(pps_unit_t));
230 if (!(*handle)) {
235 memset(*handle, 0, sizeof(pps_unit_t));
236 (*handle)->filedes = filedes;
237 (*handle)->params.api_version = PPS_API_VERS_1;
238 (*handle)
268 time_pps_setparams( pps_handle_t handle, const pps_params_t *params ) argument
331 time_pps_getparams( pps_handle_t handle, pps_params_t *params ) argument
359 time_pps_getcap( pps_handle_t handle, int *mode ) argument
386 time_pps_fetch( pps_handle_t handle, const int tsformat, pps_info_t *ppsinfo, const struct timespec *timeout ) argument
483 time_pps_kcbind( pps_handle_t handle, const int kernel_consumer, const int edge, const int tsformat ) argument
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/dlcompat-20010505/
H A Ddlfcn.h39 void * handle,
44 void * handle);
/macosx-10.10.1/security_dotmac_tp-55107.1/lib/
H A DAppleDotMacTP.cpp48 CSSM_MODULE_HANDLE handle,
57 return new AppleDotMacTPSession(handle,
47 makeSession( CSSM_MODULE_HANDLE handle, const CSSM_VERSION &version, uint32 subserviceId, CSSM_SERVICE_TYPE subserviceType, CSSM_ATTACH_FLAGS attachFlags, const CSSM_UPCALLS &upcalls) argument
/macosx-10.10.1/tcl-105/tcl/tcl/compat/
H A Ddlfcn.h57 VOID *dlsym _ANSI_ARGS_((void *handle, const char *symbol));
59 int dlclose _ANSI_ARGS_((void *handle));
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Ddlfcn.h57 VOID *dlsym _ANSI_ARGS_((void *handle, const char *symbol));
59 int dlclose _ANSI_ARGS_((void *handle));
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/compat/
H A Ddlfcn.h51 VOID *dlsym _ANSI_ARGS_((void *handle, const char *symbol));
53 int dlclose _ANSI_ARGS_((void *handle));
/macosx-10.10.1/CPANInternal-159.1/IO-SessionData-1.03/lib/IO/
H A DSessionData.pm48 my ($sset,$handle,$writeonly) = @_;
49 # make the handle nonblocking (but check for 'blocking' method first)
51 $handle->blocking(0) if $handle->can('blocking');
55 handle => $handle,
65 # Object method: handle()
67 sub handle { subroutine
68 return shift->{handle};
103 # $obj->write([$data]) -- append data to buffer and try to write to handle
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/NetworkProcess/
H A DNetworkResourceLoader.cpp189 void NetworkResourceLoader::didReceiveResponseAsync(ResourceHandle* handle, const ResourceResponse& response) argument
191 ASSERT_UNUSED(handle, handle == m_handle);
212 void NetworkResourceLoader::didReceiveBuffer(ResourceHandle* handle, PassRefPtr<SharedBuffer> buffer, int encodedDataLength) argument
214 ASSERT_UNUSED(handle, handle == m_handle);
226 void NetworkResourceLoader::didFinishLoading(ResourceHandle* handle, double finishTime) argument
228 ASSERT_UNUSED(handle, handle == m_handle);
239 void NetworkResourceLoader::didFail(ResourceHandle* handle, cons argument
248 willSendRequestAsync(ResourceHandle* handle, const ResourceRequest& request, const ResourceResponse& redirectResponse) argument
294 didSendData(ResourceHandle* handle, unsigned long long bytesSent, unsigned long long totalBytesToBeSent) argument
301 wasBlocked(ResourceHandle* handle) argument
308 cannotShowURL(ResourceHandle* handle) argument
315 shouldUseCredentialStorage(ResourceHandle* handle) argument
327 didReceiveAuthenticationChallenge(ResourceHandle* handle, const AuthenticationChallenge& challenge) argument
342 didCancelAuthenticationChallenge(ResourceHandle* handle, const AuthenticationChallenge&) argument
350 receivedCancellation(ResourceHandle* handle, const AuthenticationChallenge&) argument
396 canAuthenticateAgainstProtectionSpaceAsync(ResourceHandle* handle, const ProtectionSpace& protectionSpace) argument
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Platform/unix/
H A DSharedMemoryUnix.cpp76 bool SharedMemory::Handle::decode(IPC::ArgumentDecoder& decoder, Handle& handle) argument
78 ASSERT_ARG(handle, !handle.m_size);
79 ASSERT_ARG(handle, handle.isNull());
85 handle.adoptFromAttachment(attachment.releaseFileDescriptor(), attachment.size());
160 PassRefPtr<SharedMemory> SharedMemory::create(const Handle& handle, Protection protection) argument
162 ASSERT(!handle.isNull());
164 void* data = mmap(0, handle.m_size, accessModeMMap(protection), MAP_SHARED, handle
182 createHandle(Handle& handle, Protection) argument
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/image-state-deny-cache-leak/
H A Dmain.c53 void* handle = dlopen("libfoo1.dylib", RTLD_LAZY); local
54 if ( handle != NULL ) {
59 handle = dlopen("libfoo2.dylib", RTLD_LAZY);
60 if ( handle == NULL ) {
64 dlclose(handle);

Completed in 223 milliseconds

1234567891011>>