Searched refs:dstr (Results 1 – 2 of 2) sorted by relevance
113 proc dstr {} { return [string repeat x 1100000] }114 db func dstr -deterministic dstr116 SELECT * FROM t1 WHERE x = dstr() AND y = 11;
776 struct dstr { struct785 static void dstrAppend(struct dstr *p, const char *z, int divider){ in dstrAppend()809 struct dstr *p = (struct dstr*)pData; in execFuncCallback()837 struct dstr x; in sqlite3ExecFunc()