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

/external/sqlite/dist/orig/
H A Dshell.c12093 static int arExecSql(ArCommand *pAr, const char *zSql){ function
12150 rc = arExecSql(pAr, "SAVEPOINT ar;");
12153 rc = arExecSql(pAr, zDrop);
12156 rc = arExecSql(pAr, zCreate);
12161 rc = arExecSql(pAr, zSql);
12165 arExecSql(pAr, "ROLLBACK TO ar; RELEASE ar;");
12167 rc = arExecSql(pAr, "RELEASE ar;");
/external/sqlite/dist/
H A Dshell.c12116 static int arExecSql(ArCommand *pAr, const char *zSql){ function
12173 rc = arExecSql(pAr, "SAVEPOINT ar;");
12176 rc = arExecSql(pAr, zDrop);
12179 rc = arExecSql(pAr, zCreate);
12184 rc = arExecSql(pAr, zSql);
12188 arExecSql(pAr, "ROLLBACK TO ar; RELEASE ar;");
12190 rc = arExecSql(pAr, "RELEASE ar;");

Completed in 110 milliseconds