Searched refs:SQLITE_ROW (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dsql.c109 case SQLITE_ROW:
177 case SQLITE_ROW:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dsql.c106 case SQLITE_ROW:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dsql.c106 case SQLITE_ROW:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dshell.c450 while( !pCur->pColumnList || SQLITE_ROW!=sqlite3_step(pCur->pColumnList) ){
453 while( !pCur->pTableList || SQLITE_ROW!=sqlite3_step(pCur->pTableList) ){
457 while( SQLITE_ROW!=sqlite3_step(pCur->pDbList) ){
744 while( SQLITE_ROW==sqlite3_step(pStmt) ){
1794 while( rc==SQLITE_ROW ){
1863 if( SQLITE_ROW == rc ){
1898 if( SQLITE_ROW == rc ){
1906 } while( SQLITE_ROW == rc );
1915 } while( rc == SQLITE_ROW );
2003 while( rc==SQLITE_ROW ){
[all...]
H A Dsqlite3.h381 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
2815 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
2831 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
2924 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
2928 ** something other than [SQLITE_ROW], the results are undefined.
3102 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
H A Dsqlite3.c905 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
3339 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
3355 ** ^If the SQL statement being executed returns any data, then [SQLITE_ROW]
3448 ** [sqlite3_step()] has returned [SQLITE_ROW] and neither
3452 ** something other than [SQLITE_ROW], the results are undefined.
3626 ** [prepared statement] S returned [SQLITE_ROW] or [SQLITE_DONE],
[all...]

Completed in 384 milliseconds