Searched refs:aResult (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest1.c585 char **aResult; local
602 rc = sqlite3_get_table(db, zSql, &aResult, 0, 0, &zErr);
604 rc = sqlite3_get_table(db, zSql, &aResult, &nRow, &nCol, &zErr);
618 Tcl_AppendElement(interp, aResult[i] ? aResult[i] : "NULL");
623 sqlite3_free_table(aResult);

Completed in 67 milliseconds