Searched refs:pN (Results 1 – 3 of 3) sorted by relevance
97 sqlite_step(sqlite_vm *pVm __unused, int *pN __unused, in sqlite_step()
655 ** for the same virtual machine. *pN is set to the number of columns in659 ** (*pazColName)[i+*pN]. *pazValue is set to NULL.663 ** virtual machine. *pN is set to 0 and *pazColName and *pazValue are set678 ** (*azValue)[i]. *pN and *pazColName are set as described in SQLITE_DONE.690 int *pN, /* OUT: Number of columns in result */
114 int *pN, /* OUT: Number of columns in result */ in sqlite_step() argument137 if( pN ) *pN = p->nResColumn; in sqlite_step()140 if( pN ) *pN = 0; in sqlite_step()