Searched refs:szRow (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c3187 int szRow; /* Length of the zCurrentRow string */ member in struct:completion_cursor
3327 sqlite3_keyword_name(pCur->j++, &pCur->zCurrentRow, &pCur->szRow);
3399 pCur->szRow = sqlite3_column_bytes(pCur->pStmt, iCol);
3409 if( pCur->nPrefix<=pCur->szRow
3431 sqlite3_result_text(ctx, pCur->zCurrentRow, pCur->szRow,SQLITE_TRANSIENT);
H A Dsqlite3.c21110 u32 szRow; /* Byte available in aRow */ member in struct:VdbeCursor
[all...]

Completed in 858 milliseconds