send_ctx 25 source3/printing/notify.c static TALLOC_CTX *send_ctx;
send_ctx 44 source3/printing/notify.c if (!send_ctx)
send_ctx 45 source3/printing/notify.c send_ctx = talloc_init("print notify queue");
send_ctx 47 source3/printing/notify.c if (!send_ctx)
send_ctx 105 source3/printing/notify.c buf = (uint8 *)TALLOC_REALLOC(send_ctx, buf, len);
send_ctx 139 source3/printing/notify.c talloc_free_children(send_ctx);
send_ctx 149 source3/printing/notify.c buf = (char *)TALLOC(send_ctx, offset);
send_ctx 152 source3/printing/notify.c talloc_free_children(send_ctx);
send_ctx 181 source3/printing/notify.c if (!print_notify_pid_list(printer, send_ctx, &num_pids, &pid_list))
send_ctx 217 source3/printing/notify.c talloc_free_children(send_ctx);
send_ctx 250 source3/printing/notify.c to->notify.data = (char *)TALLOC_MEMDUP(send_ctx, from->notify.data, from->len );
send_ctx 299 source3/printing/notify.c pnqueue = TALLOC_P(send_ctx, struct notify_queue);
send_ctx 307 source3/printing/notify.c if ( !(pnqueue->msg = TALLOC_P(send_ctx, SPOOLSS_NOTIFY_MSG)) ) {
send_ctx 349 source3/printing/notify.c msg = TALLOC_P(send_ctx, struct spoolss_notify_msg);
send_ctx 378 source3/printing/notify.c msg = TALLOC_P(send_ctx, struct spoolss_notify_msg);