pnqueue           267 source3/printing/notify.c 	struct notify_queue *pnqueue, *tmp_ptr;
pnqueue           299 source3/printing/notify.c 	pnqueue = TALLOC_P(send_ctx, struct notify_queue);
pnqueue           300 source3/printing/notify.c 	if (!pnqueue) {
pnqueue           307 source3/printing/notify.c 	if ( !(pnqueue->msg = TALLOC_P(send_ctx, SPOOLSS_NOTIFY_MSG)) ) {
pnqueue           312 source3/printing/notify.c 	copy_notify2_msg(pnqueue->msg, msg);
pnqueue           313 source3/printing/notify.c 	GetTimeOfDay(&pnqueue->tv);
pnqueue           314 source3/printing/notify.c 	pnqueue->buf = NULL;
pnqueue           315 source3/printing/notify.c 	pnqueue->buflen = 0;
pnqueue           325 source3/printing/notify.c 	DLIST_ADD_END(notify_queue_head, pnqueue, struct notify_queue *);