Searched refs:compBuf (Results 1 – 1 of 1) sorted by relevance
292 compBuf = gdCalloc(compMax, 1); in gdImageCreateFromGd2Ctx()364 if (compBuf) { in gdImageCreateFromGd2Ctx()365 gdFree(compBuf); in gdImageCreateFromGd2Ctx()380 if (compBuf) { in gdImageCreateFromGd2Ctx()381 gdFree(compBuf); in gdImageCreateFromGd2Ctx()429 char *compBuf = NULL; in gdImageCreateFromGd2PartCtx() local485 compBuf = gdCalloc(compMax, 1); in gdImageCreateFromGd2PartCtx()597 if (compBuf) { in gdImageCreateFromGd2PartCtx()598 gdFree(compBuf); in gdImageCreateFromGd2PartCtx()612 if (compBuf) { in gdImageCreateFromGd2PartCtx()[all …]
Completed in 6 milliseconds