HomeSort by relevance Sort by last modified time
    Searched refs:nCol (Results 26 - 27 of 27) sorted by null

12

  /external/chromium_org/third_party/sqlite/src/src/
test1.c 584 int nRow, nCol;
604 rc = sqlite3_get_table(db, zSql, &aResult, &nRow, &nCol, &zErr);
605 resCount = (nRow+1)*nCol;
614 sprintf(zBuf, "%d", nCol);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 397 milliseconds

12