Home | History | Annotate | Download | only in embenchen

Lines Matching full:whence

1875         },llseek:function (stream, offset, whence) {
1877 if (whence === 1) { // SEEK_CUR.
1879 } else if (whence === 2) { // SEEK_END.
2380 },llseek:function (stream, offset, whence) {
2382 if (whence === 1) { // SEEK_CUR.
2384 } else if (whence === 2) { // SEEK_END.
3223 },llseek:function (stream, offset, whence) {
3227 return stream.stream_ops.llseek(stream, offset, whence);