Lines Matching defs:reply
1149 pa_tagstruct *reply = NULL;
1161 reply = pa_tagstruct_new();
1162 pa_tagstruct_putu32(reply, PA_COMMAND_REPLY);
1163 pa_tagstruct_putu32(reply, tag);
1170 pa_tagstruct_putu32(reply, EXT_VERSION);
1218 pa_tagstruct_puts(reply, name);
1219 pa_tagstruct_puts(reply, e->description);
1220 pa_tagstruct_puts(reply, e->icon);
1221 pa_tagstruct_putu32(reply, found_index);
1222 pa_tagstruct_putu32(reply, NUM_ROLES);
1225 pa_tagstruct_puts(reply, role_names[i]);
1226 pa_tagstruct_putu32(reply, e->priority[i]);
1519 pa_pstream_send_tagstruct(pa_native_connection_get_pstream(c), reply);
1524 if (reply)
1525 pa_tagstruct_free(reply);