Searched refs:trtmp (Results 1 – 2 of 2) sorted by relevance
162 X509_TRUST *trtmp; in X509_TRUST_add() local171 if(!(trtmp = OPENSSL_malloc(sizeof(X509_TRUST)))) { in X509_TRUST_add()175 trtmp->flags = X509_TRUST_DYNAMIC; in X509_TRUST_add()176 } else trtmp = X509_TRUST_get0(idx); in X509_TRUST_add()179 if(trtmp->flags & X509_TRUST_DYNAMIC_NAME) OPENSSL_free(trtmp->name); in X509_TRUST_add()181 if(!(trtmp->name = BUF_strdup(name))) { in X509_TRUST_add()186 trtmp->flags &= X509_TRUST_DYNAMIC; in X509_TRUST_add()188 trtmp->flags |= flags; in X509_TRUST_add()190 trtmp->trust = id; in X509_TRUST_add()191 trtmp->check_trust = ck; in X509_TRUST_add()[all …]
319 vm_map_entry_t tmp, trtmp; in _uvm_tree_sanity() local332 trtmp = NULL; in _uvm_tree_sanity()340 if (trtmp != NULL && trtmp->start >= tmp->start) { in _uvm_tree_sanity()342 name, trtmp->start, tmp->start); in _uvm_tree_sanity()347 trtmp = tmp; in _uvm_tree_sanity()358 trtmp = RB_FIND(uvm_tree, &map->rbhead, tmp); in _uvm_tree_sanity()359 if (trtmp != tmp) { in _uvm_tree_sanity()361 name, i, tmp, trtmp, in _uvm_tree_sanity()