Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h569 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) macro
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch91080 -#define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8))
91081 +#define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) /* internal use only */
95646 - if( rc==SQLITE_OK && nLink ) rc = SQLITE_OK_SYMLINK;
95654 + if( path.nSymlink ) return SQLITE_OK_SYMLINK;
115913 -#define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8))
115914 +#define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) /* internal use only */
128715 -#define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8))
128716 +#define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) /* internal use only */
133287 - if( rc==SQLITE_OK && nLink ) rc = SQLITE_OK_SYMLINK;
133295 + if( path.nSymlink ) return SQLITE_OK_SYMLINK;
[all …]
/third_party/sqlite/src/
Dsqlite3.c879 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) macro
40921 if( rc==SQLITE_OK && nLink ) rc = SQLITE_OK_SYMLINK;
57569 if( rc==SQLITE_OK_SYMLINK ){
68257 if( rc==SQLITE_OK_SYMLINK ){