new_data           73 source3/libaddns/dnsmarshall.c 		uint8 *new_data;
new_data           81 source3/libaddns/dnsmarshall.c 		if (!(new_data = TALLOC_REALLOC_ARRAY(buf, buf->data, uint8,
new_data           88 source3/libaddns/dnsmarshall.c 		buf->data = new_data;
new_data          531 source3/locking/posix.c 	uint8_t *new_data;
new_data          540 source3/locking/posix.c 	new_data = TALLOC_ARRAY(
new_data          543 source3/locking/posix.c 	SMB_ASSERT(new_data != NULL);
new_data          545 source3/locking/posix.c 	memcpy(new_data, rec->value.dptr, rec->value.dsize);
new_data          546 source3/locking/posix.c 	memcpy(new_data + rec->value.dsize,
new_data          550 source3/locking/posix.c 		rec, make_tdb_data(new_data,
new_data          474 source3/printing/printing.c 			      struct printjob *new_data)
new_data          492 source3/printing/printing.c 		notify_job_submitted(sharename, jobid, new_data->starttime);
new_data          493 source3/printing/printing.c 		notify_job_username(sharename, jobid, new_data->user);
new_data          496 source3/printing/printing.c 	if (new_job || !strequal(old_data->jobname, new_data->jobname))
new_data          497 source3/printing/printing.c 		notify_job_name(sharename, jobid, new_data->jobname);
new_data          502 source3/printing/printing.c 	if (new_job || !strequal(old_data->jobname, new_data->jobname))
new_data          503 source3/printing/printing.c 		notify_job_name(sharename, jobid, new_data->jobname);
new_data          505 source3/printing/printing.c 	if (new_job || old_data->status != new_data->status)
new_data          506 source3/printing/printing.c 		notify_job_status(sharename, jobid, map_to_spoolss_status(new_data->status));
new_data          508 source3/printing/printing.c 	if (new_job || old_data->size != new_data->size)
new_data          509 source3/printing/printing.c 		notify_job_total_bytes(sharename, jobid, new_data->size);
new_data          511 source3/printing/printing.c 	if (new_job || old_data->page_count != new_data->page_count)
new_data          512 source3/printing/printing.c 		notify_job_total_pages(sharename, jobid, new_data->page_count);
new_data          522 source3/printing/printing.c 	TDB_DATA 		old_data, new_data;
new_data          573 source3/printing/printing.c 	new_data.dptr = buf;
new_data          574 source3/printing/printing.c 	new_data.dsize = len;
new_data          575 source3/printing/printing.c 	ret = (tdb_store(pdb->tdb, print_key(jobid, &tmp), new_data,