Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dwapp.tcl581 regexp {^(.*?)\r\n(.*)$} [dict get $wapp CONTENT] all divider body
582 set ndiv [string length $divider]
584 set idx [string first $divider $body]
/sqlite-3.40.0/src/
H A Dtest1.c785 static void dstrAppend(struct dstr *p, const char *z, int divider){ in dstrAppend() argument
798 if( divider && p->nUsed>0 ){ in dstrAppend()
799 p->z[p->nUsed++] = divider; in dstrAppend()