Lines Matching defs:DblquoteStr
23528 /* The DblquoteStr object holds the text of a double-quoted
23535 typedef struct DblquoteStr DblquoteStr;
23536 struct DblquoteStr {
23537 DblquoteStr *pNextStr; /* Next string literal in the list */
23605 DblquoteStr *pDblStr; /* List of double-quoted string literals */
84924 DblquoteStr *pStr = sqlite3DbMallocRawNN(db,
84944 DblquoteStr *pStr;
88560 DblquoteStr *pThis, *pNxt;