Searched defs:detached (Results 1 - 7 of 7) sorted by relevance

/external/openssl/crypto/pkcs7/
H A Ddec.c83 BIO *data,*detached=NULL,*p7bio=NULL; local
108 detached=BIO_new(BIO_s_file());
109 if (!BIO_read_filename(detached,argv[1]))
151 /* We cannot support detached encryption */
152 p7bio=PKCS7_dataDecode(p7,pkey,detached,x509);
H A Dverify.c80 BIO *data,*detached=NULL,*p7bio=NULL; local
114 detached=BIO_new(BIO_s_file());
115 if (!BIO_read_filename(detached,argv[1]))
146 if ((PKCS7_get_detached(p7) || detached))
148 if (detached == NULL)
154 p7bio=PKCS7_dataInit(p7,detached);
H A Dpkcs7.h187 int detached; member in struct:pkcs7_st
/external/valgrind/main/drd/
H A Ddrd_thread.c453 void DRD_(thread_delete)(const DrdThreadId tid, const Bool detached) argument
470 if (detached)
483 * joinable threads, not for detached threads.
495 * Once a detached thread has finished, its stack is deallocated and
501 * For a detached thread, calling pthread_exit() invalidates the
502 * POSIX thread ID associated with the detached thread. For joinable
553 /** Returns true for joinable threads and false for detached threads. */
561 /** Store the thread mode: joinable or detached. */
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model_unittest.cc474 TabContentsWrapper* detached = tabstrip.DetachTabContentsAt(2); local
476 tabstrip.AppendTabContents(detached, true);
478 State s1(detached, 2, MockTabStripModelObserver::DETACH);
484 State s3(detached, 2, MockTabStripModelObserver::INSERT);
487 State s4(detached, 2, MockTabStripModelObserver::SELECT);
/external/openssl/include/openssl/
H A Dpkcs7.h187 int detached; member in struct:pkcs7_st
/external/ppp/pppd/
H A Dmain.c148 int detached; /* have detached from terminal */ variable
800 if (detached)
823 detached = 1;

Completed in 1017 milliseconds