Lines Matching refs:sync

70248 var sync = require('./sync');
70333 out = sync(password, salt, iterations, keylen, digest);
70348 return sync(password, salt, iterations, keylen, digest);
71759 this.sync = true; // whenever we return null, then we set a flag to say
71918 if (state.flowing && state.length === 0 && !state.sync) {
72074 state.sync = true; // if the length is currently zero, then we *need* a readable event.
72080 state.sync = false; // If _read pushed data synchronously, then `reading` will be false,
72124 if (state.sync) {
72864 this._readableState.sync = false;
73107 this.sync = true; // a flag to know if we're processing previously buffered items, which
73362 state.sync = true;
73364 state.sync = false;
73367 function onwriteError(stream, state, sync, er, cb) {
73370 if (sync) {
73400 var sync = state.sync;
73404 if (er) onwriteError(stream, state, sync, er, cb);else {
73412 if (sync) {
79320 this.sync = true; // whenever we return null, then we set a flag to say
79461 if (state.flowing && state.length === 0 && !state.sync) {
79612 state.sync = true; // if the length is currently zero, then we *need* a readable event.
79618 state.sync = false; // If _read pushed data synchronously, then `reading` will be false,
79673 if (state.sync) pna.nextTick(emitReadable_, stream);else emitReadable_(stream);
80329 this._readableState.sync = false;
80585 this.sync = true; // a flag to know if we're processing previously buffered items, which
80828 state.sync = true;
80830 state.sync = false;
80833 function onwriteError(stream, state, sync, er, cb) {
80836 if (sync) {
80866 var sync = state.sync;
80869 if (er) onwriteError(stream, state, sync, er, cb);else {
80877 if (sync) {