Lines Matching defs:seek
1518 pa_seek_mode_t seek) {
1527 PA_CHECK_VALIDITY(s->context, seek <= PA_SEEK_RELATIVE_END, PA_ERR_INVALID);
1528 PA_CHECK_VALIDITY(s->context, s->direction == PA_STREAM_PLAYBACK || (seek == PA_SEEK_RELATIVE && offset == 0), PA_ERR_INVALID);
1552 pa_pstream_send_memblock(s->context->pstream, s->channel, offset, seek, &chunk);
1556 pa_seek_mode_t t_seek = seek;
1603 s->requested_bytes -= (seek == PA_SEEK_RELATIVE ? offset : 0) + (int64_t) length;
1614 if (seek == PA_SEEK_ABSOLUTE) {
1618 } else if (seek == PA_SEEK_RELATIVE) {
1628 if (seek == PA_SEEK_ABSOLUTE) {
1631 } else if (seek == PA_SEEK_RELATIVE) {
1651 pa_seek_mode_t seek) {
1653 return pa_stream_write_ext_free(s, data, length, free_cb, (void*) data, offset, seek);
1946 /* A corrupting seek was made */
1949 /* An absolute seek was made */
1953 /* A relative seek was made */