Home
last modified time | relevance | path

Searched refs:fragments (Results 1 – 9 of 9) sorted by relevance

/PHP-7.2/ext/zip/lib/
H A Dzip_source_buffer.c46 zip_uint8_t **fragments; /* pointers to fragments */ member
251 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() local
396 fragments = realloc(buffer->fragments, new_capacity * sizeof(*fragments)); in buffer_write()
398 if (fragments == NULL) { in buffer_write()
[all …]
/PHP-7.2/
H A DMakefile.global121 …rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool m…
H A D.gitignore34 Makefile.fragments
H A Dacinclude.m4143 > Makefile.fragments
165 cat $abs_srcdir/Makefile.global Makefile.fragments Makefile.objects >> Makefile
180 … $SED -e "s#\$(srcdir)#$ac_srcdir#g" -e "s#\$(builddir)#$ac_builddir#g" $src >> Makefile.fragments
/PHP-7.2/ext/
H A Dext_skel231 Makefile.fragments
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt6527 are created by joining together fragments that contain references
7546 complex pattern fragments that do not contain any | characters at this
7591 tern, where A, B, etc. are complex pattern fragments:
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic9634 # mbr_bootsel magic before partition table not reliable with small ipl fragments
10743 >>8 lelong x \b fragments %u,
10748 >28 lelong x \b fragments per block %u,
24784 # maybe there exist a cleaner way to detect HeLP fragments
H A Dmagic私はガラスを食べられます9634 # mbr_bootsel magic before partition table not reliable with small ipl fragments
10743 >>8 lelong x \b fragments %u,
10748 >28 lelong x \b fragments per block %u,
24784 # maybe there exist a cleaner way to detect HeLP fragments
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog1695 pattern fragments (but not containing any | characters). If A and B are

Completed in 170 milliseconds