Searched refs:ptrs_to_free (Results 1 – 1 of 1) sorted by relevance
152 if (ptrs_to_free == NULL \153 || ptrs_to_free->count == (sizeof (ptrs_to_free->ptrs) \156 struct ptrs_to_free *new_ptrs = alloca (sizeof (*ptrs_to_free)); \158 new_ptrs->next = ptrs_to_free; \159 ptrs_to_free = new_ptrs; \161 ptrs_to_free->ptrs[ptrs_to_free->count++] = (ptr); \187 struct ptrs_to_free struct190 struct ptrs_to_free *next; argument313 struct ptrs_to_free *ptrs_to_free = NULL; in __vfwscanf_internal() local3033 struct ptrs_to_free *p = ptrs_to_free; in __vfwscanf_internal()[all …]
Completed in 5 milliseconds