Searched refs:_zip_ef_new (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/zip/lib/ |
H A D | zip_extra_field.c | 48 if ((def=_zip_ef_new(ef->id, ef->size, ef->data, ef->flags)) == NULL) { in _zip_ef_clone() 184 _zip_ef_new(zip_uint16_t id, zip_uint16_t size, const zip_uint8_t *data, zip_flags_t flags) in _zip_ef_new() function 236 if ((ef2=_zip_ef_new(fid, flen, ef_data, flags)) == NULL) { in _zip_ef_parse()
|
H A D | zip_extra_field_api.c | 298 if ((ef_new=_zip_ef_new(ef_id, len, data, flags)) == NULL) { in zip_file_extra_field_set()
|
H A D | zip_dirent.c | 692 …ef64 = _zip_ef_new(ZIP_EF_ZIP64, (zip_uint16_t)(_zip_buffer_offset(ef_buffer)), ef_zip64, ZIP_EF_B… in _zip_dirent_write() 862 …ef = _zip_ef_new(id, (zip_uint16_t)(_zip_buffer_offset(buffer)), _zip_buffer_data(buffer), ZIP_EF_… in _zip_ef_utf8()
|
H A D | zipint.h | 508 zip_extra_field_t *_zip_ef_new(zip_uint16_t, zip_uint16_t, const zip_uint8_t *, zip_flags_t);
|
Completed in 9 milliseconds