Lines Matching full:whence
2123 },llseek:function (stream, offset, whence) {
2125 if (whence === 1) { // SEEK_CUR.
2127 } else if (whence === 2) { // SEEK_END.
2628 },llseek:function (stream, offset, whence) {
2630 if (whence === 1) { // SEEK_CUR.
2632 } else if (whence === 2) { // SEEK_END.
3471 },llseek:function (stream, offset, whence) {
3475 return stream.stream_ops.llseek(stream, offset, whence);