Lines Matching defs:param
198 * @param str Pointer to string
199 * @param rc Character to trim
211 * @param tv Pointer to the timeval structure
227 * @param buffer Handle to the buffer. It will be incremented if new data requires it.
228 * @param bit_pos A pointer to a position buffer to keep track the current write location (0 for MSB, 7 for LSB)
229 * @param size A pointer to the byte size currently written. This allows the calling function to do simple buffer overflow checks
230 * @param data The data to write
231 * @param data_bit_len The number of bits from data to write
1661 char *param;
1683 param = pa_sprintf_malloc("volume: %0.6f\r\n", db);
1686 rv = pa_rtsp_setparameter(c->rtsp, param);
1688 pa_xfree(param);