HomeSort by relevance Sort by last modified time
    Searched refs:extra_len (Results 101 - 125 of 126) sorted by null

1 2 3 45 6

  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/
zlib.h 115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member in struct:gz_header_s
    [all...]
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/
zlib.h 115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member in struct:gz_header_s
    [all...]
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/
zlib.h 115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member in struct:gz_header_s
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.c 595 wraplen += 2 + s->gzhead->extra_len;
725 put_byte(s, s->gzhead->extra_len & 0xff);
726 put_byte(s, (s->gzhead->extra_len >> 8) & 0xff);
769 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
785 if (s->gzindex == s->gzhead->extra_len) {
    [all...]
zlib.h 118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member in struct:gz_header_s
    [all...]
inflate.c 726 state->head->extra_len = (unsigned)hold;
740 len = state->head->extra_len - state->length;
    [all...]
  /external/pdfium/third_party/zlib_v128/
deflate.c 594 wraplen += 2 + s->gzhead->extra_len;
724 put_byte(s, s->gzhead->extra_len & 0xff);
725 put_byte(s, (s->gzhead->extra_len >> 8) & 0xff);
768 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
784 if (s->gzindex == s->gzhead->extra_len) {
    [all...]
zlib.h 187 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member in struct:gz_header_s
    [all...]
inflate.c 726 state->head->extra_len = (unsigned)hold;
740 len = state->head->extra_len - state->length;
    [all...]
  /external/python/cpython2/Modules/zlib/
deflate.c 595 wraplen += 2 + s->gzhead->extra_len;
725 put_byte(s, s->gzhead->extra_len & 0xff);
726 put_byte(s, (s->gzhead->extra_len >> 8) & 0xff);
769 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
785 if (s->gzindex == s->gzhead->extra_len) {
    [all...]
zlib.h 118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member in struct:gz_header_s
    [all...]
inflate.c 726 state->head->extra_len = (unsigned)hold;
740 len = state->head->extra_len - state->length;
    [all...]
  /external/syslinux/com32/lib/zlib/
deflate.c 515 wraplen += 2 + s->gzhead->extra_len;
642 put_byte(s, s->gzhead->extra_len & 0xff);
643 put_byte(s, (s->gzhead->extra_len >> 8) & 0xff);
686 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
702 if (s->gzindex == s->gzhead->extra_len) {
    [all...]
inflate.c 710 state->head->extra_len = (unsigned)hold;
724 len = state->head->extra_len - state->length;
    [all...]
  /external/zlib/src/
deflate.c 595 wraplen += 2 + s->gzhead->extra_len;
725 put_byte(s, s->gzhead->extra_len & 0xff);
726 put_byte(s, (s->gzhead->extra_len >> 8) & 0xff);
769 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
785 if (s->gzindex == s->gzhead->extra_len) {
    [all...]
zlib.h 118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member in struct:gz_header_s
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 1439 size_t extra_len; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_aka.c 792 size_t extra_len)
796 extra_len);
797 return eap_sim_verify_mac(data->k_aut, req, mac, extra, extra_len);
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_aka.c 901 size_t extra_len)
905 extra_len);
906 return eap_sim_verify_mac(data->k_aut, req, mac, extra, extra_len);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.c 612 put_byte(s, s->gzhead->extra_len & 0xff);
613 put_byte(s, (s->gzhead->extra_len >> 8) & 0xff);
656 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
672 if (s->gzindex == s->gzhead->extra_len) {
    [all...]
inflate.c 673 state->head->extra_len = (unsigned)hold;
687 len = state->head->extra_len - state->length;
    [all...]
  /external/syslinux/com32/include/
zlib.h 118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member in struct:gz_header_s
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zlib.h 118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member in struct:gz_header_s
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlib.h 118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member in struct:gz_header_s
    [all...]
  /external/zlib/src/contrib/pascal/
zlibpas.pas 56 extra_len: Integer; (* extra field length (valid if extra != Z_NULL) *)

Completed in 642 milliseconds

1 2 3 45 6