Home | History | Annotate | Download | only in engine

Lines Matching full:engine_list_head

66 /* The linked-list of pointers to engine types. engine_list_head
70 * list (or engine_list_head itself). In the same way, the use of the
73 * engine_list_head, and each non-null "next" pointer account for
76 static ENGINE *engine_list_head = NULL;
84 ENGINE *iterator = engine_list_head;
89 iterator = engine_list_head;
107 iterator = engine_list_head;
119 if(engine_list_head == NULL)
128 engine_list_head = e;
168 iterator = engine_list_head;
183 if(engine_list_head == e)
184 engine_list_head = e->next;
197 ret = engine_list_head;
361 iterator = engine_list_head;