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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/
H A Dutils.c72 case SQLITE_CANTOPEN: z = "unable to open database file"; break;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/
H A Dutils.c72 case SQLITE_CANTOPEN: z = "unable to open database file"; break;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/
H A Dutils.c72 case SQLITE_CANTOPEN: z = "unable to open database file"; break;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h395 #define SQLITE_CANTOPEN 14 /* Unable to open the database file */ macro
457 #define SQLITE_CANTOPEN_NOTEMPDIR (SQLITE_CANTOPEN | (1<<8))
840 ** is not large enough, [SQLITE_CANTOPEN] should be returned. Since this is
1957 ** they are reported back as [SQLITE_CANTOPEN] or
H A Dsqlite3.c932 #define SQLITE_CANTOPEN 14 /* Unable to open the database file */ macro
994 #define SQLITE_CANTOPEN_NOTEMPDIR (SQLITE_CANTOPEN | (1<<8))
1377 ** is not large enough, [SQLITE_CANTOPEN] should be returned. Since this is
2494 ** they are reported back as [SQLITE_CANTOPEN] or
22135 return SQLITE_CANTOPEN;
26851 ** or SQLITE_CANTOPEN is returned and *pFd is set to an undefined
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h395 #define SQLITE_CANTOPEN 14 /* Unable to open the database file */ macro
457 #define SQLITE_CANTOPEN_NOTEMPDIR (SQLITE_CANTOPEN | (1<<8))
840 ** is not large enough, [SQLITE_CANTOPEN] should be returned. Since this is
1957 ** they are reported back as [SQLITE_CANTOPEN] or
H A Dsqlite3.c932 #define SQLITE_CANTOPEN 14 /* Unable to open the database file */ macro
994 #define SQLITE_CANTOPEN_NOTEMPDIR (SQLITE_CANTOPEN | (1<<8))
1377 ** is not large enough, [SQLITE_CANTOPEN] should be returned. Since this is
2494 ** they are reported back as [SQLITE_CANTOPEN] or
22135 return SQLITE_CANTOPEN;
26851 ** or SQLITE_CANTOPEN is returned and *pFd is set to an undefined
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h395 #define SQLITE_CANTOPEN 14 /* Unable to open the database file */ macro
457 #define SQLITE_CANTOPEN_NOTEMPDIR (SQLITE_CANTOPEN | (1<<8))
840 ** is not large enough, [SQLITE_CANTOPEN] should be returned. Since this is
1957 ** they are reported back as [SQLITE_CANTOPEN] or
H A Dsqlite3.c932 #define SQLITE_CANTOPEN 14 /* Unable to open the database file */ macro
994 #define SQLITE_CANTOPEN_NOTEMPDIR (SQLITE_CANTOPEN | (1<<8))
1377 ** is not large enough, [SQLITE_CANTOPEN] should be returned. Since this is
2494 ** they are reported back as [SQLITE_CANTOPEN] or
22135 return SQLITE_CANTOPEN;
26851 ** or SQLITE_CANTOPEN is returned and *pFd is set to an undefined
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h387 #define SQLITE_CANTOPEN 14 /* Unable to open the database file */ macro
771 ** methods. {END} If the output buffer is not large enough, SQLITE_CANTOPEN
1502 ** they are reported back as [SQLITE_CANTOPEN] or
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h387 #define SQLITE_CANTOPEN 14 /* Unable to open the database file */ macro
771 ** methods. {END} If the output buffer is not large enough, SQLITE_CANTOPEN
1502 ** they are reported back as [SQLITE_CANTOPEN] or
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h387 #define SQLITE_CANTOPEN 14 /* Unable to open the database file */ macro
771 ** methods. {END} If the output buffer is not large enough, SQLITE_CANTOPEN
1502 ** they are reported back as [SQLITE_CANTOPEN] or

Completed in 1207 milliseconds