Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_gd2.c665 int idxSize; in _gdImageGd2() local
720 idxSize = ncx * ncy * sizeof(t_chunk_info); in _gdImageGd2()
721 GD2_DBG(php_gd_error("Index size is %d", idxSize)); in _gdImageGd2()
722 gdSeek(out, idxPos + idxSize); in _gdImageGd2()
724 chunkIdx = safe_emalloc(idxSize, sizeof(t_chunk_info), 0); in _gdImageGd2()
725 memset(chunkIdx, 0, idxSize * sizeof(t_chunk_info)); in _gdImageGd2()

Completed in 12 milliseconds