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

  /external/openssl/crypto/asn1/
tasn_utl.c 104 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);
  /external/e2fsprogs/lib/ext2fs/
tdb.c 437 "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];
    [all...]

Completed in 2855 milliseconds