Home
last modified time | relevance | path

Searched refs:nFirstSepLength (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dfunc.c1762 int nFirstSepLength; /* Used to detect separator length change */ member
1794 pGCC->nFirstSepLength = 1; in groupConcatStep()
1807 if( nSep != pGCC->nFirstSepLength || pGCC->pnSepLengths != 0 ){ in groupConcatStep()
1814 while( i<nA ) pnsl[i++] = pGCC->nFirstSepLength; in groupConcatStep()
1832 pGCC->nFirstSepLength = sqlite3_value_bytes(argv[1]); in groupConcatStep()
1871 nVS += pGCC->nFirstSepLength; in groupConcatInverse()