SPOOLSS_NOTIFY_MSG  409 source3/include/nt_printing.h 	SPOOLSS_NOTIFY_MSG	*msgs;
SPOOLSS_NOTIFY_MSG  241 source3/printing/notify.c static bool copy_notify2_msg( SPOOLSS_NOTIFY_MSG *to, SPOOLSS_NOTIFY_MSG *from )
SPOOLSS_NOTIFY_MSG  247 source3/printing/notify.c 	memcpy( to, from, sizeof(SPOOLSS_NOTIFY_MSG) );
SPOOLSS_NOTIFY_MSG  265 source3/printing/notify.c static void send_spoolss_notify2_msg(SPOOLSS_NOTIFY_MSG *msg)
SPOOLSS_NOTIFY_MSG  307 source3/printing/notify.c 	if ( !(pnqueue->msg = TALLOC_P(send_ctx, SPOOLSS_NOTIFY_MSG)) ) {
SPOOLSS_NOTIFY_MSG  309 source3/printing/notify.c 			(unsigned long)sizeof(SPOOLSS_NOTIFY_MSG)));
SPOOLSS_NOTIFY_MSG  877 source3/rpc_server/srv_spoolss_nt.c static int notify_msg_ctr_addmsg( SPOOLSS_NOTIFY_MSG_CTR *ctr, SPOOLSS_NOTIFY_MSG *msg )
SPOOLSS_NOTIFY_MSG  881 source3/rpc_server/srv_spoolss_nt.c 	SPOOLSS_NOTIFY_MSG		*msg_list = NULL;
SPOOLSS_NOTIFY_MSG  917 source3/rpc_server/srv_spoolss_nt.c 	if ( !(msg_list = TALLOC_REALLOC_ARRAY( ctr->ctx, msg_grp->msgs, SPOOLSS_NOTIFY_MSG, msg_grp->num_msgs )) ) {
SPOOLSS_NOTIFY_MSG  924 source3/rpc_server/srv_spoolss_nt.c 	memcpy( &msg_grp->msgs[new_slot], msg, sizeof(SPOOLSS_NOTIFY_MSG) );
SPOOLSS_NOTIFY_MSG  945 source3/rpc_server/srv_spoolss_nt.c 	SPOOLSS_NOTIFY_MSG       *messages;
SPOOLSS_NOTIFY_MSG  998 source3/rpc_server/srv_spoolss_nt.c 			SPOOLSS_NOTIFY_MSG	*msg = &messages[i];
SPOOLSS_NOTIFY_MSG 1110 source3/rpc_server/srv_spoolss_nt.c static bool notify2_unpack_msg( SPOOLSS_NOTIFY_MSG *msg, struct timeval *tv, void *buf, size_t len )
SPOOLSS_NOTIFY_MSG 1161 source3/rpc_server/srv_spoolss_nt.c 	SPOOLSS_NOTIFY_MSG	notify;