t_chunk_info 59 ext/gd/libgd/gd_gd2.c t_chunk_info *cidx; t_chunk_info 141 ext/gd/libgd/gd_gd2.c sidx = sizeof(t_chunk_info) * nc; t_chunk_info 256 ext/gd/libgd/gd_gd2.c t_chunk_info *chunkIdx = NULL; /* So we can gdFree it with impunity. */ t_chunk_info 422 ext/gd/libgd/gd_gd2.c t_chunk_info *chunkIdx = NULL; t_chunk_info 653 ext/gd/libgd/gd_gd2.c t_chunk_info *chunkIdx = NULL; /* So we can gdFree it with impunity. */ t_chunk_info 707 ext/gd/libgd/gd_gd2.c idxSize = ncx * ncy * sizeof(t_chunk_info); t_chunk_info 711 ext/gd/libgd/gd_gd2.c chunkIdx = safe_emalloc(idxSize, sizeof(t_chunk_info), 0); t_chunk_info 712 ext/gd/libgd/gd_gd2.c memset(chunkIdx, 0, idxSize * sizeof(t_chunk_info));