Lines Matching defs:version
8 by the Free Software Foundation; either version 2.1 of the License,
9 or (at your option) any later version.
83 bool profile_is_sticky; /* since version 5; must be restored together with profile name */
249 uint8_t version;
265 if (le->version != LEGACY_ENTRY_VERSION) {
286 uint8_t version;
304 if (pa_tagstruct_getu8(t, &version) < 0 ||
305 version > ENTRY_VERSION ||
316 if (version >= 2) {
332 if (version >= 3 && pa_tagstruct_gets(t, &profile_name) < 0)
345 if (version >= 4) {
357 if (version >= 5) {