Home
last modified time | relevance | path

Searched refs:nNL (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c13384 int nNL = 0; in recoverEscapeCrnl() local
13389 nNL = (int)strlen(zNL); in recoverEscapeCrnl()
13399 i64 nMax = (nNL > nCR) ? nNL : nCR; in recoverEscapeCrnl()
13416 memcpy(&zOut[iOut], zNL, nNL); in recoverEscapeCrnl()
13417 iOut += nNL; in recoverEscapeCrnl()
13429 memcpy(&zOut[iOut], zNL, nNL); iOut += nNL; in recoverEscapeCrnl()
16032 int nNL = 0; in output_quoted_escaped_string() local
16036 if( z[i]=='\n' ) nNL in output_quoted_escaped_string()
19394 i64 nNL = 0; shellEscapeCrnl() local
[all...]

Completed in 26 milliseconds