Home | History | Annotate | Download | only in engine

Lines Matching defs:funct

68 	ENGINE *funct;
69 /* Zero if 'sk' is newer than the cached 'funct', non-zero otherwise */
159 fnd->funct = NULL;
177 if(fnd->funct)
178 engine_unlocked_finish(fnd->funct, 0);
179 fnd->funct = e;
198 if(pile->funct == e)
201 pile->funct = NULL;
219 if(p->funct)
220 engine_unlocked_finish(p->funct, 0);
265 if(fnd->funct && engine_unlocked_init(fnd->funct))
269 "ENGINE '%s' cached\n", f, l, nid, fnd->funct->id);
271 ret = fnd->funct;
276 ret = fnd->funct;
297 /* Update 'funct' */
298 if((fnd->funct != ret) && engine_unlocked_init(ret))
301 if(fnd->funct)
302 engine_unlocked_finish(fnd->funct, 0);
303 fnd->funct = ret;
339 dall->cb(pile->nid, pile->sk, pile->funct, dall->arg);