Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DvdbeInt.h408 typedef struct DblquoteStr DblquoteStr; typedef
409 struct DblquoteStr { struct
410 DblquoteStr *pNextStr; /* Next string literal in the list */ argument
411 char z[8]; /* Dequoted value for the string */