Searched refs:nNL (Results 1 – 3 of 3) sorted by relevance
328 int nNL = 0; in output_quoted_escaped_string() local332 if( z[i]=='\n' ) nNL++; in output_quoted_escaped_string()335 if( nNL ){ in output_quoted_escaped_string()369 if( nNL ){ in output_quoted_escaped_string()
772 int nNL = 0; in recoverEscapeCrnl() local777 nNL = (int)strlen(zNL); in recoverEscapeCrnl()787 i64 nMax = (nNL > nCR) ? nNL : nCR; in recoverEscapeCrnl()804 memcpy(&zOut[iOut], zNL, nNL); in recoverEscapeCrnl()805 iOut += nNL; in recoverEscapeCrnl()817 memcpy(&zOut[iOut], zNL, nNL); iOut += nNL; in recoverEscapeCrnl()
1628 int nNL = 0; local1632 if( z[i]=='\n' ) nNL++;1635 if( nNL ){1669 if( nNL ){4990 i64 nNL = 0; local4995 nNL = strlen(zNL);5005 i64 nMax = (nNL > nCR) ? nNL : nCR;5022 memcpy(&zOut[iOut], zNL, nNL);5023 iOut += nNL;5035 memcpy(&zOut[iOut], zNL, nNL); iOut += nNL;