Home
last modified time | relevance | path

Searched refs:SQLITE_NOTFOUND (Results 1 – 8 of 8) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.w32.h156 #define SQLITE_NOTFOUND 12 /* (Internal Only) Table or record not found */ macro
H A Dmain.c839 case SQLITE_NOTFOUND: z = "table or record not found"; break; in sqlite_error_string()
H A Dsqlite.h.in160 #define SQLITE_NOTFOUND 12 /* (Internal Only) Table or record not found */ macro
/PHP-5.3/ext/sqlite/
H A Dpdo_sqlite2.c264 case SQLITE_NOTFOUND: in _pdo_sqlite2_error()
H A Dsqlite.c1418 REGISTER_LONG_CONSTANT("SQLITE_NOTFOUND", SQLITE_NOTFOUND, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
/PHP-5.3/ext/pdo_sqlite/
H A Dsqlite_driver.c54 case SQLITE_NOTFOUND: in _pdo_sqlite_error()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.h394 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
H A Dsqlite3.c941 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
22920 return SQLITE_NOTFOUND;
24880 int rc = SQLITE_NOTFOUND;
27952 return SQLITE_NOTFOUND;
32725 return SQLITE_NOTFOUND;
100890 if( pRhs==0 ) return SQLITE_NOTFOUND;
110602 rc = SQLITE_NOTFOUND;

Completed in 349 milliseconds