Searched refs:zTbl (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 867 const char *zTbl, in DbPreUpdateHandler() argument 886 Tcl_ListObjAppendElement(0, pCmd, Tcl_NewStringObj(zTbl, -1)); in DbPreUpdateHandler() 898 const char *zTbl, in DbUpdateHandler() argument 916 Tcl_ListObjAppendElement(0, pCmd, Tcl_NewStringObj(zTbl, -1)); in DbUpdateHandler()
|
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | shell.c | 12805 const char *zTbl = pScan->pTab->zName; in idxFindCompatible() local 17664 if( zTbl ) recoverAddTable(p, zTbl, iRoot); in recoverWriteSchema1() 17849 char *zTbl = 0; in recoverLostAndFoundCreate() local 17856 for(ii=-1; zTbl==0 && p->errCode==SQLITE_OK && ii<1000; ii++){ in recoverLostAndFoundCreate() 17859 zTbl = recoverMPrintf(p, "%s", p->zLostAndFound); in recoverLostAndFoundCreate() 17861 zTbl = recoverMPrintf(p, "%s_%d", p->zLostAndFound, ii); in recoverLostAndFoundCreate() 17865 sqlite3_bind_text(pProbe, 1, zTbl, -1, SQLITE_STATIC); in recoverLostAndFoundCreate() 17874 sqlite3_free(zTbl); in recoverLostAndFoundCreate() 17875 zTbl = 0; in recoverLostAndFoundCreate() 17880 if( zTbl ){ in recoverLostAndFoundCreate() [all …]
|
| H A D | sqlite3.h | 11415 const char *zTbl,
|
| H A D | sqlite3.c | 11728 const char *zTbl, 189725 if( zTbl ){ 189727 sqlite3_free(zTbl); 218339 char *zTbl; 219006 pIter->zTbl = 0; 220457 const char *zTbl = pIter->zTbl; 220558 const char *zTbl = pIter->zTbl; /* Table this step applies to */ 221935 if( pState->zTbl ){ 221941 || (pState->zDataTbl==0 && rbuStrCompare(pIter->zTbl, pState->zTbl)) 226946 zSel, zDb1, zTbl, zDb2, zTbl, zExpr [all …]
|