Lines Matching refs:rows
42 pdo_dblib_colval *val = &S->rows[i*S->ncols] + j; in free_rows()
49 efree(S->rows); in free_rows()
50 S->rows = NULL; in free_rows()
58 if (S->rows) { in pdo_dblib_stmt_dtor()
80 if (S->rows) {
143 S->rows = safe_emalloc(arows, size, 0);
149 S->rows = erealloc(S->rows, arows * size);
152 pdo_dblib_colval *val = &S->rows[S->nrows * S->ncols + i];
241 if (!S->rows) {
257 if (!S->rows) {
273 pdo_dblib_colval *val = &S->rows[S->current * S->ncols + colno];
290 if (S->rows) {
292 S->rows = NULL;