Home
last modified time | relevance | path

Searched defs:eCurType (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A DvdbeInt.h77 u8 eCurType; /* One of the CURTYPE_* values above */ member
H A Dvdbe.c244 u8 eCurType /* Type of the new cursor */ in allocateCursor()