MCPcopy Create free account
hub / github.com/coronalabs/corona / output_quoted_escaped_string

Function output_quoted_escaped_string

external/sqlite3/shell.c:1586–1642  ·  view source on GitHub ↗

** Output the given string as a quoted string using SQL quoting conventions. ** Additionallly , escape the "\n" and "\r" characters so that they do not ** get corrupted by end-of-line translation facilities in some operating ** systems. ** ** This is like output_quoted_string() but with the addition of the \r\n ** escape mechanism. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

shell_callbackFunction · 0.85

Calls 4

setBinaryModeFunction · 0.85
utf8_printfFunction · 0.85
unused_stringFunction · 0.85
setTextModeFunction · 0.85

Tested by

no test coverage detected