Searched refs:callbacks (Results 26 - 50 of 374) sorted by relevance

1234567891011>>

/macosx-10.9.5/top-89.1.2/
H A Dpgrp.c38 static struct statistic_callbacks callbacks = { variable in typeref:struct:statistic_callbacks
49 return create_statistic(STATISTIC_PGRP, parent, NULL, &callbacks, name);
H A Dports.c43 static struct statistic_callbacks callbacks = { variable in typeref:struct:statistic_callbacks
54 return create_statistic(STATISTIC_PORTS, parent, NULL, &callbacks,
H A Dppid.c38 static struct statistic_callbacks callbacks = { variable in typeref:struct:statistic_callbacks
49 return create_statistic(STATISTIC_PPID, parent, NULL, &callbacks, name);
H A Duid.c42 static struct statistic_callbacks callbacks = { variable in typeref:struct:statistic_callbacks
53 return create_statistic(STATISTIC_UID, parent, NULL, &callbacks,
H A Duser.c42 static struct statistic_callbacks callbacks = { variable in typeref:struct:statistic_callbacks
53 return create_statistic(STATISTIC_USER, parent, NULL, &callbacks,
H A Dcommand.c43 static struct statistic_callbacks callbacks = { variable in typeref:struct:statistic_callbacks
54 return create_statistic(STATISTIC_COMMAND, parent, NULL, &callbacks,
H A Dthreads.c54 static struct statistic_callbacks callbacks = { variable in typeref:struct:statistic_callbacks
65 return create_statistic(STATISTIC_THREADS, parent, NULL, &callbacks,
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dpsauth.c177 sasl_callback_t callbacks[5]; local
201 /* server session callbacks */
218 /* client side callbacks */
219 callbacks[0].id = SASL_CB_GETREALM;
220 callbacks[0].proc = &getrealm;
221 callbacks[0].context = &saslContext;
223 callbacks[1].id = SASL_CB_USER;
224 callbacks[1].proc = &ol_simple;
225 callbacks[1].context = &saslContext;
227 callbacks[
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DPlatformAsyncFileSystemCallbacks.h42 PlatformAsyncFileSystemCallbacks(PassOwnPtr<AsyncFileSystemCallbacks> callbacks, const KURL& rootURL = KURL()) argument
43 : m_callbacks(callbacks)
50 PlatformAsyncFileSystemCallbacks(PassOwnPtr<AsyncFileSystemCallbacks> callbacks, AsyncFileWriterClient* client) argument
51 : m_callbacks(callbacks)
H A DLocalFileSystemBlackBerry.cpp72 static void openFileSystem(ScriptExecutionContext* context, const String& basePath, FileSystemType type, long long size, bool create, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, FileSystemSynchronousType synchronousType) argument
98 AsyncFileSystemBlackBerry::openFileSystem(rootURL, basePath, context->securityOrigin()->databaseIdentifier(), type, size, create, playerId, callbacks);
104 WorkerAsyncFileSystemBlackBerry::openFileSystem(workerContext, rootURL, mode, basePath, context->securityOrigin()->databaseIdentifier(), type, size, create, callbacks);
113 void LocalFileSystem::deleteFileSystem(ScriptExecutionContext* context, FileSystemType type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) argument
123 AsyncFileSystemBlackBerry::deleteFileSystem(fileSystemBasePath(), context->securityOrigin()->databaseIdentifier(), type, callbacks);
129 WorkerAsyncFileSystemBlackBerry::deleteFileSystem(workerContext, mode, fileSystemBasePath(), context->securityOrigin()->databaseIdentifier(), type, callbacks);
137 void LocalFileSystem::readFileSystem(ScriptExecutionContext* context, FileSystemType type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, FileSystemSynchronousType synchronousType) argument
139 openFileSystem(context, fileSystemBasePath(), type, 0, false, callbacks, synchronousType);
142 void LocalFileSystem::requestFileSystem(ScriptExecutionContext* context, FileSystemType type, long long size, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, FileSystemSynchronousType synchronousType) argument
144 openFileSystem(context, fileSystemBasePath(), type, size, true, callbacks, synchronousTyp
[all...]
H A DWorkerPlatformAsyncFileSystemCallbacks.cpp196 void WorkerPlatformAsyncFileSystemCallbacks::notifyOpenFileSystemOnWorkerThread(ScriptExecutionContext*, WorkerPlatformAsyncFileSystemCallbacks* callbacks, BlackBerry::Platform::WebFileSystem* platformFileSystem) argument
198 callbacks->PlatformAsyncFileSystemCallbacks::notifyOpenFileSystem(platformFileSystem);
201 void WorkerPlatformAsyncFileSystemCallbacks::notifySucceedOnWorkerThread(ScriptExecutionContext*, WorkerPlatformAsyncFileSystemCallbacks* callbacks) argument
203 callbacks->PlatformAsyncFileSystemCallbacks::notifySucceed();
206 void WorkerPlatformAsyncFileSystemCallbacks::notifyFailOnWorkerThread(ScriptExecutionContext*, WorkerPlatformAsyncFileSystemCallbacks* callbacks, BlackBerry::Platform::WebFileError error) argument
208 callbacks->PlatformAsyncFileSystemCallbacks::notifyFail(error);
211 void WorkerPlatformAsyncFileSystemCallbacks::notifyReadMetadataOnWorkerThread(ScriptExecutionContext*, WorkerPlatformAsyncFileSystemCallbacks* callbacks, const BlackBerry::Platform::WebFileInfo& fileInfo) argument
213 callbacks->PlatformAsyncFileSystemCallbacks::notifyReadMetadata(fileInfo);
216 void WorkerPlatformAsyncFileSystemCallbacks::notifyCreateSnapshotFileAndReadMetadataOnWorkerThread(ScriptExecutionContext*, WorkerPlatformAsyncFileSystemCallbacks* callbacks, const BlackBerry::Platform::WebFileInfo& fileInfo) argument
218 callbacks
221 notifyReadDirectoryEntryOnWorkerThread(ScriptExecutionContext*, WorkerPlatformAsyncFileSystemCallbacks* callbacks, const std::vector<BlackBerry::Platform::WebFileSystemEntry>& entries, bool hasMore) argument
226 notifyCreateFileWriterOnWorkerThread(ScriptExecutionContext*, WorkerPlatformAsyncFileSystemCallbacks* callbacks, BlackBerry::Platform::WebFileWriter* platformWriter, long long length) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/mac/
H A DSecItemShimLibrary.h37 typedef void (*SecItemShimInitializeFunc)(const SecItemShimCallbacks& callbacks);
H A DSecItemShimLibrary.mm63 void WebKitSecItemShimInitialize(const SecItemShimCallbacks& callbacks)
65 secItemShimCallbacks = callbacks;
/macosx-10.9.5/llvmCore-3425.0.33/bindings/python/llvm/
H A Ddisassembler.py32 callbacks = {} variable
49 callbacks['op_info'](0), callbacks['symbol_lookup'](0))
119 callbacks['op_info'], callbacks['symbol_lookup']]
128 callbacks['op_info'] = CFUNCTYPE(c_int, c_void_p, c_uint64, c_uint64, c_uint64,
130 callbacks['symbol_lookup'] = CFUNCTYPE(c_char_p, c_void_p, c_uint64,
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dmaster_test.c29 #include <dns/callbacks.h>
65 dns_rdatacallbacks_t callbacks; local
85 dns_rdatacallbacks_init_stdio(&callbacks);
86 callbacks.add = print_dataset;
90 &callbacks, mctx);
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dfsm.c93 #define PROTO_NAME(f) ((f)->callbacks->proto_name)
165 if( f->callbacks->starting )
166 (*f->callbacks->starting)(f);
183 if( f->callbacks->down )
184 (*f->callbacks->down)(f);
204 if( f->callbacks->starting )
205 (*f->callbacks->starting)(f);
262 else if( f->callbacks->down )
263 (*f->callbacks->down)(f); /* Inform upper layers we're down */
295 if( f->callbacks
[all...]
/macosx-10.9.5/DiskArbitration-266/DiskArbitration/
H A DDiskArbitrationPrivate.c436 CFArrayRef callbacks = NULL; local
446 callbacks = CFDictionaryGetValue( __gDiskArbCallbackList, key );
452 return callbacks;
508 CFArrayRef callbacks; local
510 callbacks = __DiskArbGetCallbackHandler( kDA_CALL_FAILED );
512 if ( callbacks )
517 count = CFArrayGetCount( callbacks );
523 callback = CFArrayGetValueAtIndex( callbacks, index );
535 CFArrayRef callbacks; local
537 callbacks
562 CFArrayRef callbacks; local
589 CFArrayRef callbacks; local
625 CFArrayRef callbacks; local
661 CFArrayRef callbacks = NULL; local
806 CFArrayRef callbacks; local
1037 CFArrayRef callbacks; local
1157 CFArrayRef callbacks = NULL; local
1322 CFArrayRef callbacks; local
1478 CFArrayRef callbacks; local
1529 CFArrayRef callbacks; local
1610 CFMutableArrayRef callbacks; local
2020 CFMutableArrayRef callbacks; local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/mac/
H A DCookieStorageShim.cpp67 CookieStorageShimCallbacks callbacks = { &webKitCookieStorageCopyRequestHeaderFieldsForURL }; local
70 func(callbacks);
H A DCookieStorageShimLibrary.cpp57 // Protect against uninitialized callbacks:
79 void WebKitCookieStorageShimInitialize(const CookieStorageShimCallbacks& callbacks) argument
88 cookieStorageShimCallbacks = callbacks;
/macosx-10.9.5/libxml2-26/libxml2/
H A DtestSAX.c63 static int callbacks = 0; variable
258 callbacks++;
276 callbacks++;
294 callbacks++;
311 callbacks++;
335 callbacks++;
366 callbacks++;
401 callbacks++;
420 callbacks++;
451 callbacks
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DtestSAX.c63 static int callbacks = 0; variable
258 callbacks++;
276 callbacks++;
294 callbacks++;
311 callbacks++;
335 callbacks++;
366 callbacks++;
401 callbacks++;
420 callbacks++;
451 callbacks
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcallback.h68 // A set of callbacks that can be invoked automatically in a thread-safe manner.
71 // that any threads it spawns to execute the callbacks will not step on each other
78 unsigned int size() const { return (int)callbacks.size(); }
89 mutable CallbackMap callbacks; member in class:Security::ModuleCallbackSet
97 : callbacks(inCallbacks), event(inEvent), guid(inGuid),
100 CallbackMap callbacks; // note that we share the CountingMutex * values! member in struct:Security::ModuleCallbackSet::Runner
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcallback.h68 // A set of callbacks that can be invoked automatically in a thread-safe manner.
71 // that any threads it spawns to execute the callbacks will not step on each other
78 unsigned int size() const { return (int)callbacks.size(); }
89 mutable CallbackMap callbacks; member in class:Security::ModuleCallbackSet
97 : callbacks(inCallbacks), event(inEvent), guid(inGuid),
100 CallbackMap callbacks; // note that we share the CountingMutex * values! member in struct:Security::ModuleCallbackSet::Runner
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBFactoryBackendImpl.cpp83 void IDBFactoryBackendImpl::getDatabaseNames(PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<SecurityOrigin> securityOrigin, ScriptExecutionContext*, const String& dataDirectory) argument
88 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UnknownError, "Internal error opening backing store for indexedDB.webkitGetDatabaseNames."));
98 callbacks->onSuccess(databaseNames.release());
101 void IDBFactoryBackendImpl::deleteDatabase(const String& name, PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<SecurityOrigin> securityOrigin, ScriptExecutionContext*, const String& dataDirectory) argument
110 it->value->deleteDatabase(callbacks);
117 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UnknownError, "Internal error opening backing store for indexedDB.deleteDatabase."));
124 databaseBackend->deleteDatabase(callbacks);
127 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::UnknownError, "Internal error creating database backend for indexedDB.deleteDatabase."));
161 void IDBFactoryBackendImpl::open(const String& name, int64_t version, int64_t transactionId, PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<IDBDatabaseCallbacks> databaseCallbacks, PassRefPtr<SecurityOrigin> prpSecurityOrigin, ScriptExecutionContext*, const String& dataDirectory) argument
172 callbacks
[all...]
H A DIDBDatabaseBackendImpl.cpp83 static PassOwnPtr<IDBTransactionBackendImpl::Operation> create(PassRefPtr<IDBDatabaseBackendImpl> database, int64_t transactionId, int64_t version, PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<IDBDatabaseCallbacks> databaseCallbacks) argument
85 return adoptPtr(new VersionChangeOperation(database, transactionId, version, callbacks, databaseCallbacks));
89 VersionChangeOperation(PassRefPtr<IDBDatabaseBackendImpl> database, int64_t transactionId, int64_t version, PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<IDBDatabaseCallbacks> databaseCallbacks) argument
93 , m_callbacks(callbacks)
243 static PassOwnPtr<IDBTransactionBackendImpl::Operation> create(PassRefPtr<IDBBackingStore> backingStore, const IDBDatabaseMetadata& metadata, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange> keyRange, IndexedDB::CursorType cursorType, PassRefPtr<IDBCallbacks> callbacks) argument
245 return adoptPtr(new GetOperation(backingStore, metadata, objectStoreId, indexId, keyRange, cursorType, callbacks));
249 GetOperation(PassRefPtr<IDBBackingStore> backingStore, const IDBDatabaseMetadata& metadata, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange> keyRange, IndexedDB::CursorType cursorType, PassRefPtr<IDBCallbacks> callbacks) argument
258 , m_callbacks(callbacks)
277 static PassOwnPtr<IDBTransactionBackendImpl::Operation> create(PassRefPtr<IDBBackingStore> backingStore, int64_t databaseId, const IDBObjectStoreMetadata& objectStore, PassRefPtr<SharedBuffer> value, PassRefPtr<IDBKey> key, IDBDatabaseBackendInterface::PutMode putMode, PassRefPtr<IDBCallbacks> callbacks, const Vector<int64_t>& indexIds, const Vector<IDBDatabaseBackendInterface::IndexKeys>& indexKeys) argument
279 return adoptPtr(new PutOperation(backingStore, databaseId, objectStore, value, key, putMode, callbacks, indexId
283 PutOperation(PassRefPtr<IDBBackingStore> backingStore, int64_t databaseId, const IDBObjectStoreMetadata& objectStore, PassRefPtr<SharedBuffer>& value, PassRefPtr<IDBKey> key, IDBDatabaseBackendInterface::PutMode putMode, PassRefPtr<IDBCallbacks> callbacks, const Vector<int64_t>& indexIds, const Vector<IDBDatabaseBackendInterface::IndexKeys>& indexKeys) argument
325 create(PassRefPtr<IDBBackingStore> backingStore, int64_t databaseId, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange> keyRange, IndexedDB::CursorDirection direction, IndexedDB::CursorType cursorType, IDBDatabaseBackendInterface::TaskType taskType, PassRefPtr<IDBCallbacks> callbacks) argument
331 OpenCursorOperation(PassRefPtr<IDBBackingStore> backingStore, int64_t databaseId, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange> keyRange, IndexedDB::CursorDirection direction, IndexedDB::CursorType cursorType, IDBDatabaseBackendInterface::TaskType taskType, PassRefPtr<IDBCallbacks> callbacks) argument
357 create(PassRefPtr<IDBBackingStore> backingStore, int64_t databaseId, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange> keyRange, PassRefPtr<IDBCallbacks> callbacks) argument
363 CountOperation(PassRefPtr<IDBBackingStore> backingStore, int64_t databaseId, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange> keyRange, PassRefPtr<IDBCallbacks> callbacks) argument
383 create(PassRefPtr<IDBBackingStore> backingStore, int64_t databaseId, int64_t objectStoreId, PassRefPtr<IDBKeyRange> keyRange, PassRefPtr<IDBCallbacks> callbacks) argument
389 DeleteRangeOperation(PassRefPtr<IDBBackingStore> backingStore, int64_t databaseId, int64_t objectStoreId, PassRefPtr<IDBKeyRange> keyRange, PassRefPtr<IDBCallbacks> callbacks) argument
407 create(PassRefPtr<IDBBackingStore> backingStore, int64_t databaseId, int64_t objectStoreId, PassRefPtr<IDBCallbacks> callbacks) argument
413 ClearOperation(PassRefPtr<IDBBackingStore> backingStore, int64_t databaseId, int64_t objectStoreId, PassRefPtr<IDBCallbacks> callbacks) argument
429 create(PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<IDBDatabaseCallbacks> databaseCallbacks, int64_t transactionId, int64_t version) argument
433 PassRefPtr<IDBCallbacks> callbacks() { return m_callbacks; } function in class:WebCore::IDBDatabaseBackendImpl::PendingOpenCall
439 PendingOpenCall(PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<IDBDatabaseCallbacks> databaseCallbacks, int64_t transactionId, int64_t version) argument
454 create(PassRefPtr<IDBCallbacks> callbacks) argument
458 PassRefPtr<IDBCallbacks> callbacks() { return m_callbacks; } function in class:WebCore::IDBDatabaseBackendImpl::PendingDeleteCall
461 PendingDeleteCall(PassRefPtr<IDBCallbacks> callbacks) argument
686 get(int64_t transactionId, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange> keyRange, bool keyOnly, PassRefPtr<IDBCallbacks> callbacks) argument
788 put(int64_t transactionId, int64_t objectStoreId, PassRefPtr<SharedBuffer> value, PassRefPtr<IDBKey> key, PutMode putMode, PassRefPtr<IDBCallbacks> callbacks, const Vector<int64_t>& indexIds, const Vector<IndexKeys>& indexKeys) argument
937 openCursor(int64_t transactionId, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange> keyRange, IndexedDB::CursorDirection direction, bool keyOnly, TaskType taskType, PassRefPtr<IDBCallbacks> callbacks) argument
980 count(int64_t transactionId, int64_t objectStoreId, int64_t indexId, PassRefPtr<IDBKeyRange> keyRange, PassRefPtr<IDBCallbacks> callbacks) argument
1013 deleteRange(int64_t transactionId, int64_t objectStoreId, PassRefPtr<IDBKeyRange> keyRange, PassRefPtr<IDBCallbacks> callbacks) argument
1040 clear(int64_t transactionId, int64_t objectStoreId, PassRefPtr<IDBCallbacks> callbacks) argument
1176 createTransaction(int64_t transactionId, PassRefPtr<IDBDatabaseCallbacks> callbacks, const Vector<int64_t>& objectStoreIds, unsigned short mode) argument
1186 RefPtr<IDBCallbacks> callbacks = prpCallbacks; local
1247 RefPtr<IDBCallbacks> callbacks = prpCallbacks; local
1282 RefPtr<IDBCallbacks> callbacks = prpCallbacks; local
1303 deleteDatabaseFinal(PassRefPtr<IDBCallbacks> callbacks) argument
1320 RefPtr<IDBDatabaseCallbacks> callbacks = prpCallbacks; local
[all...]

Completed in 232 milliseconds

1234567891011>>