Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c17245 int nNL = 0; in recoverEscapeCrnl() local
17250 nNL = (int)strlen(zNL); in recoverEscapeCrnl()
17260 i64 nMax = (nNL > nCR) ? nNL : nCR; in recoverEscapeCrnl()
17277 memcpy(&zOut[iOut], zNL, nNL); in recoverEscapeCrnl()
17278 iOut += nNL; in recoverEscapeCrnl()
17290 memcpy(&zOut[iOut], zNL, nNL); iOut += nNL; in recoverEscapeCrnl()
19919 int nNL = 0; in output_quoted_escaped_string() local
19923 if( z[i]=='\n' ) nNL++; in output_quoted_escaped_string()
19926 if( nNL ){ in output_quoted_escaped_string()
19960 if( nNL ){ in output_quoted_escaped_string()