Home | History | Annotate | Download | only in embenchen

Lines Matching full:whence

1780         },llseek:function (stream, offset, whence) {
1782 if (whence === 1) { // SEEK_CUR.
1784 } else if (whence === 2) { // SEEK_END.
2285 },llseek:function (stream, offset, whence) {
2287 if (whence === 1) { // SEEK_CUR.
2289 } else if (whence === 2) { // SEEK_END.
3128 },llseek:function (stream, offset, whence) {
3132 return stream.stream_ops.llseek(stream, offset, whence);