Searched refs:ORIG_NAME (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dcontent_encoding.c48 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
238 if(flags & ORIG_NAME) {
/macosx-10.10/file_cmds-242/gzip/
H A Dgzip.c128 #define ORIG_NAME 0x08 macro
613 *origname ? ORIG_NAME : 0,
904 if ((flags & ORIG_NAME) == 0) {
1469 if (header1[3] & ORIG_NAME) {
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dgzio.c79 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
366 if ((flags & ORIG_NAME) != 0) { /* skip the original file name */
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_deflate.c32 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
1428 if (zlib_flags & ORIG_NAME) {
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c3630 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
3921 if ((flags & ORIG_NAME) != 0) { /* skip the original file name */

Completed in 136 milliseconds