HomeSort by relevance Sort by last modified time
    Searched defs:detached (Results 1 - 10 of 10) sorted by null

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
Connection.h 53 bool detached; /**< Connection state */ member in class:Connection
  /external/openssl/crypto/pkcs7/
dec.c 83 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);
verify.c 80 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);
pkcs7.h 187 int detached; member in struct:pkcs7_st
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
NetlinkServer.cpp 144 // Only handle connections which have not been detached
145 if (connection->detached == false) {
160 connection->detached == false) {
172 connection->detached = true;
187 if (i->second->detached == false) {
249 bool detached = connection->detached; local
260 // Remove connection from list only if detached, the detached
262 if (detached == false)
    [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_model_unittest.cc 474 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);
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 747 int detached = 0; local
748 pthread_attr_getdetachstate(attr, &detached);
763 int tid = ThreadCreate(thr, pc, *(uptr*)th, detached);
    [all...]
tsan_rtl.h 331 bool detached; member in struct:__tsan::ThreadContext
480 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached);
  /external/openssl/include/openssl/
pkcs7.h 187 int detached; member in struct:pkcs7_st
  /external/ppp/pppd/
main.c 148 int detached; /* have detached from terminal */ variable
800 if (detached)
823 detached = 1;
    [all...]

Completed in 174 milliseconds