Home | History | Annotate | Download | only in embenchen

Lines Matching full:whence

1905         },llseek:function (stream, offset, whence) {
1907 if (whence === 1) { // SEEK_CUR.
1909 } else if (whence === 2) { // SEEK_END.
2410 },llseek:function (stream, offset, whence) {
2412 if (whence === 1) { // SEEK_CUR.
2414 } else if (whence === 2) { // SEEK_END.
3253 },llseek:function (stream, offset, whence) {
3257 return stream.stream_ops.llseek(stream, offset, whence);