Searched refs:idxSize (Results 1 – 1 of 1) sorted by relevance
652 int idxSize; in _gdImageGd2() local707 idxSize = ncx * ncy * sizeof(t_chunk_info); in _gdImageGd2()708 GD2_DBG(php_gd_error("Index size is %d", idxSize)); in _gdImageGd2()709 gdSeek(out, idxPos + idxSize); in _gdImageGd2()711 chunkIdx = safe_emalloc(idxSize, sizeof(t_chunk_info), 0); in _gdImageGd2()712 memset(chunkIdx, 0, idxSize * sizeof(t_chunk_info)); in _gdImageGd2()
Completed in 5 milliseconds