Lines Matching refs:nSep
130212 int nSep,
130221 n += (argc-1)*nSep;
130233 if( j>0 && nSep>0 ){
130234 memcpy(&z[j], zSep, nSep);
130235 j += nSep;
130271 int nSep = sqlite3_value_bytes(argv[0]);
130274 concatFuncCore(context, argc-1, argv+1, nSep, zSep);
130728 int nVal, nSep;
130747 nSep = sqlite3_value_bytes(argv[1]);
130749 sqlite3_str_append(&pGCC->str, zSep, nSep);
130753 nSep = 0;
130755 if( nSep != pGCC->nFirstSepLength || pGCC->pnSepLengths != 0 ){
130769 pnsl[pGCC->nAccum-1] = nSep;