Searched defs:LsmString (Results 1 – 1 of 1) sorted by relevance
83 typedef struct LsmString LsmString; typedef192 struct LsmString { struct193 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 */