Searched refs:extra_len (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/shared/memzip/ |
A D | memzip.c | 24 mem_data += file_hdr->extra_len; in memzip_find_file_header() 60 mem_data += file_hdr->extra_len; in memzip_is_dir() 81 mem_data += file_hdr->extra_len; in memzip_locate()
|
A D | memzip.h | 16 uint16_t extra_len; member 37 uint16_t extra_len; member
|
/AliOS-Things-master/components/ota/2ndboot/updater/ |
A D | nbpatch.c | 91 long extra_len = 0; in ota_nbpatch() local 143 extra_len = offtin(header + 24); in ota_nbpatch() 151 …h %d header clen:%ld dlen:%ld elen:%ld crc:0x%02x... \n", num, ctrl_len, diff_len, extra_len, crc); in ota_nbpatch() 185 extrahandler.avail_size = extra_len; in ota_nbpatch() 271 patch_pos += extra_len; in ota_nbpatch()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/ |
A D | cmsis_nvic.h | 97 … void (*GIC_FAULT_DUMP_HANDLER_T)(const uint32_t *regs, const uint32_t *extra, uint32_t extra_len);
|
/AliOS-Things-master/components/mbedtls/programs/ssl/ |
A D | ssl_server2.c | 2845 int extra_len, ori_len; in main() local 2849 extra_len = (int) mbedtls_ssl_get_bytes_avail( &ssl ); in main() 2851 larger_buf = mbedtls_calloc( 1, ori_len + extra_len + 1 ); in main() 2859 memset( larger_buf, 0, ori_len + extra_len ); in main() 2863 ret = mbedtls_ssl_read( &ssl, larger_buf + ori_len, extra_len ); in main() 2864 if( ret != extra_len || in main() 2872 larger_buf[ori_len + extra_len] = '\0'; in main() 2874 ori_len + extra_len, ori_len, extra_len, in main() 2879 if( larger_buf[ori_len + extra_len - 1] == '\n' ) in main()
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | 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) {
|
A D | inflate.c | 710 state->head->extra_len = (unsigned)hold; 724 len = state->head->extra_len - state->length;
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/ |
A D | zlibpas.pas | 56 extra_len: Integer; (* extra field length (valid if extra != Z_NULL) *)
|
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A D | zlib.h | 118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | deflate.c | 682 wraplen += 2 + s->gzhead->extra_len; 890 put_byte(s, s->gzhead->extra_len & 0xff); 891 put_byte(s, (s->gzhead->extra_len >> 8) & 0xff); 903 uInt left = (s->gzhead->extra_len & 0xffff) - s->gzindex;
|
A D | zlib.h | 120 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member
|
A D | inflate.c | 748 state->head->extra_len = (unsigned)hold; 763 len = state->head->extra_len - state->length;
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | zlib.h | 120 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member
|
Completed in 44 milliseconds