Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsqlite/src/
H A Dupdate.c137 if( sqliteIsRowid(pChanges->a[i].zName) ){ in sqliteUpdate()
H A DsqliteInt.h1212 int sqliteIsRowid(const char*);
H A Dinsert.c299 if( sqliteIsRowid(pColumn->a[i].zName) ){ in sqliteInsert()
H A Dexpr.c379 int sqliteIsRowid(const char *z){ in sqliteIsRowid() function
523 if( cnt==0 && cntTab==1 && sqliteIsRowid(zCol) ){ in lookupName()