Searched refs:clientContext (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DChildProcessLauncher.java337 * @param clientContext Arbitrary parameter used by the client to distinguish this connection.
347 long clientContext) {
355 assert clientContext != 0;
379 nativeOnChildProcessStarted(clientContext, 0);
389 callbackType, clientContext);
400 final long clientContext) {
405 Log.d(TAG, "on connect callback, pid=" + pid + " context=" + clientContext);
413 if (clientContext != 0) { // Will be 0 in Java instrumentation tests.
414 nativeOnChildProcessStarted(clientContext, pid);
555 private static native void nativeOnChildProcessStarted(long clientContext, in argument
340 start( Context context, final String[] commandLine, int childProcessId, int[] fileIds, int[] fileFds, boolean[] fileAutoClose, long clientContext) argument
394 triggerConnectionSetup( final ChildProcessConnection connection, String[] commandLine, int childProcessId, FileDescriptorInfo[] filesToBeMapped, int callbackType, final long clientContext) argument
[all...]
/external/mdnsresponder/mDNSCore/
H A DuDNS.c385 // Caution: Only zero AutoTunnelHostRecord.namestorage and AutoTunnelNAT.clientContext AFTER we've determined that this is a NEW DomainAuthInfo
393 info->AutoTunnelNAT.clientContext = mDNSNULL;
1411 if (!AuthInfo->AutoTunnelNAT.clientContext && m->AutoTunnelHostAddr.b[0])
1746 AuthRecord *rr = (AuthRecord *)n->clientContext;
1766 if (rr->NATinfo.clientContext)
1769 rr->NATinfo.clientContext = mDNSNULL;
1857 //LogMsg("StartRecordNatMap: clientContext %p IntPort %d srv.port %d %s",
1858 // rr->NATinfo.clientContext, mDNSVal16(rr->NATinfo.IntPort), mDNSVal16(rr->resrec.rdata->u.srv.port), ARDisplayString(m, rr));
1859 if (rr->NATinfo.clientContext) mDNS_StopNATOperation_internal(m, &rr->NATinfo);
1868 rr->NATinfo.clientContext
[all...]
H A DmDNS.c929 if (rr->NATinfo.clientContext)
932 rr->NATinfo.clientContext = mDNSNULL;
1491 // RecordRegistrationGotZoneData guards against creating NAT state if clientContext is non-NULL.
1495 // the cleanup here keeps clientContext non-NULL and hence prevents that. Note that cleaning up
1497 if (rr->NATinfo.clientContext)
1500 rr->NATinfo.clientContext = mDNSNULL;
8494 if (question->LongLived && !m->LLQNAT.clientContext)
8500 m->LLQNAT.clientContext = (void*)1; // Means LLQ NAT Traversal is active
8634 if (!m->LLQNAT.clientContext) // Should never happen, but just in case...
8635 LogMsg("mDNS_StopQuery ERROR LLQNAT.clientContext NUL
[all...]
H A DmDNSEmbeddedAPI.h1031 void *clientContext; member in struct:NATTraversalInfo_struct
/external/conscrypt/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java1560 final long clientContext = NativeCrypto.SSL_CTX_new();
1569 return clientContext;
1606 return clientContext;
1610 long s = NativeCrypto.SSL_new(clientContext);
1647 NativeCrypto.SSL_CTX_free(clientContext);
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c1633 void * clientContext = NULL; local
1663 clientContext = pwSpec->client.cipher_context;
1771 rv = (*initFn)(clientContext,
1782 pwSpec->encodeContext = (ss->sec.isServer) ? serverContext : clientContext;
1783 pwSpec->decodeContext = (ss->sec.isServer) ? clientContext : serverContext;
2119 PK11Context * clientContext = NULL; local
2225 clientContext = PK11_CreateContextBySymKey(mechanism,
2232 if (clientContext == NULL) {
2240 pwSpec->encodeContext = (ss->sec.isServer) ? serverContext : clientContext;
2241 pwSpec->decodeContext = (ss->sec.isServer) ? clientContext
[all...]
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c3253 request_state *request = (request_state *)n->clientContext;
3333 request->u.pm.NATinfo.clientContext = request;

Completed in 792 milliseconds