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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c12629 u32 *aType; /* Type values for all entries in the record */ member in struct:VdbeCursor
63753 u32 *aType; /* aType[i] holds the numeric type of the i-th column */ member in struct:vdbeExecUnion::OP_Column_stack_vars
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c21107 u32 *aOffset; /* Pointer to aType[nField] */
21115 /* 2*nField extra array elements allocated for aType[], beyond the one
21117 ** aType[] and nField+1 array slots for aOffset[] */
21118 u32 aType[1]; /* Type values record decode. MUST BE LAST */ member in struct:VdbeCursor
83863 static const u8 aType[] = { local
[all...]

Completed in 1059 milliseconds