Searched refs:pchf_data (Results 1 – 3 of 3) sorted by relevance
1507 struct pchf_data { struct1519 static struct pchf_data *pchf; argument1535 struct pchf_data *result; in _cpp_save_file_entries()1542 result_size = (sizeof (struct pchf_data) in _cpp_save_file_entries()1544 result = XCNEWVAR (struct pchf_data, result_size); in _cpp_save_file_entries()1587 result_size = (sizeof (struct pchf_data) in _cpp_save_file_entries()1601 struct pchf_data d; in _cpp_read_file_entries()1603 if (fread (&d, sizeof (struct pchf_data) - sizeof (struct pchf_entry), 1, f) in _cpp_read_file_entries()1607 pchf = XNEWVAR (struct pchf_data, sizeof (struct pchf_data) in _cpp_read_file_entries()1609 memcpy (pchf, &d, sizeof (struct pchf_data) - sizeof (struct pchf_entry)); in _cpp_read_file_entries()
311 (struct pchf_entry): Move definition out of struct pchf_data.
46438 (struct pchf_data): New.