HYB_PULL           75 modules/hyb_in/fm_fake_pull.c 	HYB_PULL,					/*data_mode*/
HYB_PULL           75 modules/hyb_in/hyb_in.c 	if (master->data_mode != HYB_PUSH && master->data_mode != HYB_PULL)
HYB_PULL           88 modules/hyb_in/hyb_in.c 	if (master->data_mode == HYB_PULL) {
HYB_PULL          209 modules/hyb_in/hyb_in.c 		assert(hyb_in->master->data_mode == HYB_PULL);
HYB_PULL          227 modules/hyb_in/hyb_in.c 		if (hyb_in->master->data_mode == HYB_PULL)
HYB_PULL          244 modules/hyb_in/hyb_in.c 	assert(hyb_in->master->data_mode == HYB_PULL && hyb_in->master->GetData && hyb_in->master->ReleaseData);