Searched refs:pN (Results 1 – 3 of 3) sorted by relevance
104 sqlite_step(sqlite_vm *pVm, int *pN, const char ***pazValue, in sqlite_step() argument
658 ** for the same virtual machine. *pN is set to the number of columns in662 ** (*pazColName)[i+*pN]. *pazValue is set to NULL.666 ** virtual machine. *pN is set to 0 and *pazColName and *pazValue are set681 ** (*azValue)[i]. *pN and *pazColName are set as described in SQLITE_DONE.693 int *pN, /* OUT: Number of columns in result */
116 int *pN, /* OUT: Number of columns in result */ in sqlite_step() argument139 if( pN ) *pN = p->nResColumn; in sqlite_step()142 if( pN ) *pN = 0; in sqlite_step()