Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbuild.c2059 static int identLength(const char *z){ in identLength() function
2115 n += identLength(pCol->zCnName) + 5; in createTableStmt()
2117 n += identLength(p->zName); in createTableStmt()