Searched refs:SQLITE_IOERR_NOMEM (Results 1 - 9 of 9) 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/sqlite/
H A Dsqlite3.h451 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h451 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h451 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h446 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
H A Dsqlite3.c983 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
13362 ** function returning SQLITE_IOERR_NOMEM using the DO_OS_MALLOC_TEST macro.
13379 if (!pTstAlloc) return SQLITE_IOERR_NOMEM; \
17826 if( db && (db->mallocFailed || rc==SQLITE_IOERR_NOMEM) ){
26176 rc = SQLITE_IOERR_NOMEM;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h446 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
H A Dsqlite3.c983 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
13362 ** function returning SQLITE_IOERR_NOMEM using the DO_OS_MALLOC_TEST macro.
13379 if (!pTstAlloc) return SQLITE_IOERR_NOMEM; \
17826 if( db && (db->mallocFailed || rc==SQLITE_IOERR_NOMEM) ){
26176 rc = SQLITE_IOERR_NOMEM;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h446 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
H A Dsqlite3.c983 #define SQLITE_IOERR_NOMEM (SQLITE_IOERR | (12<<8)) macro
13362 ** function returning SQLITE_IOERR_NOMEM using the DO_OS_MALLOC_TEST macro.
13379 if (!pTstAlloc) return SQLITE_IOERR_NOMEM; \
17826 if( db && (db->mallocFailed || rc==SQLITE_IOERR_NOMEM) ){
26176 rc = SQLITE_IOERR_NOMEM;
[all...]

Completed in 682 milliseconds