Lines Matching defs:version

9   by the Free Software Foundation; either version 2.1 of the License,
10 or (at your option) any later version.
41 #include <pulse/version.h>
242 uint32_t version;
956 if (u->version >= 13) {
1146 (u->version >= 15 && pa_tagstruct_get_channel_map(t, &cm) < 0)) {
1172 if (u->version >= 16) {
1191 if (u->version >= 24) {
1196 if (u->version >= 34 &&
1276 if (u->version >= 13) {
1287 if (u->version >= 15) {
1304 if (u->version >= 21 && read_formats(u, t) < 0)
1366 if (u->version >= 11) {
1374 if (u->version >= 13) {
1382 if (u->version >= 19) {
1390 if (u->version >= 20) {
1399 if (u->version >= 21) {
1420 if ((u->version < 11 || mute == u->sink->muted) &&
1426 if (u->version >= 11)
1477 if (u->version >= 13) {
1486 if (u->version >= 15) {
1503 if (u->version >= 22 && read_formats(u, t) < 0)
1646 if (u->version >= 9) {
1660 if (u->version >= 12) {
1683 if (u->version >= 13) {
1696 if (u->version >= 21) {
1746 pa_tagstruct_getu32(t, &u->version) < 0 ||
1757 /* Minimum supported protocol version */
1758 if (u->version < 8) {
1759 pa_log("Incompatible protocol version");
1763 /* Starting with protocol version 13 the MSB of the version tag
1767 if (u->version >= 13)
1768 u->version &= 0x7FFFFFFFU;
1770 pa_log_debug("Protocol version: remote %u, local %u", u->version, PA_PROTOCOL_VERSION);
1773 pa_proplist_setf(u->sink->proplist, "tunnel.remote_version", "%u", u->version);
1781 pa_proplist_setf(u->source->proplist, "tunnel.remote_version", "%u", u->version);
1794 if (u->version >= 13) {
1810 if (u->version < 13)
1826 if (u->version < 13)
1845 if (u->version < 13)
1857 if (u->version >= 12) {
1867 if (u->version >= 13) {
1884 if (u->version >= 14) {
1891 if (u->version >= 15) {
1900 if (u->version >= 17)
1903 if (u->version >= 18)
1908 if (u->version >= 21) {
1913 if (u->version >= 22) {
2096 if (u->version < 11)