Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c128388 static i64 identLength(const char *z){ function
128445 n += identLength(pCol->zCnName) + 5;
128447 n += identLength(p->zName);