Home | History | Annotate | Download | only in dist

Lines Matching refs:COLNAME_N

7812 # define COLNAME_N        5      /* Number of COLNAME_xxx symbols */
7815 # define COLNAME_N 1 /* Store only the name */
7817 # define COLNAME_N 2 /* Store the name and decltype */
56896 releaseMemArray(p->aColName, p->nResColumn*COLNAME_N);
56898 n = nResColumn*COLNAME_N;
56929 assert( var<COLNAME_N );
57672 releaseMemArray(p->aColName, p->nResColumn*COLNAME_N);