Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A DlsmInt.h83 typedef struct LsmString LsmString; typedef
192 struct LsmString { struct
193 lsm_env *pEnv; /* Run-time environment */
194 int n; /* Size of string. -1 indicates error */
195 int nAlloc; /* Space allocated for z[] */
196 char *z; /* The string content */