Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Ddbdump.c299 static const char *unused_string( in unused_string() function
337 zNL = unused_string(z, "\\n", "\\012", zBuf1); in output_quoted_escaped_string()
341 zCR = unused_string(z, "\\r", "\\015", zBuf2); in output_quoted_escaped_string()
/sqlite-3.40.0/src/
H A Dshell.c.in1560 static const char *unused_string( function
1637 zNL = unused_string(z, "\\n", "\\012", zBuf1);
1641 zCR = unused_string(z, "\\r", "\\015", zBuf2);
4994 zNL = unused_string(zText, "\\n", "\\012", zBuf1);
4998 zCR = unused_string(zText, "\\r", "\\015", zBuf2);