Home
last modified time | relevance | path

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

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