Home
last modified time | relevance | path

Searched refs:push_flag (Results 1 – 19 of 19) sorted by relevance

/dports/www/kannel/gateway-1.4.4/gw/
H A Dwap_push_ota.c432 int push_flag, in add_push_flag() local
470 push_flag = 0; in add_push_flag()
471 push_flag = push_flag | authenticated | trusted | last; in add_push_flag()
473 if (push_flag) { in add_push_flag()
474 buf = octstr_format("%d", push_flag); in add_push_flag()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pci/hotplug/
H A Dcpqphp_nvram.c254 rc = add_byte(&pFill, 1 + ctrl->push_flag, &usedbytes, &available); in store_HRT()
451 ((p_EV_header->Version == 1) && !ctrl->push_flag)) { in compaq_nvram_load()
628 if ((evbuffer[0] != 0) && (!ctrl->push_flag)) in compaq_nvram_load()
H A Dcpqphp_core.c842 ctrl->push_flag = 1; in cpqhpc_probe()
887 ctrl->push_flag = 1; in cpqhpc_probe()
908 ctrl->push_flag = 1; in cpqhpc_probe()
919 ctrl->push_flag = 1; in cpqhpc_probe()
H A Dcpqphp.h298 u8 push_flag; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pci/hotplug/
H A Dcpqphp_nvram.c254 rc = add_byte(&pFill, 1 + ctrl->push_flag, &usedbytes, &available); in store_HRT()
451 ((p_EV_header->Version == 1) && !ctrl->push_flag)) { in compaq_nvram_load()
628 if ((evbuffer[0] != 0) && (!ctrl->push_flag)) in compaq_nvram_load()
H A Dcpqphp_core.c842 ctrl->push_flag = 1; in cpqhpc_probe()
887 ctrl->push_flag = 1; in cpqhpc_probe()
908 ctrl->push_flag = 1; in cpqhpc_probe()
919 ctrl->push_flag = 1; in cpqhpc_probe()
H A Dcpqphp.h298 u8 push_flag; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/pci/hotplug/
H A Dcpqphp_nvram.c254 rc = add_byte(&pFill, 1 + ctrl->push_flag, &usedbytes, &available); in store_HRT()
451 ((p_EV_header->Version == 1) && !ctrl->push_flag)) { in compaq_nvram_load()
628 if ((evbuffer[0] != 0) && (!ctrl->push_flag)) in compaq_nvram_load()
H A Dcpqphp_core.c842 ctrl->push_flag = 1; in cpqhpc_probe()
887 ctrl->push_flag = 1; in cpqhpc_probe()
908 ctrl->push_flag = 1; in cpqhpc_probe()
919 ctrl->push_flag = 1; in cpqhpc_probe()
H A Dcpqphp.h298 u8 push_flag; member
/dports/mail/rspamd/rspamd-3.1/src/libmime/
H A Dreceived.cxx784 auto push_flag = [L](const received_header &rh, received_flags fl, const char *name) { in received_export_to_lua() local
799 push_flag(rh, received_flags::ARTIFICIAL, "artificial"); in received_export_to_lua()
800 push_flag(rh, received_flags::AUTHENTICATED, "authenticated"); in received_export_to_lua()
801 push_flag(rh, received_flags::SSL, "ssl"); in received_export_to_lua()
/dports/mail/rspamd-devel/rspamd-93430bb/src/libmime/
H A Dreceived.cxx784 auto push_flag = [L](const received_header &rh, received_flags fl, const char *name) { in received_export_to_lua() local
799 push_flag(rh, received_flags::ARTIFICIAL, "artificial"); in received_export_to_lua()
800 push_flag(rh, received_flags::AUTHENTICATED, "authenticated"); in received_export_to_lua()
801 push_flag(rh, received_flags::SSL, "ssl"); in received_export_to_lua()
/dports/cad/iverilog/verilog-11.0/vvp/
H A Dschedule.h36 bool push_flag =false);
H A Dschedule.cc804 void schedule_vthread(vthread_t thr, vvp_time64_t delay, bool push_flag) in schedule_vthread() argument
811 if (push_flag && (delay == 0)) { in schedule_vthread()
H A Dcompile.cc1974 bool push_flag = false; in compile_thread() local
1984 push_flag = true; in compile_thread()
1993 schedule_vthread(thr, 0, push_flag); in compile_thread()
/dports/cad/iverilog/verilog-11.0/tgt-vvp/
H A Deval_vec4.c1080 int push_flag = 0; in draw_string_vec4() local
1091 if (push_flag == 0) in draw_string_vec4()
1092 push_flag += 1; in draw_string_vec4()
1100 if (push_flag != 0) in draw_string_vec4()
H A Dvvp_process.c2423 int push_flag = 0; in draw_process() local
2439 push_flag = 1; in draw_process()
2443 push_flag = 1; in draw_process()
2488 } else if (push_flag) { in draw_process()
/dports/print/cups-filters/cups-filters-1.28.10/filter/
H A Drastertopdf.cpp213 bool push_flag = false; in split_strings() local
217 if (push_flag && !(value.empty())) in split_strings()
220 push_flag = false; in split_strings()
225 push_flag = true; in split_strings()
/dports/devel/bison/bison-3.7.6/
H A DChangeLog-20129566 * src/output.c (prepare): Add macro insertion of `push_flag'.