Searched refs:stalled (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dprogressmeter.c47 #define STALL_TIME 5 /* we're stalled after this many seconds */
72 static long stalled; /* how long we have been stalled */ variable
193 stalled += elapsed;
195 stalled = 0;
197 if (stalled >= STALL_TIME)
198 strlcat(buf, "- stalled -", win_size);
257 stalled = 0;
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dstreams.h46 // stalled -> there may be more data coming, but not in the near future;
64 stalled, // no data now, perhaps more later enumerator in enum:Security::Source::State
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dstreams.h46 // stalled -> there may be more data coming, but not in the near future;
64 stalled, // no data now, perhaps more later enumerator in enum:Security::Source::State
/macosx-10.10/WebCore-7600.1.25/dom/
H A DEventNames.h196 macro(stalled) \
/macosx-10.10/WebCore-7600.1.25/page/
H A DDOMWindow.h343 DEFINE_ATTRIBUTE_EVENT_LISTENER(stalled);
/macosx-10.10/WebCore-7600.1.25/Modules/mediacontrols/
H A DmediaControlsApple.js53 stalled: 'handleStalled',

Completed in 140 milliseconds