Home | History | Annotate | Download | only in embenchen

Lines Matching full:whence

2149         },llseek:function (stream, offset, whence) {
2151 if (whence === 1) { // SEEK_CUR.
2153 } else if (whence === 2) { // SEEK_END.
2654 },llseek:function (stream, offset, whence) {
2656 if (whence === 1) { // SEEK_CUR.
2658 } else if (whence === 2) { // SEEK_END.
3497 },llseek:function (stream, offset, whence) {
3501 return stream.stream_ops.llseek(stream, offset, whence);