notify_queue_head   35 source3/printing/notify.c } *notify_queue_head = NULL;
notify_queue_head   71 source3/printing/notify.c 	return (notify_queue_head != NULL);
notify_queue_head  135 source3/printing/notify.c 	for (pq = notify_queue_head; pq; pq = pq->next) {
notify_queue_head  160 source3/printing/notify.c 	for (pq = notify_queue_head; pq; pq = pq_next) {
notify_queue_head  170 source3/printing/notify.c 			DLIST_REMOVE(notify_queue_head, pq);
notify_queue_head  215 source3/printing/notify.c 			msg_ctx, notify_queue_head->msg->printer, timeout);
notify_queue_head  280 source3/printing/notify.c 		for (tmp_ptr = notify_queue_head; tmp_ptr; tmp_ptr = tmp_ptr->next) 
notify_queue_head  325 source3/printing/notify.c 	DLIST_ADD_END(notify_queue_head, pnqueue, struct notify_queue *);