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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h525 #define SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN 0x00000800 macro
H A Dsqlite3.c1078 #define SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN 0x00000800 macro
23048 return SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN;
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h603 ** guaranteed to be unchanged. The SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN
625 #define SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN 0x00000800 macro
760 ** <li> [SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN]
H A Dsqlite3.c1666 ** guaranteed to be unchanged. The SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN
1688 #define SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN 0x00000800 macro
1823 ** <li> [SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN]
[all...]

Completed in 871 milliseconds