Lines Matching full:whence
1874 },llseek:function (stream, offset, whence) {
1876 if (whence === 1) { // SEEK_CUR.
1878 } else if (whence === 2) { // SEEK_END.
2379 },llseek:function (stream, offset, whence) {
2381 if (whence === 1) { // SEEK_CUR.
2383 } else if (whence === 2) { // SEEK_END.
3222 },llseek:function (stream, offset, whence) {
3226 return stream.stream_ops.llseek(stream, offset, whence);