Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dinsert.c2647 int *piDataCur, /* Write the database source cursor number here */ in sqlite3OpenTableAndIndices() argument
2662 *piDataCur = *piIdxCur = -999; in sqlite3OpenTableAndIndices()
2670 if( piDataCur ) *piDataCur = iDataCur; in sqlite3OpenTableAndIndices()
2681 if( piDataCur ) *piDataCur = iIdxCur; in sqlite3OpenTableAndIndices()