Searched refs:tmplate (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_table.c87 ENGINE_PILE tmplate, *fnd; local
97 tmplate.nid = *nids;
98 fnd = lh_ENGINE_PILE_retrieve(&(*table)->piles, &tmplate);
112 if (lh_ENGINE_PILE_retrieve(&(*table)->piles, &tmplate) != fnd) {
200 ENGINE_PILE tmplate, *fnd = NULL; local
218 tmplate.nid = nid;
219 fnd = lh_ENGINE_PILE_retrieve(&(*table)->piles, &tmplate);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_table.c88 ENGINE_PILE tmplate, *fnd; local
103 tmplate.nid = *nids;
104 fnd = lh_ENGINE_PILE_retrieve(&(*table)->piles, &tmplate);
118 if (lh_ENGINE_PILE_retrieve(&(*table)->piles, &tmplate) != fnd) {
204 ENGINE_PILE tmplate, *fnd = NULL; local
227 tmplate.nid = nid;
228 fnd = lh_ENGINE_PILE_retrieve(&(*table)->piles, &tmplate);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Derror.c707 int tmplate = 0; local
734 tmplate = !typdef && TREE_CODE (t) != ENUMERAL_TYPE
742 if (tmplate)
775 if (tmplate)
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Derror.cc787 int tmplate = 0; local
814 tmplate = !typdef && TREE_CODE (t) != ENUMERAL_TYPE
822 if (tmplate)
856 if (tmplate)

Completed in 110 milliseconds