Home
last modified time | relevance | path

Searched refs:entry_rec (Results 1 - 1 of 1) sorted by relevance

/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.c586 ipp_choice_strings_t *entry_rec = (ipp_choice_strings_t *)entry; in free_choice_strings() local
588 if (entry_rec) { in free_choice_strings()
589 if (entry_rec->name) free(entry_rec->name); in free_choice_strings()
590 if (entry_rec->human_readable) free(entry_rec->human_readable); in free_choice_strings()
591 free(entry_rec); in free_choice_strings()
598 ipp_opt_strings_t *entry_rec = (ipp_opt_strings_t *)entry; in free_opt_strings() local
600 if (entry_rec) { in free_opt_strings()
601 if (entry_rec in free_opt_strings()
[all...]

Completed in 2 milliseconds