Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Ddate.c128 const char *zEnd; in getValue() local
129 *pR = sqliteAtoF(z, &zEnd); in getValue()
130 return zEnd - z; in getValue()
H A Dbuild.c831 char *zSep, *zSep2, *zEnd; in createTableStmt() local
840 zEnd = ")"; in createTableStmt()
844 zEnd = "\n)"; in createTableStmt()
859 strcpy(&zStmt[k], zEnd); in createTableStmt()