Home
last modified time | relevance | path

Searched refs:zTo (Results 1 – 2 of 2) sorted by relevance

/src/contrib/sqlite3/
H A Dshell.c8350 const char *zTo = (const char*)sqlite3_value_text(pData); in writeFile() local
8351 if( zTo==0 ) return 1; in writeFile()
8353 if( symlink(zTo, zFile)<0 ) return 1; in writeFile()
H A Dsqlite3.c18956 char *zTo; /* Name of table that the key points to (aka: Parent) */ member
119377 if( 0==sqlite3_stricmp(pFKey->zTo, zTable)
119568 if( sqlite3_stricmp(pFKey->zTo, zOld)==0 ){
119569 renameTokenFind(&sParse, &sCtx, (void*)pFKey->zTo);
126653 pFKey->zTo = z;
126702 pFKey->zTo, (void *)pFKey
133611 pFKey->pFrom->zName, pFKey->zTo);
134251 && sqlite3_stricmp(pTab->zName, pFKey->zTo)!=0
134262 pTo = sqlite3FindTable(db, pFKey->zTo, zDb);
134264 pTo = sqlite3LocateTable(pParse, 0, pFKey->zTo, zDb);
[all …]