Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c5003 const char *zTo = (const char*)sqlite3_value_text(pData); in writeFile() local
5004 if( zTo==0 || symlink(zTo, zFile)<0 ) return 1; in writeFile()
H A Dsqlite3.c17903 char *zTo; /* Name of table that the key points to (aka: Parent) */ member
17904 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */
17905 FKey *pPrevTo; /* Previous with the same zTo */
17911 struct sColMap { /* Mapping of columns in pFrom to columns in zTo */
17913 char *zCol; /* Name of column in zTo. If NULL use PRIMARY KEY */
188270 stem( char **pz, const char *zFrom, const char *zTo, int (*xCond)(const char*) ) global() argument
[all...]

Completed in 155 milliseconds