Searched refs:output (Results 1 – 18 of 18) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | md5.c | 60 #define MD5_memcpy(output, input, len) memcpy((output), (input), (len)) argument 65 #define MD5_memset(output, value, len) memset((output), (value), (len)) argument 294 output[j] = (unsigned char)(input[i] & 0xff); in Encode() 295 output[j+1] = (unsigned char)((input[i] >> 8) & 0xff); in Encode() 296 output[j+2] = (unsigned char)((input[i] >> 16) & 0xff); in Encode() 297 output[j+3] = (unsigned char)((input[i] >> 24) & 0xff); in Encode() 309 output[i] = ((UINT4)input[j]) | (((UINT4)input[j+1]) << 8) | in Decode() 316 static void MD5_memcpy (POINTER output, POINTER input, unsigned int len) in MD5_memcpy() argument 322 output[i] = input[i]; in MD5_memcpy() 328 static void MD5_memset (POINTER output, int value, unsigned int len) in MD5_memset() argument [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | ltmain.sh | 6621 output) 7476 case $output in 9689 done > "$output" 9843 : > $output 9982 libobjs=$output 10103 libobj=$output 10109 obj=$output 10517 case $output in 10564 $RM $output 10737 case $output in [all …]
|
| H A D | README | 61 - output-compression with transparent caching 92 - on-the-fly output compression (deflate, gzip)
|
| H A D | depcomp | 43 object Object file output by 'PROGRAMS ARGS'. 45 depfile Dependency file to output.
|
| H A D | compile | 245 arguments, and rename the output as expected.
|
| H A D | aclocal.m4 | 524 # making a dummy file named 'D' -- because '-MD' means "put the output 534 # both Tru64's cc and ICC support -MD to output dependencies as a 574 # versions had trouble with output in subdirs. 713 # Find all dependency output files, they are included files with 781 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 889 of your $PATH and any error possibly output before this message. This 1009 # Ignore all kinds of additional output from 'make'. 1265 [less verbose build output (undo: "make V=1")]) 1268 [verbose build output (undo: "make V=0")])dnl
|
| H A D | NEWS | 84 …* mod_staticfile: add debug output if we ignore a file with static-file.exclude-extensions (fixes … 595 * fixed IE bug in content-charset in the output of mod_dirlisting (sniper/at/php.net) 666 * fixed compressed output if caching was disabled (seen in IE and Opera) 846 * improved output of mod_status 847 * improved debug output in request handling
|
| H A D | configure.ac | 860 dnl output
|
| H A D | configure | 1481 --enable-silent-rules less verbose build output (undo: "make V=1") 1482 --disable-silent-rules verbose build output (undo: "make V=0") 2268 /* Do not output a trailing newline, as this causes \r\n confusion 3252 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output 3458 of your $PATH and any error possibly output before this message. This 10992 reload_cmds='$CC -r -o $output$reload_objs'
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | plugins.txt | 170 HANDLER_FINISHED if the final output is prepared 181 HANDLER_FINISHED if the final output is prepared 192 HANDLER_FINISHED if the final output is prepared 203 HANDLER_FINISHED if the final output is prepared 214 HANDLER_FINISHED if the final output is prepared 225 HANDLER_FINISHED if the final output is prepared
|
| H A D | accesslog.txt | 40 output 99 Default: CLF compatible output
|
| H A D | proxy.txt | 36 enable some debug output, 0 to disable it.
|
| H A D | fastcgi.txt | 78 enable some debug output, 0 to disable it. 227 fastcgi.debug option and will get a similar output as here: :: 245 The output shows:
|
| H A D | magnet.txt | 135 …ments can either be a string or a table. Strings are included AS IS into the output of the request. 171 To easy debugging we overloaded the print()-function in lua and redirect the output of print() to t…
|
| H A D | configuration.txt | 62 # read configuration from output of a command
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | ltsugar.m4 | 51 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
|
| H A D | libtool.m4 | 951 # Check for compiler boilerplate output or warnings with 965 # Check for linker boilerplate output or warnings with 3369 reload_cmds='$LD$reload_flag -o $output$reload_objs' 3380 reload_cmds='$LD$reload_flag -o $output$reload_objs' 4059 # Try sorting and uniquifying the output. 7455 # compiler output when linking a shared library. 7456 # Parse the compiler output and extract the necessary 7524 dnl Parse the compiler output and extract the necessary 7527 # Parse the compiler output and extract the necessary 7585 # once in the compiler output. [all …]
|
| /mOS-networking-stack/scripts/ |
| H A D | configure | 2531 ... rest of stderr output deleted ...
|