Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c23447 typedef struct DblquoteStr DblquoteStr; typedef
23448 struct DblquoteStr { struct
23449 DblquoteStr *pNextStr; /* Next string literal in the list */ argument
23450 char z[8]; /* Dequoted value for the string */