Home | History | Annotate | Download | only in embenchen

Lines Matching full:whence

1766         },llseek:function (stream, offset, whence) {
1768 if (whence === 1) { // SEEK_CUR.
1770 } else if (whence === 2) { // SEEK_END.
2271 },llseek:function (stream, offset, whence) {
2273 if (whence === 1) { // SEEK_CUR.
2275 } else if (whence === 2) { // SEEK_END.
3114 },llseek:function (stream, offset, whence) {
3118 return stream.stream_ops.llseek(stream, offset, whence);