Home
last modified time | relevance | path

Searched refs:dstrAppend (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest1.c785 static void dstrAppend(struct dstr *p, const char *z, int divider){ in dstrAppend() function
813 dstrAppend(p, "NULL", ' '); in execFuncCallback()
815 dstrAppend(p, argv[i], ' '); in execFuncCallback()