Home
last modified time | relevance | path

Searched defs:chn (Results 26 – 50 of 1431) sorted by relevance

12345678910>>...58

/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dchannel.c32 unsigned long long __channel_forward(struct channel *chn, unsigned long long bytes) in __channel_forward()
78 int co_inject(struct channel *chn, const char *msg, int len) in co_inject()
112 int ci_putchr(struct channel *chn, char c) in ci_putchr()
143 int ci_putblk(struct channel *chn, const char *blk, int len) in ci_putblk()
202 struct buffer *ci_swpbuf(struct channel *chn, struct buffer *buf) in ci_swpbuf()
245 int co_getline(const struct channel *chn, char *str, int len) in co_getline()
294 int co_getblk(const struct channel *chn, char *blk, int len, int offset) in co_getblk()
316 int co_getblk_nc(const struct channel *chn, char **blk1, int *len1, char **blk2, int *len2) in co_getblk_nc()
336 int co_getline_nc(const struct channel *chn, in co_getline_nc()
380 int ci_getblk_nc(const struct channel *chn, in ci_getblk_nc()
[all …]
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dchannel.c31 unsigned long long __channel_forward(struct channel *chn, unsigned long long bytes) in __channel_forward()
77 int co_inject(struct channel *chn, const char *msg, int len) in co_inject()
111 int ci_putchr(struct channel *chn, char c) in ci_putchr()
142 int ci_putblk(struct channel *chn, const char *blk, int len) in ci_putblk()
189 int co_getword(const struct channel *chn, char *str, int len, char sep) in co_getword()
240 int co_getline(const struct channel *chn, char *str, int len) in co_getline()
289 int co_getchar(const struct channel *chn, char *c) in co_getchar()
312 int co_getblk(const struct channel *chn, char *blk, int len, int offset) in co_getblk()
354 int co_getline_nc(const struct channel *chn, in co_getline_nc()
398 int ci_getblk_nc(const struct channel *chn, in ci_getblk_nc()
[all …]
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dchannel.c31 unsigned long long __channel_forward(struct channel *chn, unsigned long long bytes) in __channel_forward()
77 int co_inject(struct channel *chn, const char *msg, int len) in co_inject()
111 int ci_putchr(struct channel *chn, char c) in ci_putchr()
142 int ci_putblk(struct channel *chn, const char *blk, int len) in ci_putblk()
189 int co_getword(const struct channel *chn, char *str, int len, char sep) in co_getword()
240 int co_getline(const struct channel *chn, char *str, int len) in co_getline()
289 int co_getchar(const struct channel *chn, char *c) in co_getchar()
312 int co_getblk(const struct channel *chn, char *blk, int len, int offset) in co_getblk()
354 int co_getline_nc(const struct channel *chn, in co_getline_nc()
398 int ci_getblk_nc(const struct channel *chn, in ci_getblk_nc()
[all …]
/dports/net/haproxy17/haproxy-1.7.14/include/proto/
H A Dfilters.h38 #define CHN_IDX(chn) (((chn)->flags & CF_ISRESP) == CF_ISRESP) argument
39 #define FLT_NXT(flt, chn) ((flt)->next[CHN_IDX(chn)]) argument
40 #define FLT_FWD(flt, chn) ((flt)->fwd[CHN_IDX(chn)]) argument
61 #define FLT_STRM_DATA_CB_IMPL_1(strm, chn, call, default_ret) \ argument
63 #define FLT_STRM_DATA_CB_IMPL_2(strm, chn, call, default_ret, on_error) \ argument
74 #define FLT_STRM_DATA_CB_IMPL_3(strm, chn, call, default_ret, on_error, on_wait) \ argument
87 #define FLT_STRM_DATA_CB_IMPL_X(strm, chn, call, A, B, C, DATA_CB_IMPL, ...) \ argument
90 #define FLT_STRM_DATA_CB(strm, chn, call, ...) \ argument
142 register_data_filter(struct stream *s, struct channel *chn, struct filter *filter) in register_data_filter()
184 flt_change_next_size(struct filter *filter, struct channel *chn, int len) in flt_change_next_size()
[all …]
/dports/net/haproxy18/haproxy-1.8.30/include/proto/
H A Dfilters.h38 #define CHN_IDX(chn) (((chn)->flags & CF_ISRESP) == CF_ISRESP) argument
39 #define FLT_NXT(flt, chn) ((flt)->next[CHN_IDX(chn)]) argument
40 #define FLT_FWD(flt, chn) ((flt)->fwd[CHN_IDX(chn)]) argument
61 #define FLT_STRM_DATA_CB_IMPL_1(strm, chn, call, default_ret) \ argument
63 #define FLT_STRM_DATA_CB_IMPL_2(strm, chn, call, default_ret, on_error) \ argument
74 #define FLT_STRM_DATA_CB_IMPL_3(strm, chn, call, default_ret, on_error, on_wait) \ argument
87 #define FLT_STRM_DATA_CB_IMPL_X(strm, chn, call, A, B, C, DATA_CB_IMPL, ...) \ argument
90 #define FLT_STRM_DATA_CB(strm, chn, call, ...) \ argument
141 register_data_filter(struct stream *s, struct channel *chn, struct filter *filter) in register_data_filter()
183 flt_change_next_size(struct filter *filter, struct channel *chn, int len) in flt_change_next_size()
[all …]
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dchannel.c32 unsigned long long __channel_forward(struct channel *chn, unsigned long long bytes) in __channel_forward()
78 int co_inject(struct channel *chn, const char *msg, int len) in co_inject()
112 int ci_putchr(struct channel *chn, char c) in ci_putchr()
143 int ci_putblk(struct channel *chn, const char *blk, int len) in ci_putblk()
190 int co_getline(const struct channel *chn, char *str, int len) in co_getline()
239 int co_getblk(const struct channel *chn, char *blk, int len, int offset) in co_getblk()
261 int co_getblk_nc(const struct channel *chn, const char **blk1, size_t *len1, const char **blk2, siz… in co_getblk_nc()
281 int co_getline_nc(const struct channel *chn, in co_getline_nc()
325 int ci_getblk_nc(const struct channel *chn, in ci_getblk_nc()
357 int ci_getline_nc(const struct channel *chn, in ci_getline_nc()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dchannel.c32 unsigned long long __channel_forward(struct channel *chn, unsigned long long bytes) in __channel_forward()
78 int co_inject(struct channel *chn, const char *msg, int len) in co_inject()
112 int ci_putchr(struct channel *chn, char c) in ci_putchr()
143 int ci_putblk(struct channel *chn, const char *blk, int len) in ci_putblk()
190 int co_getline(const struct channel *chn, char *str, int len) in co_getline()
239 int co_getblk(const struct channel *chn, char *blk, int len, int offset) in co_getblk()
261 int co_getblk_nc(const struct channel *chn, const char **blk1, size_t *len1, const char **blk2, siz… in co_getblk_nc()
281 int co_getline_nc(const struct channel *chn, in co_getline_nc()
325 int ci_getblk_nc(const struct channel *chn, in ci_getblk_nc()
357 int ci_getline_nc(const struct channel *chn, in ci_getline_nc()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dchannel.c32 unsigned long long __channel_forward(struct channel *chn, unsigned long long bytes) in __channel_forward()
78 int co_inject(struct channel *chn, const char *msg, int len) in co_inject()
112 int ci_putchr(struct channel *chn, char c) in ci_putchr()
143 int ci_putblk(struct channel *chn, const char *blk, int len) in ci_putblk()
189 int co_getline(const struct channel *chn, char *str, int len) in co_getline()
238 int co_getblk(const struct channel *chn, char *blk, int len, int offset) in co_getblk()
260 int co_getblk_nc(const struct channel *chn, const char **blk1, size_t *len1, const char **blk2, siz… in co_getblk_nc()
280 int co_getline_nc(const struct channel *chn, in co_getline_nc()
324 int ci_getblk_nc(const struct channel *chn, in ci_getblk_nc()
356 int ci_getline_nc(const struct channel *chn, in ci_getline_nc()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dchannel.c31 unsigned long long __channel_forward(struct channel *chn, unsigned long long bytes) in __channel_forward()
77 int co_inject(struct channel *chn, const char *msg, int len) in co_inject()
111 int ci_putchr(struct channel *chn, char c) in ci_putchr()
142 int ci_putblk(struct channel *chn, const char *blk, int len) in ci_putblk()
189 int co_getline(const struct channel *chn, char *str, int len) in co_getline()
238 int co_getblk(const struct channel *chn, char *blk, int len, int offset) in co_getblk()
260 int co_getblk_nc(const struct channel *chn, const char **blk1, size_t *len1, const char **blk2, siz… in co_getblk_nc()
280 int co_getline_nc(const struct channel *chn, in co_getline_nc()
324 int ci_getblk_nc(const struct channel *chn, in ci_getblk_nc()
356 int ci_getline_nc(const struct channel *chn, in ci_getline_nc()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dchannel.c32 unsigned long long __channel_forward(struct channel *chn, unsigned long long bytes) in __channel_forward()
78 int co_inject(struct channel *chn, const char *msg, int len) in co_inject()
112 int ci_putchr(struct channel *chn, char c) in ci_putchr()
143 int ci_putblk(struct channel *chn, const char *blk, int len) in ci_putblk()
189 int co_getline(const struct channel *chn, char *str, int len) in co_getline()
238 int co_getblk(const struct channel *chn, char *blk, int len, int offset) in co_getblk()
260 int co_getblk_nc(const struct channel *chn, const char **blk1, size_t *len1, const char **blk2, siz… in co_getblk_nc()
280 int co_getline_nc(const struct channel *chn, in co_getline_nc()
324 int ci_getblk_nc(const struct channel *chn, in ci_getblk_nc()
356 int ci_getline_nc(const struct channel *chn, in ci_getline_nc()
/dports/audio/snd/snd-21.2/
H A Ddraw.rb26 def display_colored_samples(color, beg, dur, snd = false, chn = false) argument
65 def display_samples_in_color(snd, chn) argument
73 def color_samples(color, beg = 0, dur = false, snd = Snd.snd, chn = Snd.chn) argument
87 def uncolor_samples(snd = Snd.snd, chn = Snd.chn) argument
96 def display_previous_edits(snd, chn) argument
149 def samples_via_colormap(snd, chn) argument
H A Drubber.rb25 def add_named_mark(samp, name, snd = false, chn = false) argument
31 def derumble_sound(snd = false, chn = false) argument
41 def sample_sound(snd = false, chn = false) argument
47 def unsample_sound(snd = false, chn = false) argument
90 def rubber_sound(stretch, snd = false, chn = false) argument
H A Dexamp.rb182 def window_samples(snd = false, chn = false) argument
194 def display_energy(snd, chn) argument
211 def display_db(snd, chn) argument
245 def fft_peak(snd, chn, scale) argument
281 def display_correlate(snd, chn, y0, y1) argument
325 def zoom_spectrum(snd, chn, y0, y1) argument
346 def zoom_fft(snd, chn, y0, y1) argument
367 def superimpose_ffts(snd, chn, y0, y1) argument
604 def auto_dot(snd, chn, y0, y1) argument
1655 chn = false) argument
[all …]
/dports/audio/libxmp/libxmp-4.5.0/src/
H A Dvirtual.c40 int libxmp_virt_getroot(struct context_data *ctx, int chn) in libxmp_virt_getroot()
246 static int alloc_voice(struct context_data *ctx, int chn) in alloc_voice()
274 static int map_virt_channel(struct player_data *p, int chn) in map_virt_channel()
289 int libxmp_virt_mapchannel(struct context_data *ctx, int chn) in libxmp_virt_mapchannel()
294 void libxmp_virt_resetchannel(struct context_data *ctx, int chn) in libxmp_virt_resetchannel()
323 void libxmp_virt_setvol(struct context_data *ctx, int chn, int vol) in libxmp_virt_setvol()
356 void libxmp_virt_setpan(struct context_data *ctx, int chn, int pan) in libxmp_virt_setpan()
380 double libxmp_virt_getvoicepos(struct context_data *ctx, int chn) in libxmp_virt_getvoicepos()
394 void libxmp_virt_setsmp(struct context_data *ctx, int chn, int smp) in libxmp_virt_setsmp()
419 void libxmp_virt_setnna(struct context_data *ctx, int chn, int nna) in libxmp_virt_setnna()
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/libxmp-lite/src/
H A Dvirtual.c42 int libxmp_virt_getroot(struct context_data *ctx, int chn) in libxmp_virt_getroot()
245 static int alloc_voice(struct context_data *ctx, int chn) in alloc_voice()
273 static int map_virt_channel(struct player_data *p, int chn) in map_virt_channel()
288 int libxmp_virt_mapchannel(struct context_data *ctx, int chn) in libxmp_virt_mapchannel()
293 void libxmp_virt_resetchannel(struct context_data *ctx, int chn) in libxmp_virt_resetchannel()
322 void libxmp_virt_setvol(struct context_data *ctx, int chn, int vol) in libxmp_virt_setvol()
355 void libxmp_virt_setpan(struct context_data *ctx, int chn, int pan) in libxmp_virt_setpan()
379 double libxmp_virt_getvoicepos(struct context_data *ctx, int chn) in libxmp_virt_getvoicepos()
393 void libxmp_virt_setsmp(struct context_data *ctx, int chn, int smp) in libxmp_virt_setsmp()
418 void libxmp_virt_setnna(struct context_data *ctx, int chn, int nna) in libxmp_virt_setnna()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libdb/
H A Dgeckousb.c17 static __inline__ int __send_command(s32 chn,u16 *cmd) in __send_command()
31 static int __usb_sendbyte(s32 chn,char ch) in __usb_sendbyte()
43 static int __usb_recvbyte(s32 chn,char *ch) in __usb_recvbyte()
57 static int __usb_checksend(s32 chn) in __usb_checksend()
69 static int __usb_checkrecv(s32 chn) in __usb_checkrecv()
81 static void __usb_flush(s32 chn) in __usb_flush()
92 static int __usb_isgeckoalive(s32 chn) in __usb_isgeckoalive()
107 static int __usb_recvbuffer(s32 chn,void *buffer,int size) in __usb_recvbuffer()
129 static int __usb_sendbuffer(s32 chn,const void *buffer,int size) in __usb_sendbuffer()
/dports/misc/py-pyEDFlib/pyEDFlib-0.1.23/pyedflib/
H A Dedfreader.py145 def getSignalHeader(self, chn): argument
414 def getSampleFrequency(self,chn): argument
458 def getLabel(self,chn): argument
482 def getPrefilter(self,chn): argument
506 def getPhysicalMaximum(self,chn=None): argument
536 def getPhysicalMinimum(self,chn=None): argument
566 def getDigitalMaximum(self, chn=None): argument
596 def getDigitalMinimum(self, chn=None): argument
626 def getTransducer(self, chn): argument
649 def getPhysicalDimension(self, chn): argument
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/test/regress/sql/
H A Dcreate_index.sql81 CREATE INDEX gcircleind ON circle_tbl USING gist (f1);
106 INSERT INTO quad_point_tbl
125 CREATE INDEX sp_radix_ind ON radix_text_tbl USING spgist (t);
148 SELECT * FROM circle_tbl WHERE f1 && circle(point(1,-2), 1)
165 SELECT count(*) FROM point_tbl p WHERE p.f1 >> '(0.0, 0.0)';
181 SELECT count(*) FROM quad_point_tbl WHERE p IS NULL;
242 SELECT * FROM fast_emp4000
300 SELECT count(*) FROM point_tbl p WHERE p.f1 <^ '(0.0, 0.0)';
319 SELECT * FROM point_tbl WHERE f1 IS NOT NULL ORDER BY f1 <-> '0,1';
/dports/emulators/libspectrum/libspectrum-1.5.0/
H A Dide.c181 libspectrum_ide_free( libspectrum_ide_channel *chn ) in libspectrum_ide_free()
317 libspectrum_ide_dirty( libspectrum_ide_channel *chn, in libspectrum_ide_dirty()
466 read_hdf( libspectrum_ide_channel *chn ) in read_hdf()
505 write_hdf( libspectrum_ide_channel *chn ) in write_hdf()
513 read_data( libspectrum_ide_channel *chn ) in read_data()
566 libspectrum_ide_read( libspectrum_ide_channel *chn, in libspectrum_ide_read()
648 seek( libspectrum_ide_channel *chn ) in seek()
732 identifydevice( libspectrum_ide_channel *chn ) in identifydevice()
785 readsector( libspectrum_ide_channel *chn ) in readsector()
809 writesector( libspectrum_ide_channel *chn ) in writesector()
[all …]
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DSnd_fx.cpp106 ModChannel &chn = state->Chn[channel]; in RenderChannel() local
463 ModChannel &chn = playState.Chn[nChn]; in GetLength() local
530 ModChannel &chn = playState.Chn[nChn]; in GetLength() local
906 ModChannel &chn = playState.Chn[nChn]; in GetLength() local
1175 auto &chn = m_PlayState.Chn[n]; in GetLength() local
2149 ModChannel &chn = m_PlayState.Chn[i]; in CheckNNA() local
3659 ModChannel &chn = m_PlayState.Chn[nChn]; in PortamentoUp() local
3727 ModChannel &chn = m_PlayState.Chn[nChn]; in PortamentoDown() local
4427 ModChannel &chn = m_PlayState.Chn[nChn]; in ExtendedMODCommands() local
4509 ModChannel &chn = m_PlayState.Chn[nChn]; in ExtendedS3MCommands() local
[all …]
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libogc/
H A Dcard.c333 static s32 __card_sync(s32 chn) in __card_sync()
814 static s32 __card_clearstatus(s32 chn) in __card_clearstatus()
883 u32 chn; in __timeouthandler() local
922 static s32 __retry(s32 chn) in __retry()
1692 static s32 __card_domount(s32 chn) in __card_domount()
1958 u32 chn; in __dsp_initcallback() local
1980 u32 chn,len,key; in __dsp_donecallback() local
2212 s32 CARD_Probe(s32 chn) in CARD_Probe()
2328 s32 CARD_Unmount(s32 chn) in CARD_Unmount()
2705 s32 CARD_Format(s32 chn) in CARD_Format()
[all …]
/dports/sysutils/linrename/util-linux-2.25.2/libblkid/src/superblocks/
H A Dsuperblocks.c270 struct blkid_chain *chn; in blkid_probe_filter_superblocks_usage() local
336 static int superblocks_probe(blkid_probe pr, struct blkid_chain *chn) in superblocks_probe()
518 struct blkid_chain *chn = blkid_probe_get_chain(pr); in blkid_probe_set_version() local
529 struct blkid_chain *chn = blkid_probe_get_chain(pr); in blkid_probe_sprintf_version() local
544 struct blkid_chain *chn = blkid_probe_get_chain(pr); in blkid_probe_set_usage() local
567 struct blkid_chain *chn = blkid_probe_get_chain(pr); in blkid_probe_set_id_label() local
595 struct blkid_chain *chn = blkid_probe_get_chain(pr); in blkid_probe_set_label() local
624 struct blkid_chain *chn = blkid_probe_get_chain(pr); in blkid_probe_set_utf8label() local
646 struct blkid_chain *chn = blkid_probe_get_chain(pr); in blkid_probe_sprintf_uuid() local
683 struct blkid_chain *chn = blkid_probe_get_chain(pr); in blkid_probe_strncpy_uuid() local
[all …]
/dports/devel/util-linux/util-linux-2.36/libblkid/src/superblocks/
H A Dsuperblocks.c278 struct blkid_chain *chn; in blkid_probe_filter_superblocks_usage() local
534 struct blkid_chain *chn = blkid_probe_get_chain(pr); in blkid_probe_set_version() local
546 struct blkid_chain *chn = blkid_probe_get_chain(pr); in blkid_probe_sprintf_version() local
566 struct blkid_chain *chn = blkid_probe_get_chain(pr); in blkid_probe_set_usage() local
589 struct blkid_chain *chn = blkid_probe_get_chain(pr); in blkid_probe_set_id_label() local
618 struct blkid_chain *chn = blkid_probe_get_chain(pr); in blkid_probe_set_utf8_id_label() local
649 struct blkid_chain *chn = blkid_probe_get_chain(pr); in blkid_probe_set_label() local
678 struct blkid_chain *chn = blkid_probe_get_chain(pr); in blkid_probe_set_utf8label() local
711 struct blkid_chain *chn = blkid_probe_get_chain(pr); in blkid_probe_sprintf_uuid() local
735 struct blkid_chain *chn = blkid_probe_get_chain(pr); in blkid_probe_strncpy_uuid() local
[all …]
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/snd/
H A Dcyd.c69 static void cyd_init_channel(CydEngine *cyd, CydChannel *chn) in cyd_init_channel()
370 static void run_lfsrs(CydChannel *chn) in run_lfsrs()
386 static void cyd_cycle_channel(CydEngine *cyd, CydChannel *chn) in cyd_cycle_channel()
405 static void cyd_sync_channel(CydEngine *cyd, CydChannel *chn) in cyd_sync_channel()
424 static void cyd_advance_oscillators(CydEngine *cyd, CydChannel *chn) in cyd_advance_oscillators()
500 static Sint32 cyd_output_channel(CydEngine *cyd, CydChannel *chn) in cyd_output_channel()
599 CydChannel *chn = &cyd->channel[i]; in cyd_output() local
938 void cyd_set_env_shape(CydChannel *chn, Uint8 shape) in cyd_set_env_shape()
960 void cyd_enable_gate(CydEngine *cyd, CydChannel *chn, Uint8 enable) in cyd_enable_gate()
1011 void cyd_set_waveform(CydChannel *chn, Uint32 wave) in cyd_set_waveform()
[all …]
/dports/games/libretro-fuse/fuse-libretro-8b51f87/libspectrum/
H A Dide.c214 libspectrum_ide_free( libspectrum_ide_channel *chn ) in libspectrum_ide_free()
342 libspectrum_ide_dirty( libspectrum_ide_channel *chn, in libspectrum_ide_dirty()
435 read_hdf( libspectrum_ide_channel *chn ) in read_hdf()
488 write_hdf( libspectrum_ide_channel *chn ) in write_hdf()
527 read_data( libspectrum_ide_channel *chn ) in read_data()
580 libspectrum_ide_read( libspectrum_ide_channel *chn, in libspectrum_ide_read()
662 seek( libspectrum_ide_channel *chn ) in seek()
746 identifydevice( libspectrum_ide_channel *chn ) in identifydevice()
799 readsector( libspectrum_ide_channel *chn ) in readsector()
823 writesector( libspectrum_ide_channel *chn ) in writesector()
[all …]

12345678910>>...58