Lines Matching refs:nSep
132046 int nSep,
132055 n += (argc-1)*(i64)nSep;
132067 if( j>0 && nSep>0 ){
132068 memcpy(&z[j], zSep, nSep);
132069 j += nSep;
132105 int nSep = sqlite3_value_bytes(argv[0]);
132108 concatFuncCore(context, argc-1, argv+1, nSep, zSep);
132569 int nVal, nSep;
132588 nSep = sqlite3_value_bytes(argv[1]);
132590 sqlite3_str_append(&pGCC->str, zSep, nSep);
132594 nSep = 0;
132596 if( nSep != pGCC->nFirstSepLength || pGCC->pnSepLengths != 0 ){
132610 pnsl[pGCC->nAccum-1] = nSep;