Lines Matching defs:le
239 struct legacy_entry *le;
250 le = (struct legacy_entry*)data->data;
252 if (le->version != LEGACY_ENTRY_VERSION) {
257 if (!memchr(le->description, 0, sizeof(le->description))) {
262 if (!le->description[0]) {
267 if (!memchr(le->icon, 0, sizeof(le->icon))) {
273 e->description = pa_xstrdup(le->description);
274 e->icon = pa_xstrdup(le->icon);