Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Ddate.c131 const char *zEnd; in getValue() local
132 *pR = sqliteAtoF(z, &zEnd); in getValue()
133 return zEnd - z; in getValue()
H A Dbuild.c834 char *zSep, *zSep2, *zEnd; in createTableStmt() local
843 zEnd = ")"; in createTableStmt()
847 zEnd = "\n)"; in createTableStmt()
862 strcpy(&zStmt[k], zEnd); in createTableStmt()