Searched refs:z (Results 1 – 13 of 13) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_compress.c | 245 z_stream z; in deflate_file_to_buffer_gzip() local 250 z.zalloc = Z_NULL; in deflate_file_to_buffer_gzip() 251 z.zfree = Z_NULL; in deflate_file_to_buffer_gzip() 265 z.total_in = 0; in deflate_file_to_buffer_gzip() 287 z.total_out = 0; in deflate_file_to_buffer_gzip() 290 deflateEnd(&z); in deflate_file_to_buffer_gzip() 319 z_stream z; in deflate_file_to_buffer_deflate() local 325 z.zfree = Z_NULL; in deflate_file_to_buffer_deflate() 339 z.total_in = 0; in deflate_file_to_buffer_deflate() 345 z.total_out = 0; in deflate_file_to_buffer_deflate() [all …]
|
| H A D | md5.c | 78 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument 79 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument 80 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument 81 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
|
| H A D | lemon.c | 3766 char *z; local 3768 z = Strsafe_find(y); 3769 if( z==0 && (z=malloc( strlen(y)+1 ))!=0 ){ 3770 strcpy(z,y); 3771 Strsafe_insert(z); 3773 MemoryCheck(z); 3774 return z;
|
| /mOS-networking-stack/core/src/include/bpf/ |
| H A D | sfbpf-int.h | 42 #define strlcpy(x, y, z) \ argument 43 (strncpy((x), (y), (z)), \ 44 ((z) <= 0 ? 0 : ((x)[(z) - 1] = '\0')), \
|
| H A D | sfbpf.h | 84 #define EVAL_BPFFILTER(x, y, z) sfbpf_filter(x.bf_insns, y, z, z) argument
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 232 test -z "$CC" && CC=cc 233 test -z "$LTCC" && LTCC=$CC 235 test -z "$LD" && LD=ld 863 if test -z "$GOC"; then 868 if test -z "$GOC"; then 1534 test -z "$STRIP" && STRIP=: 3294 [if test -z "$LD"; then 3735 test -z "$NM" && NM=nm 6015 # as -z defs. 7339 # as -z defs. [all …]
|
| H A D | ltoptions.m4 | 138 test -z "$AS" && AS=as 141 test -z "$DLLTOOL" && DLLTOOL=dlltool 144 test -z "$OBJDUMP" && OBJDUMP=objdump
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | SConstruct | 187 if autoconf.CheckLibWithHeader('z', 'zlib.h', 'C'): 188 autoconf.env.Append(CPPFLAGS = [ '-DHAVE_ZLIB_H', '-DHAVE_LIBZ' ], LIBZ = 'z')
|
| H A D | aclocal.m4 | 475 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then 520 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then 709 test -z "$DEPDIR" && continue 711 test -z "$am__include" && continue 791 if test -z "$CYGPATH_W"; then
|
| H A D | configure.ac | 89 if test -z "$PKG_CONFIG"; then 322 AC_CHECK_LIB(z, deflate, [
|
| H A D | config.guess | 315 *:z/VM:*:*)
|
| H A D | ltmain.sh | 2673 …eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/… 2687 tagname=$z
|
| /mOS-networking-stack/ |
| H A D | setup.sh | 85 CPU_MASK=$(printf '0x%04X\n' $z)
|