Searched refs:transport (Results 1 - 25 of 118) sorted by relevance

12345

/macosx-10.10.1/postfix-255/postfix/src/qmgr/
H A Dqmgr_transport.c5 /* per-transport data structures
17 /* void qmgr_transport_alloc(transport, notify)
18 /* QMGR_TRANSPORT *transport;
19 /* void (*notify)(QMGR_TRANSPORT *transport, VSTREAM *fp);
21 /* void qmgr_transport_throttle(transport, dsn)
22 /* QMGR_TRANSPORT *transport;
25 /* void qmgr_transport_unthrottle(transport)
26 /* QMGR_TRANSPORT *transport;
28 /* This module organizes the world by message transport type.
29 /* Each transport ca
116 QMGR_TRANSPORT *transport; /* transport context */ member in struct:QMGR_TRANSPORT_ALLOC
175 qmgr_transport_unthrottle(QMGR_TRANSPORT *transport) argument
201 qmgr_transport_throttle(QMGR_TRANSPORT *transport, DSN *dsn) argument
310 qmgr_transport_alloc(QMGR_TRANSPORT *transport, QMGR_TRANSPORT_ALLOC_NOTIFY notify) argument
374 QMGR_TRANSPORT *transport; local
[all...]
H A Dqmgr_error.c19 /* qmgr_error_transport() looks up the error transport for the
20 /* specified service. The result is null if the transport is
63 /* qmgr_error_transport - look up error transport for specified service */
67 QMGR_TRANSPORT *transport; local
70 * Find or create retry transport.
72 if ((transport = qmgr_transport_find(service)) == 0)
73 transport = qmgr_transport_create(service);
74 if (QMGR_TRANSPORT_THROTTLED(transport))
80 return (transport);
87 QMGR_TRANSPORT *transport; local
[all...]
H A Dqmgr_job.c5 /* per-transport jobs
9 /* QMGR_JOB *qmgr_job_obtain(message, transport)
11 /* QMGR_TRANSPORT *transport;
19 /* QMGR_ENTRY *qmgr_job_entry_select(transport)
20 /* QMGR_TRANSPORT *transport;
25 /* These routines add/delete/manipulate per-transport jobs.
26 /* Each job corresponds to a specific transport and message.
31 /* transport combination. New empty job is created if no existing can
35 /* qmgr_job_free() disposes of a per-transport job after all
50 /* per-transport recipient
100 qmgr_job_create(QMGR_MESSAGE *message, QMGR_TRANSPORT *transport) argument
131 QMGR_TRANSPORT *transport = job->transport; local
232 qmgr_job_find(QMGR_MESSAGE *message, QMGR_TRANSPORT *transport) argument
246 qmgr_job_obtain(QMGR_MESSAGE *message, QMGR_TRANSPORT *transport) argument
280 QMGR_TRANSPORT *transport = job->transport; local
342 QMGR_TRANSPORT *transport = job->transport; local
416 QMGR_TRANSPORT *transport = job->transport; local
486 QMGR_TRANSPORT *transport = current->transport; local
575 QMGR_TRANSPORT *transport = current->transport; local
691 QMGR_TRANSPORT *transport = job->transport; local
829 qmgr_job_entry_select(QMGR_TRANSPORT *transport) argument
952 QMGR_TRANSPORT *transport = queue->transport; local
[all...]
H A Dqmgr_enable.c12 /* QMGR_QUEUE *qmgr_enable_transport(transport)
13 /* QMGR_TRANSPORT *transport;
25 /* transport, and calls qmgr_enable_queue() for each destination
26 /* on that transport. Empty queues are destroyed.
75 /* qmgr_enable_transport - defer todo entries for named transport */
77 void qmgr_enable_transport(QMGR_TRANSPORT *transport) argument
85 if (transport->flags & QMGR_TRANSPORT_STAT_DEAD) {
87 msg_info("enable transport %s", transport->name);
88 qmgr_transport_unthrottle(transport);
[all...]
H A Dqmgr_queue.c11 /* QMGR_QUEUE *qmgr_queue_create(transport, name, nexthop)
12 /* QMGR_TRANSPORT *transport;
19 /* QMGR_QUEUE *qmgr_queue_find(transport, name)
20 /* QMGR_TRANSPORT *transport;
35 /* Each queue corresponds to a specific transport and destination.
43 /* transport and destination. The queue is given an initial
46 /* provided that it does not exceed the transport-specific
54 /* transport. A null result means that the queue was not found.
65 /* limit specified for the transport. This routine implements
121 (strcmp(queue->transport
218 QMGR_TRANSPORT *transport = queue->transport; local
298 QMGR_TRANSPORT *transport = queue->transport; local
373 QMGR_TRANSPORT *transport = queue->transport; local
403 qmgr_queue_create(QMGR_TRANSPORT *transport, const char *name, const char *nexthop) argument
436 qmgr_queue_find(QMGR_TRANSPORT *transport, const char *name) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSTransportKeyParameter.c20 bool SOSTransportKeyParameterHandleNewAccount(SOSTransportKeyParameterRef transport){ argument
21 return transport->setToNewAccount(transport);
31 SOSTransportKeyParameterRef transport = (SOSTransportKeyParameterRef) aObj; local
33 if(transport->destroy)
34 transport->destroy(transport);
36 CFReleaseNull(transport->account);
40 bool SOSTransportKeyParameterHandleKeyParameterChanges(SOSTransportKeyParameterRef transport, CFDataRef data, CFErrorRef error){ argument
41 return transport
56 SOSTrasnportKeyParameterPublishCloudParameters(SOSTransportKeyParameterRef transport, CFDataRef data, CFErrorRef* error) argument
60 SOSTransportKeyParameterGetAccount(SOSTransportKeyParameterRef transport) argument
[all...]
H A DSOSTransportCircle.c31 SOSTransportCircleRef transport = (SOSTransportCircleRef) aObj; local
32 if(transport->destroy)
33 transport->destroy(transport);
34 CFReleaseNull(transport->account);
47 SOSAccountRef SOSTransportCircleGetAccount(SOSTransportCircleRef transport){ argument
48 return transport->account;
51 bool SOSTransportCircleFlushChanges(SOSTransportCircleRef transport, CFErrorRef *error) { argument
52 return transport->flushChanges(transport, erro
55 SOSTransportCirclePostCircle(SOSTransportCircleRef transport, CFStringRef circleName, CFDataRef circle_data, CFErrorRef *error) argument
59 SOSTransportCircleHandleRetirementMessages(SOSTransportCircleRef transport, CFMutableDictionaryRef circle_retirement_messages_table, CFErrorRef *error) argument
64 SOSTransportCircleHandleCircleMessages(SOSTransportCircleRef transport, CFMutableDictionaryRef circle_circle_messages_table, CFErrorRef *error) argument
68 SOSTransportCirclePostRetirement(SOSTransportCircleRef transport, CFStringRef circleName, CFStringRef peer_id, CFDataRef retirement_data, CFErrorRef *error) argument
72 SOSTransportCircleExpireRetirementRecords(SOSTransportCircleRef transport, CFDictionaryRef retirements, CFErrorRef *error) argument
[all...]
H A DSOSTransportKeyParameter.h20 bool (*publishCloudParameters)(SOSTransportKeyParameterRef transport, CFDataRef data, CFErrorRef* error);
21 bool (*handleKeyParameterChanges)(SOSTransportKeyParameterRef transport, CFDataRef data, CFErrorRef error);
22 bool (*setToNewAccount)(SOSTransportKeyParameterRef transport);
25 bool SOSTrasnportKeyParameterPublishCloudParameters(SOSTransportKeyParameterRef transport, CFDataRef data, CFErrorRef* error);
27 bool SOSTrasnportKeyParameterPublishCloudParameters(SOSTransportKeyParameterRef transport, CFDataRef data, CFErrorRef* error);
29 bool SOSTransportKeyParameterHandleKeyParameterChanges(SOSTransportKeyParameterRef transport, CFDataRef data, CFErrorRef error);
30 bool SOSTransportKeyParameterHandleNewAccount(SOSTransportKeyParameterRef transport);
32 SOSAccountRef SOSTransportKeyParameterGetAccount(SOSTransportKeyParameterRef transport);
H A DSOSTransportKeyParameterKVS.h8 bool SOSTransportKeyParameterKVSHandleCloudParameterChange(SOSTransportKeyParameterRef transport, CFDataRef data, CFErrorRef* error);
9 bool SOSTransportKeyParameterKVSAppendKeyInterests(SOSTransportKeyParameterKVSRef transport, CFMutableArrayRef alwaysKeys, CFMutableArrayRef afterFirstUnlockKeys, CFMutableArrayRef unlockedKeys, CFErrorRef *error);
11 bool SOSTransportKeyParameterHandleKeyParameterChanges(SOSTransportKeyParameterRef transport, CFDataRef data, CFErrorRef error);
13 bool SOSTransportKeyParameterHandleNewAccount(SOSTransportKeyParameterRef transport);
H A DSOSTransportCircle.h15 CFStringRef (*copyDescription)(SOSTransportCircleRef transport);
16 void (*destroy)(SOSTransportCircleRef transport);
18 bool (*postRetirement)(SOSTransportCircleRef transport, CFStringRef circleName, CFStringRef peer_id, CFDataRef retirement_data, CFErrorRef *error);
19 bool (*expireRetirementRecords)(SOSTransportCircleRef transport, CFDictionaryRef retirements, CFErrorRef *error);
20 bool (*flushChanges)(SOSTransportCircleRef transport, CFErrorRef *error);
21 bool (*postCircle)(SOSTransportCircleRef transport, CFStringRef circleName, CFDataRef circle_data, CFErrorRef *error);
22 CFDictionaryRef (*handleRetirementMessages)(SOSTransportCircleRef transport, CFMutableDictionaryRef circle_retirement_messages_table, CFErrorRef *error);
23 CFArrayRef (*handleCircleMessages)(SOSTransportCircleRef transport, CFMutableDictionaryRef circle_circle_messages_table, CFErrorRef *error);
29 bool SOSTransportCirclePostCircle(SOSTransportCircleRef transport, CFStringRef circleName, CFDataRef circle_data, CFErrorRef *error);
31 bool SOSTransportCirclePostRetirement(SOSTransportCircleRef transport, CFStringRe
[all...]
H A DSOSTransportMessage.h20 bool (*syncWithPeers)(SOSTransportMessageRef transport, CFDictionaryRef circleToPeerIDs, CFErrorRef *error);
21 bool (*cleanupAfterPeerMessages)(SOSTransportMessageRef transport, CFDictionaryRef circleToPeerIDs, CFErrorRef* error);
22 bool (*sendMessages)(SOSTransportMessageRef transport, CFDictionaryRef circle_messages, CFErrorRef *error);
23 bool (*flushChanges)(SOSTransportMessageRef transport, CFErrorRef *error);
24 CFDictionaryRef (*handleMessages)(SOSTransportMessageRef transport, CFMutableDictionaryRef circle_peer_messages_table, CFErrorRef *error);
28 bool SOSTransportMessageHandlePeerMessage(SOSTransportMessageRef transport, CFStringRef peer_id, CFDataRef codedMessage, CFErrorRef *error);
30 typedef bool (^SOSTransportSendToPeerBlock)(SOSTransportMessageRef transport, CFStringRef peerID, CFDataRef message, SOSEnginePeerMessageSentBlock sentBlock); variable
32 SOSEngineRef SOSTransportMessageGetEngine(SOSTransportMessageRef transport);
34 SOSAccountRef SOSTransportMessageGetAccount(SOSTransportMessageRef transport);
36 bool SOSTransportMessageCleanupAfterPeerMessages(SOSTransportMessageRef transport, CFDictionaryRe
[all...]
H A DSOSTransportMessageKVS.h15 CFStringRef SOSTransportMessageKVSGetCircleName(SOSTransportMessageKVSRef transport);
22 bool SOSTransportMessageSyncWithPeers(SOSTransportMessageRef transport, CFDictionaryRef circleToPeerIDs, CFErrorRef *error);
24 bool SOSTransportMessageKVSAppendKeyInterest(SOSTransportMessageKVSRef transport, CFMutableArrayRef alwaysKeys, CFMutableArrayRef afterFirstUnlockKeys, CFMutableArrayRef unlockedKeys, CFErrorRef *localError);
26 bool SOSTransportMessageSendMessageIfNeeded(SOSTransportMessageRef transport, CFStringRef circle_id, CFStringRef peer_id, CFErrorRef *error);
H A DSOSTransportMessageKVS.c22 static bool sendToPeer(SOSTransportMessageRef transport, CFStringRef circleName, CFStringRef peerID, CFDataRef message, CFErrorRef *error);
23 static bool syncWithPeers(SOSTransportMessageRef transport, CFDictionaryRef circleToPeerIDs, CFErrorRef *error);
24 static bool sendMessages(SOSTransportMessageRef transport, CFDictionaryRef circleToPeersToMessage, CFErrorRef *error);
25 static bool cleanupAfterPeer(SOSTransportMessageRef transport, CFDictionaryRef circle_to_peer_ids, CFErrorRef *error);
26 static void destroy(SOSTransportMessageRef transport);
28 CFDictionaryRef handleMessages(SOSTransportMessageRef transport, CFMutableDictionaryRef circle_peer_messages_table, CFErrorRef *error);
30 static bool flushChanges(SOSTransportMessageRef transport, CFErrorRef *error);
33 CFStringRef SOSTransportMessageKVSGetCircleName(SOSTransportMessageKVSRef transport){ argument
34 return transport->circleName;
56 bool SOSTransportMessageKVSAppendKeyInterest(SOSTransportMessageKVSRef transport, CFMutableArrayRe argument
71 destroy(SOSTransportMessageRef transport) argument
79 SOSTransportMessageKVSUpdateKVS(SOSTransportMessageKVSRef transport, CFDictionaryRef changes, CFErrorRef *error) argument
91 SOSTransportMessageKVSSendPendingChanges(SOSTransportMessageKVSRef transport, CFErrorRef *error) argument
110 SOSTransportMessageKVSAddToPendingChanges(SOSTransportMessageKVSRef transport, CFStringRef message_key, CFDataRef message_data) argument
121 SOSTransportMessageKVSCleanupAfterPeerMessages(SOSTransportMessageKVSRef transport, CFDictionaryRef circle_to_peer_ids, CFErrorRef *error) argument
157 handleMessages(SOSTransportMessageRef transport, CFMutableDictionaryRef circle_peer_messages_table, CFErrorRef *error) argument
184 sendToPeer(SOSTransportMessageRef transport, CFStringRef circleName, CFStringRef peerID, CFDataRef message, CFErrorRef *error) argument
200 syncWithPeers(SOSTransportMessageRef transport, CFDictionaryRef circleToPeerIDs, CFErrorRef *error) argument
220 sendMessages(SOSTransportMessageRef transport, CFDictionaryRef circleToPeersToMessage, CFErrorRef *error) argument
240 flushChanges(SOSTransportMessageRef transport, CFErrorRef *error) argument
245 cleanupAfterPeer(SOSTransportMessageRef transport, CFDictionaryRef circle_to_peer_ids, CFErrorRef *error) argument
[all...]
H A DSOSTransportCircleKVS.c14 static bool SOSTransportCircleKVSUpdateRetirementRecords(SOSTransportCircleKVSRef transport, CFDictionaryRef updates, CFErrorRef* error);
15 static bool SOSTransportCircleKVSUpdateKVS(SOSTransportCircleRef transport, CFDictionaryRef changes, CFErrorRef *error);
16 static bool expireRetirementRecords(SOSTransportCircleRef transport, CFDictionaryRef retirements, CFErrorRef *error);
17 static CFArrayRef handleCircleMessages(SOSTransportCircleRef transport, CFMutableDictionaryRef circle_circle_messages_table, CFErrorRef *error);
18 static void destroy(SOSTransportCircleRef transport);
19 static bool postCircle(SOSTransportCircleRef transport, CFStringRef circleName, CFDataRef circle_data, CFErrorRef *error);
20 static CFDictionaryRef handleRetirementMessages(SOSTransportCircleRef transport, CFMutableDictionaryRef circle_retirement_messages_table, CFErrorRef *error);
21 static inline bool postRetirement(SOSTransportCircleRef transport, CFStringRef circleName, CFStringRef peer_id, CFDataRef retirement_data, CFErrorRef *error);
22 static inline bool flushChanges(SOSTransportCircleRef transport, CFErrorRef *error);
49 static CFStringRef SOSTransportCircleKVSGetCircleName(SOSTransportCircleKVSRef transport){ argument
53 destroy(SOSTransportCircleRef transport) argument
61 SOSTransportCircleKVSSendPendingChanges(SOSTransportCircleKVSRef transport, CFErrorRef *error) argument
80 SOSTransportCircleKVSAddToPendingChanges(SOSTransportCircleKVSRef transport, CFStringRef message_key, CFDataRef message_data) argument
92 expireRetirementRecords(SOSTransportCircleRef transport, CFDictionaryRef retirements, CFErrorRef *error) argument
124 SOSTransportCircleKVSUpdateRetirementRecords(SOSTransportCircleKVSRef transport, CFDictionaryRef updates, CFErrorRef* error) argument
136 postRetirement(SOSTransportCircleRef transport, CFStringRef circleName, CFStringRef peer_id, CFDataRef retirement_data, CFErrorRef *error) argument
146 flushChanges(SOSTransportCircleRef transport, CFErrorRef *error) argument
153 postCircle(SOSTransportCircleRef transport, CFStringRef circleName, CFDataRef circle_data, CFErrorRef *error) argument
163 handleRetirementMessages(SOSTransportCircleRef transport, CFMutableDictionaryRef circle_retirement_messages_table, CFErrorRef *error) argument
191 handleCircleMessages(SOSTransportCircleRef transport, CFMutableDictionaryRef circle_circle_messages_table, CFErrorRef *error) argument
208 SOSTransportCircleKVSAppendKeyInterest(SOSTransportCircleKVSRef transport, CFMutableArrayRef alwaysKeys, CFMutableArrayRef afterFirstUnlockKeys, CFMutableArrayRef unlockedKeys, CFErrorRef *error) argument
239 SOSTransportCircleKVSUpdateKVS(SOSTransportCircleRef transport, CFDictionaryRef changes, CFErrorRef *error) argument
[all...]
H A DSOSTransportMessage.c35 SOSTransportMessageRef transport = (SOSTransportMessageRef) aObj; local
37 if (transport->destroy)
38 transport->destroy(transport);
40 CFReleaseSafe(transport->engine);
43 SOSAccountRef SOSTransportMessageGetAccount(SOSTransportMessageRef transport){ argument
44 return transport->account;
55 bool SOSTransportMessageSendMessages(SOSTransportMessageRef transport, CFDictionaryRef circle_messages, CFErrorRef *error) { argument
56 return transport->sendMessages(transport, circle_message
59 SOSTransportMessageFlushChanges(SOSTransportMessageRef transport, CFErrorRef *error) argument
63 SOSTransportMessageSyncWithPeers(SOSTransportMessageRef transport, CFDictionaryRef circleToPeerIDs, CFErrorRef *error) argument
67 SOSTransportMessageCleanupAfterPeerMessages(SOSTransportMessageRef transport, CFDictionaryRef circleToPeerIDs, CFErrorRef* error) argument
72 SOSTransportMessageHandleMessages(SOSTransportMessageRef transport, CFMutableDictionaryRef circle_peer_messages_table, CFErrorRef *error) argument
76 SOSTransportMessageGetEngine(SOSTransportMessageRef transport) argument
81 SOSTransportMessageHandlePeerMessage(SOSTransportMessageRef transport, CFStringRef peer_id, CFDataRef codedMessage, CFErrorRef *error) argument
100 SOSTransportMessageSendMessageIfNeeded(SOSTransportMessageRef transport, CFStringRef circle_id, CFStringRef peer_id, CFErrorRef *error) argument
153 SOSTransportMessageSendMessagesIfNeeded(SOSTransportMessageRef transport, CFStringRef circle_id, CFArrayRef handledPeers, CFErrorRef *error) argument
[all...]
H A DSOSTransportKeyParameterKVS.c9 static bool SOSTransportKeyParameterKVSPublishCloudParameters(SOSTransportKeyParameterKVSRef transport, CFDataRef newParameters, CFErrorRef *error);
10 static bool publishCloudParameters(SOSTransportKeyParameterRef transport, CFDataRef data, CFErrorRef* error);
12 static void destroy(SOSTransportKeyParameterRef transport);
18 static bool handleKeyParameterChanges(SOSTransportKeyParameterRef transport, CFDataRef data, CFErrorRef error){ argument
19 SOSAccountRef account = transport->account;
24 static bool setToNewAccount(SOSTransportKeyParameterRef transport){ argument
25 SOSAccountRef account = transport->account;
42 static void destroy(SOSTransportKeyParameterRef transport){ argument
43 SOSUnregisterTransportKeyParameter(transport);
46 bool SOSTransportKeyParameterKVSHandleCloudParameterChange(SOSTransportKeyParameterRef transport, CFDataRe argument
54 SOSTransportKeyParameterKVSAppendKeyInterests(SOSTransportKeyParameterKVSRef transport, CFMutableArrayRef alwaysKeys, CFMutableArrayRef afterFirstUnlockKeys, CFMutableArrayRef unlockedKeys, CFErrorRef*error) argument
61 publishCloudParameters(SOSTransportKeyParameterRef transport, CFDataRef data, CFErrorRef* error) argument
78 SOSTransportKeyParameterKVSPublishCloudParameters(SOSTransportKeyParameterKVSRef transport, CFDataRef newParameters, CFErrorRef *error) argument
[all...]
/macosx-10.10.1/postfix-255/postfix/src/oqmgr/
H A Dqmgr_transport.c5 /* per-transport data structures
17 /* void qmgr_transport_alloc(transport, notify)
18 /* QMGR_TRANSPORT *transport;
19 /* void (*notify)(QMGR_TRANSPORT *transport, VSTREAM *fp);
21 /* void qmgr_transport_throttle(transport, dsn)
22 /* QMGR_TRANSPORT *transport;
25 /* void qmgr_transport_unthrottle(transport)
26 /* QMGR_TRANSPORT *transport;
28 /* This module organizes the world by message transport type.
29 /* Each transport ca
111 QMGR_TRANSPORT *transport; /* transport context */ member in struct:QMGR_TRANSPORT_ALLOC
170 qmgr_transport_unthrottle(QMGR_TRANSPORT *transport) argument
196 qmgr_transport_throttle(QMGR_TRANSPORT *transport, DSN *dsn) argument
305 qmgr_transport_alloc(QMGR_TRANSPORT *transport, QMGR_TRANSPORT_ALLOC_NOTIFY notify) argument
369 QMGR_TRANSPORT *transport; local
[all...]
H A Dqmgr_error.c19 /* qmgr_error_transport() looks up the error transport for the
20 /* specified service. The result is null if the transport is
63 /* qmgr_error_transport - look up error transport for specified service */
67 QMGR_TRANSPORT *transport; local
70 * Find or create retry transport.
72 if ((transport = qmgr_transport_find(service)) == 0)
73 transport = qmgr_transport_create(service);
74 if (QMGR_TRANSPORT_THROTTLED(transport))
80 return (transport);
87 QMGR_TRANSPORT *transport; local
[all...]
H A Dqmgr_queue.c11 /* QMGR_QUEUE *qmgr_queue_create(transport, name, nexthop)
12 /* QMGR_TRANSPORT *transport;
19 /* QMGR_QUEUE *qmgr_queue_find(transport, name)
20 /* QMGR_TRANSPORT *transport;
23 /* QMGR_QUEUE *qmgr_queue_select(transport)
24 /* QMGR_TRANSPORT *transport;
38 /* Each queue corresponds to a specific transport and destination.
46 /* transport and destination. The queue is given an initial
49 /* provided that it does not exceed the transport-specific
57 /* transport
201 QMGR_TRANSPORT *transport = queue->transport; local
281 QMGR_TRANSPORT *transport = queue->transport; local
353 qmgr_queue_select(QMGR_TRANSPORT *transport) argument
377 QMGR_TRANSPORT *transport = queue->transport; local
407 qmgr_queue_create(QMGR_TRANSPORT *transport, const char *name, const char *nexthop) argument
439 qmgr_queue_find(QMGR_TRANSPORT *transport, const char *name) argument
[all...]
H A Dqmgr_enable.c12 /* QMGR_QUEUE *qmgr_enable_transport(transport)
13 /* QMGR_TRANSPORT *transport;
25 /* transport, and calls qmgr_enable_queue() for each destination
26 /* on that transport. Empty queues are destroyed.
75 /* qmgr_enable_transport - defer todo entries for named transport */
77 void qmgr_enable_transport(QMGR_TRANSPORT *transport) argument
85 if (transport->flags & QMGR_TRANSPORT_STAT_DEAD) {
87 msg_info("enable transport %s", transport->name);
88 qmgr_transport_unthrottle(transport);
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/Regressions/
H A DSOSTransportTestTransports.h9 CFDictionaryRef SOSTransportMessageTestHandleMessages(SOSTransportMessageTestRef transport, CFMutableDictionaryRef circle_peer_messages_table, CFErrorRef *error);
21 CFStringRef SOSTransportMessageTestGetName(SOSTransportMessageTestRef transport);
22 CFStringRef SOSTransportCircleTestGetName(SOSTransportCircleTestRef transport);
23 CFStringRef SOSTransportKeyParameterTestGetName(SOSTransportKeyParameterTestRef transport);
25 void SOSTransportKeyParameterTestSetName(SOSTransportKeyParameterTestRef transport, CFStringRef accountName);
26 void SOSTransportCircleTestSetName(SOSTransportCircleTestRef transport, CFStringRef accountName);
27 void SOSTransportMessageTestSetName(SOSTransportMessageTestRef transport, CFStringRef accountName);
30 CFMutableDictionaryRef SOSTransportMessageTestGetChanges(SOSTransportMessageTestRef transport);
31 CFMutableDictionaryRef SOSTransportCircleTestGetChanges(SOSTransportCircleTestRef transport);
32 CFMutableDictionaryRef SOSTransportKeyParameterTestGetChanges(SOSTransportKeyParameterTestRef transport);
[all...]
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/setkey/Sample/
H A Dsample-policy01.cf8 esp/transport//require ;
11 esp/transport//require ;
15 -m transport
18 -m transport
H A Dsample-policy02.cf9 esp/transport//unique:2 ;
14 esp/transport//unique:1 ;
17 esp/transport//unique:2 ;
20 esp/transport//unique:1 ;
25 esp/transport//unique ;
30 esp/transport//require ;
35 esp/transport//unique:28000 ;
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/examples/
H A Dcompress.pl18 'nocompress' => sub { $s->transport->options({}); $s->echo(1 x 100000) },
19 'compress' => sub { $s->transport->options({compress_threshold => 10000}); $s->echo(1 x 100000) },
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/CKBridge/
H A DSOSCloudTransport.h26 * SOSCloudTransport.h - Implementation of the transport layer from CKBridge to SOSAccount/SOSCircle
50 void (*put)(SOSCloudTransportRef transport, CFDictionaryRef valuesToPut, dispatch_queue_t processQueue, CloudKeychainReplyBlock replyBlock);
52 void (*registerKeys)(SOSCloudTransportRef transport, CFArrayRef keysToGet, CFStringRef clientIdentifier, dispatch_queue_t processQueue, CloudKeychainReplyBlock replyBlock);
53 void (*unregisterKeys)(SOSCloudTransportRef transport, CFArrayRef keysToUnregister, CFStringRef clientIdentifier, dispatch_queue_t processQueue, CloudKeychainReplyBlock replyBlock);
54 void (*setItemsChangedBlock)(SOSCloudTransportRef transport, CloudKeychainReplyBlock icb);
57 void (*get)(SOSCloudTransportRef transport, CFArrayRef keysToGet, dispatch_queue_t processQueue, CloudKeychainReplyBlock replyBlock);
58 void (*getAll)(SOSCloudTransportRef transport, dispatch_queue_t processQueue, CloudKeychainReplyBlock replyBlock);
59 void (*synchronize)(SOSCloudTransportRef transport, dispatch_queue_t processQueue, CloudKeychainReplyBlock replyBlock);
60 void (*clearAll)(SOSCloudTransportRef transport, dispatch_queue_t processQueue, CloudKeychainReplyBlock replyBlock);
63 /* Return the singleton cloud transport instanc
[all...]

Completed in 218 milliseconds

12345