Home
last modified time | relevance | path

Searched refs:zCreate (Results 1 – 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
Dshell.c7157 const char *zCreate = (const char*)sqlite3_column_text(pSelect, 0); in idxProcessOneTrigger() local
7158 rc = sqlite3_exec(p->dbv, zCreate, 0, 0, pzErr); in idxProcessOneTrigger()
12125 const char *zCreate = in arCreateOrUpdateCommand() local
12156 rc = arExecSql(pAr, zCreate); in arCreateOrUpdateCommand()
12827 char *zCreate = sqlite3_mprintf("CREATE TABLE %s", zTable); in do_meta_command() local
12830 zCreate = sqlite3_mprintf("%z%c\n \"%w\" TEXT", zCreate, cSep, sCtx.z); in do_meta_command()
12835 sqlite3_free(zCreate); in do_meta_command()
12841 zCreate = sqlite3_mprintf("%z\n)", zCreate); in do_meta_command()
12842 rc = sqlite3_exec(p->db, zCreate, 0, 0, 0); in do_meta_command()
12843 sqlite3_free(zCreate); in do_meta_command()
Dsqlite3.c168005 char *zCreate = sqlite3_mprintf(
168013 if( !zCreate ){
168017 rc = sqlite3_exec(pRtree->db, zCreate, 0, 0, 0);
168018 sqlite3_free(zCreate);
170365 char *zCreate = sqlite3_mprintf(
170373 if( !zCreate ){
170376 rc = sqlite3_exec(db, zCreate, 0, 0, 0);
170377 sqlite3_free(zCreate);
/external/sqlite/dist/
Dshell.c7163 const char *zCreate = (const char*)sqlite3_column_text(pSelect, 0); in idxProcessOneTrigger() local
7164 rc = sqlite3_exec(p->dbv, zCreate, 0, 0, pzErr); in idxProcessOneTrigger()
12148 const char *zCreate = in arCreateOrUpdateCommand() local
12179 rc = arExecSql(pAr, zCreate); in arCreateOrUpdateCommand()
12850 char *zCreate = sqlite3_mprintf("CREATE TABLE %s", zTable); in do_meta_command() local
12853 zCreate = sqlite3_mprintf("%z%c\n \"%w\" TEXT", zCreate, cSep, sCtx.z); in do_meta_command()
12858 sqlite3_free(zCreate); in do_meta_command()
12864 zCreate = sqlite3_mprintf("%z\n)", zCreate); in do_meta_command()
12865 rc = sqlite3_exec(p->db, zCreate, 0, 0, 0); in do_meta_command()
12866 sqlite3_free(zCreate); in do_meta_command()
Dsqlite3.c168033 char *zCreate = sqlite3_mprintf(
168041 if( !zCreate ){
168045 rc = sqlite3_exec(pRtree->db, zCreate, 0, 0, 0);
168046 sqlite3_free(zCreate);
170393 char *zCreate = sqlite3_mprintf(
170401 if( !zCreate ){
170404 rc = sqlite3_exec(db, zCreate, 0, 0, 0);
170405 sqlite3_free(zCreate);