HomeSort by relevance Sort by last modified time
    Searched full:stmttail (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/tool/
speedtest16.c 69 const void *stmtTail;
77 rc = sqlite3_prepare16_v2(db, utf16, -1, &pStmt, &stmtTail);
speedtest8inst1.c 39 const char *stmtTail;
50 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, &stmtTail);
speedtest8.c 58 const char *stmtTail;
67 rc = sqlite3_prepare_v2(db, zSql, -1, &pStmt, &stmtTail);

Completed in 151 milliseconds