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

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c2471 const char *zTo = (const char*)sqlite3_value_text(pData); local
2472 if( symlink(zTo, zFile)<0 ) return 1;
H A Dsqlite3.c17786 char *zTo; /* Name of table that the key points to (aka: Parent) */ member in struct:FKey
17787 FKey *pNextTo; /* Next with the same zTo. Next child of zTo. */
17788 FKey *pPrevTo; /* Previous with the same zTo */
17794 struct sColMap { /* Mapping of columns in pFrom to columns in zTo */
17796 char *zCol; /* Name of column in zTo. If NULL use PRIMARY KEY */
178610 stem( char **pz, const char *zFrom, const char *zTo, int (*xCond)(const char*) ) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c9997 char *zTo; /* Name of table that the key points to (aka: Parent) */ member in struct:FKey
9998 FKey *pNextTo; /* Next foreign key on table named zTo */
9999 FKey *pPrevTo; /* Previous foreign key on table named zTo */
10005 struct sColMap { /* Mapping of columns in pFrom to columns in zTo */
10007 char *zCol; /* Name of column in zTo. If 0 use PRIMARY KEY */
121156 stem( char **pz, const char *zFrom, const char *zTo, int (*xCond)(const char*) ) argument
[all...]

Completed in 1197 milliseconds