Lines Matching defs:pnCol
11570 ** Arguments pOp, pnCol and pzTab may not be NULL. Upon return, three
11576 ** *pnCol is set to the number of columns in the table affected by the change; and
11595 int *pnCol, /* OUT: Number of columns in table */
11618 ** If argument pnCol is not NULL, then *pnCol is set to the number of columns
11629 int *pnCol /* OUT: Number of entries in output array */
140403 ** store NULL in *paCol and 0 in *pnCol and return SQLITE_NOMEM.
140417 i16 *pnCol, /* Write the number of columns here */
140441 *pnCol = nCol;
140513 *pnCol = 0;
180723 ** *pnCol: Set to the number of columns table xxx has,
180728 ** *pazCol: Set to point to an array of *pnCol strings. Each string is
180743 int *pnCol, /* OUT: Size of array *pazCol */
180794 *pnCol = nCol;
216486 ** Otherwise, if they are not NULL, variable *pnCol is set to the number
216499 ** *pnCol = 4
216512 int *pnCol, /* OUT: number of columns */
216545 *pnCol = 0;
216555 *pnCol = 0;
216565 *pnCol = 0;
216616 *pnCol = nDbCol;
216620 *pnCol = 0;
218921 int *pnCol, /* OUT: Number of columns in table */
218926 *pnCol = pIter->nCol;
218941 int *pnCol /* OUT: Number of entries in output array */
218944 if( pnCol ) *pnCol = pIter->nCol;