Home
last modified time | relevance | path

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

/sqlite-3.40.0/mptest/
H A Dmptest.c422 static void stringAppend(String *p, const char *z, int n){ in stringAppend() function
438 if( p->z==0 ) stringAppend(p, " ", 1); in stringReset()
446 if( p->n ) stringAppend(p, " ", 1); in stringAppendTerm()
448 stringAppend(p, "nil", 3); in stringAppendTerm()
453 stringAppend(p, z, i); in stringAppendTerm()
456 stringAppend(p, "'", 1); in stringAppendTerm()
460 stringAppend(p, z, i+1); in stringAppendTerm()
461 stringAppend(p, "'", 1); in stringAppendTerm()
464 stringAppend(p, z, i); in stringAppendTerm()
468 stringAppend(p, "'", 1); in stringAppendTerm()