Searched refs:sqlite3KeyInfoIsWriteable (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c21301 SQLITE_PRIVATE int sqlite3KeyInfoIsWriteable(KeyInfo*);
143339 SQLITE_PRIVATE int sqlite3KeyInfoIsWriteable(KeyInfo *p){ return p->nRef==1; } function
[all...]

Completed in 670 milliseconds