Lines Matching refs:CacheProfFile
245 CacheProfFile; typedef
342 CacheProfFile* new_CacheProfFile ( char** desc_lines, in new_CacheProfFile()
350 CacheProfFile* cpf = malloc(sizeof(CacheProfFile)); in new_CacheProfFile()
374 static void ddel_CacheProfFile ( CacheProfFile* cpf ) in ddel_CacheProfFile()
394 memset(cpf, 0, sizeof(CacheProfFile)); in ddel_CacheProfFile()
406 static void show_CacheProfFile ( FILE* f, CacheProfFile* cpf ) in show_CacheProfFile()
552 CacheProfFile* cpf, in handle_counts()
612 static CacheProfFile* parse_CacheProfFile ( SOURCE* s ) in parse_CacheProfFile()
619 CacheProfFile* cpf; in parse_CacheProfFile()
769 /*MOD*/CacheProfFile* dst, in merge_CacheProfInfo()
770 CacheProfFile* src ) in merge_CacheProfInfo()
863 CacheProfFile *cpf, *cpfTmp; in main()