Searched refs:zTbl (Results 1 - 3 of 3) sorted by relevance
/third_party/sqlite/include/ |
H A D | sqlite3.h | 11018 ** argument, this function attaches table zTbl in the same manner as the 11019 ** [sqlite3session_attach()] function. If zTbl does not exist, or if it 11073 const char *zTbl,
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 11348 ** argument, this function attaches table zTbl in the same manner as the 11349 ** [sqlite3session_attach()] function. If zTbl does not exist, or if it 11403 const char *zTbl, 87810 const char *zTbl = pTab->zName; global() local 180738 fts3ContentColumns( sqlite3 *db, const char *zDb, const char *zTbl, const char ***pazCol, int *pnCol, int *pnStr, char **pzErr ) global() argument 183214 char *zTbl = sqlite3_mprintf("%s_stat", p->zName); global() local 205186 rtreeCheckCount(RtreeCheck *pCheck, const char *zTbl, i64 nExpect) global() argument 209029 char *zTbl; global() member 209086 const char *zTbl; /* Name of target db table */ global() member 211146 const char *zTbl = pIter->zTbl; global() local 211247 const char *zTbl = pIter->zTbl; /* Table this step applies to */ global() local 217165 sessionSelectFindNew( int nCol, const char *zDb1, const char *zDb2, const char *zTbl, const char *zExpr ) global() argument 217252 sqlite3session_diff( sqlite3_session *pSession, const char *zFrom, const char *zTbl, char **pzErrMsg ) global() argument [all...] |
H A D | shell.c | 10245 const char *zTbl = pScan->pTab->zName; in idxFindCompatible() local 10254 rc = idxPrintfPrepareStmt(dbm, &pIdxList, 0, "PRAGMA index_list=%Q", zTbl); in idxFindCompatible() 13800 const char *zTbl = (const char*)sqlite3_column_text(pTblname, 0); in recoverWriteSchema1() local 13801 recoverAddTable(p, zTbl, iRoot); in recoverWriteSchema1() 13986 char *zTbl = 0; in recoverLostAndFoundCreate() local 13993 for(ii=-1; zTbl==0 && p->errCode==SQLITE_OK && ii<1000; ii++){ in recoverLostAndFoundCreate() 13996 zTbl = recoverMPrintf(p, "%s", p->zLostAndFound); in recoverLostAndFoundCreate() 13998 zTbl = recoverMPrintf(p, "%s_%d", p->zLostAndFound, ii); in recoverLostAndFoundCreate() 14002 sqlite3_bind_text(pProbe, 1, zTbl, -1, SQLITE_STATIC); in recoverLostAndFoundCreate() 14011 sqlite3_free(zTbl); in recoverLostAndFoundCreate() [all...] |
Completed in 172 milliseconds