Searched refs:sqlite3_column_value (Results 1 – 5 of 5) sorted by relevance
| /third_party/sqlite/include/ |
| D | sqlite3ext.h | 433 #define sqlite3_column_value sqlite3_api->column_value macro
|
| D | sqlite3.h | 5150 SQLITE_API sqlite3_value *sqlite3_column_value(sqlite3_stmt*, int iCol);
|
| /third_party/sqlite/src/ |
| D | shell.c | 9958 pVal = sqlite3_column_value(pCsr->pData, i); in expertColumn() 14176 sqlite3_value *pVal = sqlite3_column_value(pPageData, 2); in recoverLostAndFoundOnePage() 14376 sqlite3_value *pVal = sqlite3_column_value(pSel, 3); in recoverWriteDataStep() 14568 sqlite3_column_value(pLaf->pAllAndParent, 0) in recoverLostAndFound2Step() 17618 sqlite3_bind_value(pStmt, i, sqlite3_column_value(pQ, 0)); in bind_prepared_stmt()
|
| D | sqlite3.c | 5459 SQLITE_API sqlite3_value *sqlite3_column_value(sqlite3_stmt*, int iCol); 88946 SQLITE_API sqlite3_value *sqlite3_column_value(sqlite3_stmt *pStmt, int i){ 132143 #define sqlite3_column_value sqlite3_api->column_value 132587 sqlite3_column_value, 136866 sqlite3_result_value(ctx, sqlite3_column_value(pCsr->pPragma, i)); 182919 sqlite3_result_value(pCtx, sqlite3_column_value(pCsr->pStmt, iCol+1)); 202497 sqlite3_column_value(pCsr->pReadAux, i - pRtree->nDim2 + 1)); 206690 sqlite3_result_value(ctx, sqlite3_column_value(pCsr->pReadAux, i+2)); 211979 pVal = sqlite3_column_value(pIter->pSelect, i); 211998 pVal = sqlite3_column_value(pIter->pSelect, pIter->nCol+1); [all …]
|
| /third_party/chromium/patch/ |
| D | 0003-ohos-1115.patch | 84325 -#define sqlite3_column_value chrome_sqlite3_column_value // Line 5083 84349 +#define sqlite3_column_value chrome_sqlite3_column_value // Line 5102 96544 ** [sqlite3_column_value()] is unprotected. 96554 ** <b>Warning:</b> ^The object returned by [sqlite3_column_value()] is an 122157 ** [sqlite3_column_value()] is unprotected. 122167 ** <b>Warning:</b> ^The object returned by [sqlite3_column_value()] is an 122740 -#define sqlite3_column_value chrome_sqlite3_column_value // Line 5083 122764 +#define sqlite3_column_value chrome_sqlite3_column_value // Line 5102 134959 ** [sqlite3_column_value()] is unprotected. 134969 ** <b>Warning:</b> ^The object returned by [sqlite3_column_value()] is an [all …]
|