Lines Matching defs:tmpbuf
1562 unsigned char *tmpbuf = NULL;1596 if((tmpbuf = (unsigned char *)malloc(w * h * 3)) == NULL)1600 dst = tmpbuf;1625 srcbuf = tmpbuf;1644 if (tmpbuf) {1645 free(tmpbuf);1646 tmpbuf = NULL;1651 if (tmpbuf) {1652 free(tmpbuf);1653 tmpbuf = NULL;