Searched refs:pDbList (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Dbrowsedb.cpp53 wxDbList *pDbList; local
54 for (pDbList = PtrBegDbList; pDbList; pDbList = pDbList->PtrNext)
57 if (pDbList->Free)
62 if (pDbList->PtrDb->errorList[i])
64 msg.Append(pDbList->PtrDb->errorList[i]);
65 if (wxStrcmp(pDbList->PtrDb->errorList[i],wxEmptyString) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/sqlite-3.6.22/
H A Dshell.c302 sqlite3_stmt *pDbList; member in struct:schema_cursor
376 sqlite3_finalize(pCur->pDbList);
409 columnToResult(ctx, pCur->pDbList, 1);
438 return (pCur->pDbList ? 0 : 1);
456 assert(pCur->pDbList);
457 while( SQLITE_ROW!=sqlite3_step(pCur->pDbList) ){
458 rc = finalize(&pCur->pDbList);
464 ** identfied by the row pointed to by the SQL statement pCur->pDbList
467 if( sqlite3_column_int(pCur->pDbList, 0)==1 ){
473 sqlite3_stmt *pDbList local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/sqlite-3.6.22/
H A Dshell.c302 sqlite3_stmt *pDbList; member in struct:schema_cursor
376 sqlite3_finalize(pCur->pDbList);
409 columnToResult(ctx, pCur->pDbList, 1);
438 return (pCur->pDbList ? 0 : 1);
456 assert(pCur->pDbList);
457 while( SQLITE_ROW!=sqlite3_step(pCur->pDbList) ){
458 rc = finalize(&pCur->pDbList);
464 ** identfied by the row pointed to by the SQL statement pCur->pDbList
467 if( sqlite3_column_int(pCur->pDbList, 0)==1 ){
473 sqlite3_stmt *pDbList local
[all...]

Completed in 101 milliseconds