Searched defs:nRecordCols (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Drecover.c1092 unsigned nRecordCols; /* how many items in the record. */ member in struct:RecoverLeafCursor
1289 unsigned nRecordCols; /* Columns read from header. */ local
1367 nRecordCols = 0;
1381 nRecordCols++;
1383 pCursor->nRecordCols = nRecordCols;
1403 return pCursor->nRecordCols;
1424 if( iCol>=pCursor->nRecordCols ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c111338 unsigned nRecordCols; /* how many items in the record. */ member in struct:RecoverLeafCursor
111535 unsigned nRecordCols; /* Columns read from header. */ local
[all...]

Completed in 378 milliseconds