Lines Matching refs:template
216 OSSL_STORE_LOADER template;
219 template.scheme = scheme;
220 template.open = NULL;
221 template.load = NULL;
222 template.eof = NULL;
223 template.closefn = NULL;
224 template.open_ex = NULL;
236 &template)) == NULL)
247 OSSL_STORE_LOADER template;
250 template.scheme = scheme;
251 template.open = NULL;
252 template.load = NULL;
253 template.eof = NULL;
254 template.closefn = NULL;
266 &template)) == NULL)