Searched refs:watchers (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.cxx64 watchers = 0;
74 watchers[i].watcher->NotifyDeleted(this, watchers[i].userData);
76 delete []watchers;
77 watchers = 0;
1339 // Ask the watchers to style, and stop as soon as one responds.
1341 watchers[i].watcher->NotifyStyleNeeded(this, watchers[i].userData, pos);
1356 if ((watchers[i].watcher == watcher) &&
1357 (watchers[
[all...]
H A DDocument.h103 WatcherWithUserData *watchers; member in class:Document
226 const WatcherWithUserData *GetWatchers() const { return watchers; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dio_interface_mux.c543 static struct watcher *watchers = NULL; variable in typeref:struct:watcher
578 struct watcher *w = watchers;
580 DBG(printk("io_interface_mux: notifying watchers\n"));
1114 w->next = watchers;
1115 watchers = w;
1130 struct watcher *w = watchers, *prev = NULL;
1142 watchers = w->next;

Completed in 36 milliseconds