Searched defs:name_max (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h118 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
834 If name is not Z_NULL, then up to name_max characters are written there,
835 terminated with a zero unless the length is greater than name_max. If
/external/chromium_org/third_party/zlib/
H A Dzlib.h122 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
932 If name is not Z_NULL, then up to name_max characters are written there,
933 terminated with a zero unless the length is greater than name_max. If
/external/qemu/distrib/zlib-1.2.8/
H A Dzlib.h121 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
982 If name is not Z_NULL, then up to name_max characters are written there,
983 terminated with a zero unless the length is greater than name_max. If
/external/zlib/src/
H A Dzlib.h121 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
982 If name is not Z_NULL, then up to name_max characters are written there,
983 terminated with a zero unless the length is greater than name_max. If
/external/zlib/
H A Dzlib.h121 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
982 If name is not Z_NULL, then up to name_max characters are written there,
983 terminated with a zero unless the length is greater than name_max. If
/external/elfutils/0.153/src/
H A Dar.c473 size_t name_max = 0; local
478 if (name_max == 0)
482 name_max = len;
484 return name_max != 0;
642 printlen = name_max;
643 char truncfname[name_max + 1];
645 name_max)) = '\0';
731 printlen = name_max;
732 char truncfname[name_max + 1];
734 name_max))
[all...]
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h181 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
1042 If name is not Z_NULL, then up to name_max characters are written there,
1043 terminated with a zero unless the length is greater than name_max. If
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h185 uInt name_max; /* space at name (only when reading header) */ member in struct:gz_header_s
1046 If name is not Z_NULL, then up to name_max characters are written there,
1047 terminated with a zero unless the length is greater than name_max. If

Completed in 2513 milliseconds