Searched refs:lck (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dtasn_utl.c104 int *lck, ret; local
111 lck = offset2ptr(*pval, aux->ref_offset);
114 *lck = 1;
117 ret = CRYPTO_add(lck, op, aux->ref_lock);
119 fprintf(stderr, "%s: Reference Count: %d\n", it->sname, *lck);
H A Dasn1t.h183 #define ASN1_SEQUENCE_ref(tname, cb, lck) \
184 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
/external/openssl/crypto/asn1/
H A Dtasn_utl.c104 int *lck, ret; local
111 lck = offset2ptr(*pval, aux->ref_offset);
114 *lck = 1;
117 ret = CRYPTO_add(lck, op, aux->ref_lock);
119 fprintf(stderr, "%s: Reference Count: %d\n", it->sname, *lck);
H A Dasn1t.h183 #define ASN1_SEQUENCE_ref(tname, cb, lck) \
184 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
/external/chromium_org/net/third_party/nss/ssl/
H A Dssltrace.c164 unsigned lck = LEN(bp+4); local
173 PrintBuf(ss, "clear-key", bp+10, lck);
174 PrintBuf(ss, "encrypted-key", bp+10+lck, lek);
175 PrintBuf(ss, "key-arg", bp+10+lck+lek, lka);
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl_sess.c148 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck);
710 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) argument
717 if(lck) CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX);
725 if(lck) CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX);
/external/openssl/ssl/
H A Dssl_sess.c148 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck);
710 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) argument
717 if(lck) CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX);
725 if(lck) CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX);
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dasn1t.h183 #define ASN1_SEQUENCE_ref(tname, cb, lck) \
184 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp129 GlobalToIndirectSymMapTy& getGlobalToIndirectSymMap(const MutexGuard& lck) { argument
130 assert(lck.holds(TheJIT->lock));
/external/openssl/include/openssl/
H A Dasn1t.h183 #define ASN1_SEQUENCE_ref(tname, cb, lck) \
184 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c437 "lck->count == 0 for list %d", list));
501 struct tdb_lock_type *lck = NULL; local
527 lck = &tdb->lockrecs[i];
532 if ((lck == NULL) || (lck->count == 0)) {
537 if (lck->count > 1) {
538 lck->count--;
563 *lck = tdb->lockrecs[tdb->num_lockrecs-1];

Completed in 330 milliseconds