Searched refs:rowbuf (Results 1 – 3 of 3) sorted by relevance
69 private String rowbuf[]; field in JDBCResultSet82 this.rowbuf = null;133 if (rowbuf == null) {137 rowbuf = new String[tr.ncolumns];139 rowbuf, 0, tr.ncolumns);831 if (!oninsrow || rowbuf == null) {854 this.s.conn.db.exec(sb.toString(), null, rowbuf);858 tr.newrow(rowbuf);859 rowbuf = null;866 if (rowbuf == null) {[all …]
162 !clientptr->haveDecodedRow(images_count - 1, frame_reader->rowbuf, frame_reader->rowend, in output_row()167 gs->rowp = gs->rowbuf; in output_row()777 delete []frame_reader->rowbuf; in read()779 frame_reader->rowbuf = new unsigned char[screen_width]; in read()780 } else if (!frame_reader->rowbuf) { in read()781 frame_reader->rowbuf = new unsigned char[screen_width]; in read()784 if (!frame_reader->rowbuf) in read()812 frame_reader->rowend = frame_reader->rowbuf + frame_reader->width; in read()813 frame_reader->rowp = frame_reader->rowbuf; in read()
96 unsigned char *rowbuf; /* Single scanline temporary buffer */ member129 rowbuf = rowend = rowp = 0; in GIFFrameReader()146 delete []rowbuf; in ~GIFFrameReader()