Searched refs:fragments (Results 1 – 9 of 9) sorted by relevance
46 zip_uint8_t **fragments; /* pointers to fragments */ member251 free(buffer->fragments[i]); in buffer_free()254 free(buffer->fragments); in buffer_free()273 buffer->fragments = NULL; in buffer_new()292 if ((buffer->fragments = malloc(sizeof(*(buffer->fragments)))) == NULL) { in buffer_new_read()299 buffer->fragments[0] = (zip_uint8_t *)data; in buffer_new_read()316 if ((buffer->fragments = malloc(sizeof(*(buffer->fragments)))) == NULL) { in buffer_new_write()378 zip_uint8_t **fragments; in buffer_write() local396 fragments = realloc(buffer->fragments, new_capacity * sizeof(*fragments)); in buffer_write()398 if (fragments == NULL) { in buffer_write()[all …]
121 …rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool m…
36 Makefile.fragments
143 > Makefile.fragments165 cat $abs_srcdir/Makefile.global Makefile.fragments Makefile.objects >> Makefile180 … $SED -e "s#\$(srcdir)#$ac_srcdir#g" -e "s#\$(builddir)#$ac_builddir#g" $src >> Makefile.fragments
213 Makefile.fragments
6531 are created by joining together fragments that contain references7542 complex pattern fragments that do not contain any | characters at this7587 tern, where A, B, etc. are complex pattern fragments:
7748 # mbr_bootsel magic before partition table not reliable with small ipl fragments8811 >>8 lelong x \b fragments %u,8816 >28 lelong x \b fragments per block %u,
1509 pattern fragments (but not containing any | characters). If A and B are
Completed in 210 milliseconds