Lines Matching refs:CacheProfFile
240 CacheProfFile; typedef
329 CacheProfFile* new_CacheProfFile ( char** desc_lines, in new_CacheProfFile()
337 CacheProfFile* cpf = malloc(sizeof(CacheProfFile)); in new_CacheProfFile()
361 static void ddel_CacheProfFile ( CacheProfFile* cpf ) in ddel_CacheProfFile()
381 memset(cpf, 0, sizeof(CacheProfFile)); in ddel_CacheProfFile()
393 static void show_CacheProfFile ( FILE* f, CacheProfFile* cpf ) in show_CacheProfFile()
536 CacheProfFile* cpf, in handle_counts()
596 static CacheProfFile* parse_CacheProfFile ( SOURCE* s ) in parse_CacheProfFile()
605 CacheProfFile* cpf; in parse_CacheProfFile()
758 /*MOD*/CacheProfFile* dst, in merge_CacheProfInfo()
759 CacheProfFile* src ) in merge_CacheProfInfo()
852 CacheProfFile *cpf, *cpfTmp; in main()