Searched refs:how (Results 1 - 25 of 279) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/blast/
H A Dblast.h38 typedef unsigned (*blast_in)(void *how, unsigned char **buf);
39 typedef int (*blast_out)(void *how, unsigned char *buf, unsigned len);
52 * The input function is invoked: len = infun(how, &buf), where buf is set by
58 * The output function is invoked: err = outfun(how, buf, len), where the bytes
H A Dblast.c410 /* Example of how to use blast() */
416 local unsigned inf(void *how, unsigned char **buf) argument
421 return fread(hold, 1, CHUNK, (FILE *)how);
424 local int outf(void *how, unsigned char *buf, unsigned len) argument
426 return fwrite(buf, 1, len, (FILE *)how) != len;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/blast/
H A Dblast.h34 typedef unsigned (*blast_in)(void *how, unsigned char **buf);
35 typedef int (*blast_out)(void *how, unsigned char *buf, unsigned len);
48 * The input function is invoked: len = infun(how, &buf), where buf is set by
54 * The output function is invoked: err = outfun(how, buf, len), where the bytes
H A Dblast.c408 /* Example of how to use blast() */
414 local unsigned inf(void *how, unsigned char **buf) argument
419 return fread(hold, 1, CHUNK, (FILE *)how);
422 local int outf(void *how, unsigned char *buf, unsigned len) argument
424 return fwrite(buf, 1, len, (FILE *)how) != len;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/blast/
H A Dblast.h34 typedef unsigned (*blast_in)(void *how, unsigned char **buf);
35 typedef int (*blast_out)(void *how, unsigned char *buf, unsigned len);
48 * The input function is invoked: len = infun(how, &buf), where buf is set by
54 * The output function is invoked: err = outfun(how, buf, len), where the bytes
H A Dblast.c408 /* Example of how to use blast() */
414 local unsigned inf(void *how, unsigned char **buf) argument
419 return fread(hold, 1, CHUNK, (FILE *)how);
422 local int outf(void *how, unsigned char *buf, unsigned len) argument
424 return fwrite(buf, 1, len, (FILE *)how) != len;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/blast/
H A Dblast.h34 typedef unsigned (*blast_in)(void *how, unsigned char **buf);
35 typedef int (*blast_out)(void *how, unsigned char *buf, unsigned len);
48 * The input function is invoked: len = infun(how, &buf), where buf is set by
54 * The output function is invoked: err = outfun(how, buf, len), where the bytes
H A Dblast.c408 /* Example of how to use blast() */
414 local unsigned inf(void *how, unsigned char **buf) argument
419 return fread(hold, 1, CHUNK, (FILE *)how);
422 local int outf(void *how, unsigned char *buf, unsigned len) argument
424 return fwrite(buf, 1, len, (FILE *)how) != len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/common/
H A Dmythread.h25 # define mythread_sigmask(how, set, oset) \
26 pthread_sigmask(how, set, oset)
39 # define mythread_sigmask(how, set, oset) \
40 sigprocmask(how, set, oset)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/common/
H A Dmythread.h25 # define mythread_sigmask(how, set, oset) \
26 pthread_sigmask(how, set, oset)
39 # define mythread_sigmask(how, set, oset) \
40 sigprocmask(how, set, oset)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsh_bios.h15 extern void sh_bios_shutdown(unsigned int how);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/VMS/
H A Dtest-includes.com1 $! Quick script to check how well including individual header files works
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/VMS/
H A Dtest-includes.com1 $! Quick script to check how well including individual header files works
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/VMS/
H A Dtest-includes.com1 $! Quick script to check how well including individual header files works
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Ddst_ops.h19 struct net_device *dev, int how);
H A Dinet_common.h28 extern int inet_shutdown(struct socket *sock, int how);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da2-encapsulation-rtp.tex9 Audio''} for description of how to embed Vorbis audio in an RTP stream.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dcomment.c68 int comcmp( char *start, char *stop, char *str,int how) argument
74 if ( how & C_FULL ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dsh_bios.c63 void sh_bios_shutdown(unsigned int how) argument
65 sh_bios_call(BIOS_CALL_SHUTDOWN, how, 0, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dtcp.c196 int how; local
199 how = SHUT_RDWR;
201 how = SHUT_WR;
203 how = SHUT_RD;
206 return shutdown(s->fd, how);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfile.cpp158 int how; local
167 how = R_OK;
171 how = W_OK;
175 how = R_OK | W_OK;
179 return wxAccess(name, how) == 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/data/valid-config-files/system.d/
H A Dtest.conf4 <!-- The following demonstrates how to punch holes in a default deny-all
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dgzread.c78 If this is the first time in, allocate required memory. state->how will be
139 state->how = GZIP;
162 state->how = COPY;
169 data. If the gzip stream completes, state->how is reset to LOOK to look for
214 state->how = LOOK;
222 file depending on state->how. If state->how is LOOK, then a gzip header is
224 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
232 switch(state->how) {
236 if (state->how
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dgzread.c77 If this is the first time in, allocate required memory. state->how will be
138 state->how = GZIP;
161 state->how = COPY;
168 data. If the gzip stream completes, state->how is reset to LOOK to look for
213 state->how = LOOK;
221 file depending on state->how. If state->how is LOOK, then a gzip header is
223 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
231 switch(state->how) {
235 if (state->how
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtsplittr.tex13 The following fragment shows how to create a splitter window, creating two
34 The next fragment shows how the splitter window can be manipulated after creation.

Completed in 368 milliseconds

1234567891011>>