D | ppdTool.go | 128 type PPD struct { struct 165 func ParsePPD(name string, content []byte) (PPD, error) { 166 ppd := PPD{name: name, data: make([]Statement, 0, 512)} 241 func normalizePPD(ppd *PPD) { argument 260 func parseAndNormalizePPDFile(reader io.ReadCloser, filename string) PPD { 298 func divideIntoLargeClusters(ppds []PPD) [][]string { argument 377 func compareSameSizePPDs(ppds []PPD) [][]string { argument 446 func divideIntoSmallClusters(ppds []PPD) [][]string { argument 455 ppdsByHash := make(map[ppdHash][]PPD) 467 go func(ppdsToCompare []PPD) { [all …]
|