Searched refs:nNL (Results 1 – 1 of 1) sorted by relevance
17245 int nNL = 0; in recoverEscapeCrnl() local17250 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() local19923 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()