NT_PRINTER_KEY    254 source3/include/nt_printing.h 	NT_PRINTER_KEY	*keys;
NT_PRINTER_KEY   2796 source3/printing/nt_printing.c 	NT_PRINTER_KEY	*d;
NT_PRINTER_KEY   2804 source3/printing/nt_printing.c 	if ( !(d = TALLOC_REALLOC_ARRAY( data, data->keys, NT_PRINTER_KEY, data->num_keys+1)) ) {
NT_PRINTER_KEY   2847 source3/printing/nt_printing.c 				memmove( &data->keys[i], &data->keys[i+1], sizeof(NT_PRINTER_KEY)*(data->num_keys-i) );
NT_PRINTER_KEY   3547 source3/printing/nt_printing.c 			memcpy( &data->keys[empty_slot], &data->keys[i], sizeof(NT_PRINTER_KEY) );