Searched refs:append_queue (Results 1 – 2 of 2) sorted by relevance
106 struct append_queue { struct110 struct append_queue *next; argument170 static struct append_queue *append_head = NULL;171 static struct append_queue *append_tail = NULL;586 static struct append_queue *next_append_slot P_((void));587 static struct append_queue *590 struct append_queue *n = MALLOC(1, struct append_queue); in next_append_slot()609 struct append_queue *p, *q; in release_append_queue()626 struct append_queue *p; in dump_append_queue()1403 struct append_queue *aq = next_append_slot();[all …]
973 * src/execute.c (append_queue): Added 'free' field2641 redesigned append-space algorithm; added append_queue structure and