Lines Matching refs:nSep
129461 int nSep,
129470 n += (argc-1)*nSep;
129482 if( j>0 && nSep>0 ){
129483 memcpy(&z[j], zSep, nSep);
129484 j += nSep;
129520 int nSep = sqlite3_value_bytes(argv[0]);
129523 concatFuncCore(context, argc-1, argv+1, nSep, zSep);
129977 int nVal, nSep;
129996 nSep = sqlite3_value_bytes(argv[1]);
129998 sqlite3_str_append(&pGCC->str, zSep, nSep);
130002 nSep = 0;
130004 if( nSep != pGCC->nFirstSepLength || pGCC->pnSepLengths != 0 ){
130018 pnsl[pGCC->nAccum-1] = nSep;