Lines Matching refs:pile
148 static void int_unregister_cb(ENGINE_PILE *pile, ENGINE *e)
152 while ((n = sk_ENGINE_find(pile->sk, e)) >= 0) {
153 (void)sk_ENGINE_delete(pile->sk, n);
154 pile->uptodate = 0;
156 if (pile->funct == e) {
158 pile->funct = NULL;
294 static void int_dall(const ENGINE_PILE *pile, ENGINE_PILE_DOALL *dall)
296 dall->cb(pile->nid, pile->sk, pile->funct, dall->arg);