Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c24026 typedef struct DblquoteStr DblquoteStr; typedef
24027 struct DblquoteStr { struct
24028 DblquoteStr *pNextStr; /* Next string literal in the list */ argument
24029 char z[8]; /* Dequoted value for the string */