Home
last modified time | relevance | path

Searched refs:block_pending (Results 1 – 7 of 7) sorted by relevance

/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dspc_dvips.c57 static int block_pending = 0; variable
209 block_pending ? pending_x : spe->x_user, in spc_handler_ps_plotfile()
210 block_pending ? pending_y : spe->y_user); in spc_handler_ps_plotfile()
230 block_pending++; in spc_handler_ps_literal()
238 if (block_pending <= 0) { in spc_handler_ps_literal()
242 block_pending--; in spc_handler_ps_literal()
/dports/irc/eggdrop/eggdrop-1.9.1/src/mod/transfer.mod/
H A Dtransfer.c561 dcc[idx].u.xfer->block_pending = pump_file_to_sock(dcc[idx].u.xfer->f, in dcc_get()
788 if (dcc[idx].u.xfer->block_pending) in outdone_dcc_xfer()
789 dcc[idx].u.xfer->block_pending = in outdone_dcc_xfer()
791 dcc[idx].u.xfer->block_pending); in outdone_dcc_xfer()
921 dcc[idx].u.xfer->block_pending = pump_file_to_sock(dcc[idx].u.xfer->f, in dcc_get_pending()
935 dcc[idx].u.xfer->block_pending = pump_file_to_sock(dcc[idx].u.xfer->f, in dcc_get_pending()
/dports/irc/evangeline/evangeline-msa/modules/transfer.mod/
H A Dtransfer.c509 dcc[idx].u.xfer->block_pending = pump_file_to_sock(dcc[idx].u.xfer->f, in dcc_get()
730 if (dcc[idx].u.xfer->block_pending) in outdone_dcc_xfer()
731 dcc[idx].u.xfer->block_pending = in outdone_dcc_xfer()
733 dcc[idx].u.xfer->block_pending); in outdone_dcc_xfer()
846 dcc[idx].u.xfer->block_pending = pump_file_to_sock(dcc[idx].u.xfer->f, in dcc_get_pending()
857 dcc[idx].u.xfer->block_pending = pump_file_to_sock(dcc[idx].u.xfer->f, in dcc_get_pending()
/dports/irc/evangeline/evangeline/modules/transfer.mod/
H A Dtransfer.c509 dcc[idx].u.xfer->block_pending = pump_file_to_sock(dcc[idx].u.xfer->f, in dcc_get()
730 if (dcc[idx].u.xfer->block_pending) in outdone_dcc_xfer()
731 dcc[idx].u.xfer->block_pending = in outdone_dcc_xfer()
733 dcc[idx].u.xfer->block_pending); in outdone_dcc_xfer()
846 dcc[idx].u.xfer->block_pending = pump_file_to_sock(dcc[idx].u.xfer->f, in dcc_get_pending()
857 dcc[idx].u.xfer->block_pending = pump_file_to_sock(dcc[idx].u.xfer->f, in dcc_get_pending()
/dports/irc/evangeline/evangeline-msa/src/
H A Devangeline.h282 unsigned long block_pending; member
/dports/irc/evangeline/evangeline/src/
H A Devangeline.h282 unsigned long block_pending; member
/dports/irc/eggdrop/eggdrop-1.9.1/src/
H A Deggdrop.h440 unsigned long block_pending; /* bytes of this DCC block which weren't member