Home
last modified time | relevance | path

Searched refs:SPOOLSS_NOTIFY_MSG (Results 1 – 3 of 3) sorted by relevance

/dports/net/samba412/samba-4.12.15/source3/printing/
H A Dnotify.c252 static bool copy_notify2_msg( SPOOLSS_NOTIFY_MSG *to, SPOOLSS_NOTIFY_MSG *from ) in copy_notify2_msg()
258 memcpy( to, from, sizeof(SPOOLSS_NOTIFY_MSG) ); in copy_notify2_msg()
278 SPOOLSS_NOTIFY_MSG *msg) in send_spoolss_notify2_msg()
320 if ( !(pnqueue->msg = talloc(send_ctx, SPOOLSS_NOTIFY_MSG)) ) { in send_spoolss_notify2_msg()
322 (unsigned long)sizeof(SPOOLSS_NOTIFY_MSG))); in send_spoolss_notify2_msg()
/dports/net/samba412/samba-4.12.15/source3/include/
H A Dnt_printing.h86 } SPOOLSS_NOTIFY_MSG; typedef
91 SPOOLSS_NOTIFY_MSG *msgs;
/dports/net/samba412/samba-4.12.15/source3/rpc_server/spoolss/
H A Dsrv_spoolss_nt.c1025 static int notify_msg_ctr_addmsg( SPOOLSS_NOTIFY_MSG_CTR *ctr, SPOOLSS_NOTIFY_MSG *msg ) in notify_msg_ctr_addmsg()
1029 SPOOLSS_NOTIFY_MSG *msg_list = NULL; in notify_msg_ctr_addmsg()
1065 …if ( !(msg_list = talloc_realloc( ctr->ctx, msg_grp->msgs, SPOOLSS_NOTIFY_MSG, msg_grp->num_msgs )… in notify_msg_ctr_addmsg()
1072 memcpy( &msg_grp->msgs[new_slot], msg, sizeof(SPOOLSS_NOTIFY_MSG) ); in notify_msg_ctr_addmsg()
1094 SPOOLSS_NOTIFY_MSG *messages, in build_notify2_messages()
1100 SPOOLSS_NOTIFY_MSG *msg; in build_notify2_messages()
1310 static bool notify2_unpack_msg( SPOOLSS_NOTIFY_MSG *msg, struct timeval *tv, void *buf, size_t len ) in notify2_unpack_msg()
1361 SPOOLSS_NOTIFY_MSG notify; in receive_notify2_message_list()