Home | History | Annotate | Download | only in orig

Lines Matching defs:COLNAME_N

9230 # define COLNAME_N        5      /* Number of COLNAME_xxx symbols */
9233 # define COLNAME_N 1 /* Store only the name */
9235 # define COLNAME_N 2 /* Store the name and decltype */
64070 releaseMemArray(p->aColName, p->nResColumn*COLNAME_N);
64072 n = nResColumn*COLNAME_N;
64103 assert( var<COLNAME_N );
64889 releaseMemArray(p->aColName, p->nResColumn*COLNAME_N);