Lines Matching defs:acp
88 this->acp = new(mem_ctx) exec_list;
112 exec_list *acp;
189 foreach_in_list(acp_entry, entry, this->acp) {
262 exec_list *orig_acp = this->acp;
266 this->acp = new(mem_ctx) exec_list;
273 this->acp = orig_acp;
342 acp->make_empty();
351 exec_list *orig_acp = this->acp;
355 this->acp = new(mem_ctx) exec_list;
359 /* Populate the initial acp with a constant of the original */
361 this->acp->push_tail(new(this->lin_ctx) acp_entry(a));
368 this->acp = orig_acp;
386 acp->make_empty();
402 exec_list *orig_acp = this->acp;
406 this->acp = new(mem_ctx) exec_list;
412 this->acp->push_tail(new(this->lin_ctx) acp_entry(a));
424 this->acp = orig_acp;
459 foreach_in_list_safe(acp_entry, entry, this->acp) {
514 this->acp->push_tail(entry);