Lines Matching defs:omr_watcher
75 omr_watcher_t *omr_watcher;
199 publisher->omr_watcher = watcher;
200 omr_watcher_retain(publisher->omr_watcher);
201 publisher->omr_watcher_callback = omr_watcher_callback_add(publisher->omr_watcher,
223 omr_watcher_callback_cancel(publisher->omr_watcher, publisher->omr_watcher_callback);
226 if (publisher->omr_watcher != NULL) {
227 omr_watcher_release(publisher->omr_watcher);
228 publisher->omr_watcher = NULL;
449 if (publisher->omr_watcher == NULL) {
450 FAULT("expecting an omr_watcher to be on the publisher");
454 return omr_watcher_prefix_present(publisher->omr_watcher, priority, &prefix, prefix_length);
496 if (publisher->omr_watcher == NULL) {
497 FAULT("expecting an omr_watcher to be on the publisher");
501 return omr_watcher_prefix_wins(publisher->omr_watcher, priority, &prefix, prefix_length);
562 if (publisher->omr_watcher != NULL) {
563 omr_watcher_prefix_add(publisher->omr_watcher, &prefix->prefix, prefix->prefix_length, prefix->priority);
567 if (publisher->omr_watcher != NULL) {
568 omr_watcher_prefix_remove(publisher->omr_watcher, &prefix->prefix, prefix->prefix_length);
756 (publisher->omr_watcher != NULL && omr_watcher_non_ula_prefix_present(publisher->omr_watcher)))