Searched defs:zNewText (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dprintf.c659 ** This routine add nNewChar characters of text in zNewText to
662 static void mout(void *arg, const char *zNewText, int nNewChar){ argument
682 memcpy(&pM->zText[pM->nChar], zNewText, nNewChar);

Completed in 1603 milliseconds