Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_gd2.c674 int idxSize; in _gdImageGd2() local
729 idxSize = ncx * ncy * sizeof(t_chunk_info); in _gdImageGd2()
730 GD2_DBG(gd_error("Index size is %d", idxSize)); in _gdImageGd2()
731 gdSeek(out, idxPos + idxSize); in _gdImageGd2()
733 chunkIdx = safe_emalloc(idxSize, sizeof(t_chunk_info), 0); in _gdImageGd2()
734 memset(chunkIdx, 0, idxSize * sizeof(t_chunk_info)); in _gdImageGd2()

Completed in 9 milliseconds