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

123

/external/zlib/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;
/external/chromium/third_party/libevent/test/
H A Dregress.rpc17 string how = 1;
/external/quake/quake/src/QW/dxsdk/sdk/inc/
H A Dfastfile.h21 extern BOOL FastFileSeek( HFASTFILE pfe, int off, int how );
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
H A DFASTFILE.H21 extern BOOL FastFileSeek( HFASTFILE pfe, int off, int how );
/external/quake/quake/src/QW/
H A Dqwcl.spec.sh32 After realizing how many people played Quake on the internet, and how many
H A Dqwsv.spec.sh32 After realizing how many people played Quake on the internet, and how many
/external/icu4c/samples/
H A Dreadme.txt7 break - demonstrates how to use BreakIterators in C and C++.
11 case - demonstrates how to do Unicode case conversion in C and C++.
27 strsrch - demonstrates how to search for patterns in Unicode text using the usearch interface.
31 uciter8.c - demonstrates how to leniently read 8-bit Unicode text.
/external/zlib/
H A Dgzread.c93 If this is the first time in, allocate required memory. state->how will be
199 state->how = GZIP;
220 state->how = COPY;
229 trailer is verified, state->how is reset to LOOK to look for the next gzip
289 state->how = LOOK; /* ready for next stream, once have is 0 (leave
290 state->direct unchanged to remember how) */
299 file depending on state->how. If state->how is LOOK, then a gzip header is
309 if (state->how == LOOK) { /* look for gzip header */
315 if (state->how
[all...]
H A Dgzguts.h80 /* values for gz_state how */
102 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon7191
H A Dgzlib.c77 state->how = LOOK; /* look for gzip header */
307 if (state->mode == GZ_READ && state->how == COPY &&
/external/dbus/test/data/valid-config-files/system.d/
H A Dtest.conf4 <!-- The following demonstrates how to punch holes in a default deny-all
/external/webkit/WebKit/win/Interfaces/
H A DDOMRange.idl145 - (short)compareBoundaryPoints:(unsigned short)how :(DOMRange *)sourceRange;
147 HRESULT compareBoundaryPoints([in] unsigned short how, [in] IDOMRange* sourceRange);
/external/libvpx/examples/includes/geshi/geshi/
H A Dautoit.php26 * - not sure how to get sendkeys to work " {!}, {SPACE} etc... "
H A Ddos.php34 * (it should be done only into its scope: how to handle variable it?).
/external/chromium/net/third_party/nss/ssl/
H A Dssldef.c80 int ssl_DefShutdown(sslSocket *ss, int how) argument
85 rv = lower->methods->shutdown(lower, how);
H A Dsslsock.c1469 ssl_Shutdown(PRFileDesc *fd, PRIntn how) argument
1478 if (how == PR_SHUTDOWN_RCV || how == PR_SHUTDOWN_BOTH) {
1481 if (how == PR_SHUTDOWN_SEND || how == PR_SHUTDOWN_BOTH) {
1485 rv = (PRStatus)(*ss->ops->shutdown)(ss, how);
1487 if (how == PR_SHUTDOWN_SEND || how == PR_SHUTDOWN_BOTH) {
1490 if (how == PR_SHUTDOWN_RCV || how
1972 ssl_Seek(PRFileDesc *fd, PRInt32 offset, PRSeekWhence how) argument
1979 ssl_Seek64(PRFileDesc *fd, PRInt64 offset, PRSeekWhence how) argument
[all...]
/external/webkit/WebCore/dom/
H A DRange.idl66 [OldStyleObjC] short compareBoundaryPoints(in CompareHow how,
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.h93 virtual void trayActivated(QSystemTrayIcon::ActivationReason how);
/external/dropbear/
H A Dcommon-channel.c54 static void close_chan_fd(struct Channel *channel, int fd, int how);
899 /* close a fd, how is SHUT_RD or SHUT_WR */
900 static void close_chan_fd(struct Channel *channel, int fd, int how) { argument
905 TRACE(("SHUTDOWN(%d, %d)", fd, how))
906 shutdown(fd, how);
907 if (how == 0) {
/external/blktrace/btt/doc/
H A Dbtt.tex78 will use \texttt{btt} with -- section~\ref{sec:o-D} shows how you
155 in the system. This provides some idea as to how quickly IOs are
244 providing a set of indicators showing how close incoming IO requests
246 providing a set of indicators showing how close the IO requests are
258 number of seeks is indicative as to how many IOs are coming out of
266 by underlying drivers. The next section shows how often the request
316 how the larger number of data values for device (8,0) dominates in
322 know how many requests the scheduler has to work with. The metric
323 provided in this section details how many requests (on average) were
325 handled. To determine this, \texttt{btt} keeps track of how man
[all...]
/external/chromium/sdch/open-vcdiff/src/gflags/
H A Dgflags.h108 #error Do not know how to define a 32-bit integer quantity on your system
/external/kernel-headers/original/linux/
H A Dnfs_xdr.h812 void (*write_setup) (struct nfs_write_data *, int how);
814 void (*commit_setup) (struct nfs_write_data *, int how);
/external/protobuf/editors/
H A Dproto.vim73 " see /usr/share/vim/vim70/syntax/c.vim for how it's done.
/external/dbus/bus/
H A Dactivation.c1033 const DBusError *how)
1055 how,
1079 const DBusError *how)
1082 while (!try_send_activation_failure (pending_activation, how))
1032 try_send_activation_failure(BusPendingActivation *pending_activation, const DBusError *how) argument
1078 pending_activation_failed(BusPendingActivation *pending_activation, const DBusError *how) argument

Completed in 156 milliseconds

123