Searched defs:pN (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sqlite.h104 sqlite_step(sqlite_vm *pVm, int *pN, const char ***pazValue, argument
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbe.c87 ** Call sqlite_step() again to retry the open. *pN is set to 0
92 ** virtual machine. *pN and *pazColName are set appropriately
96 ** row of the result set. *pN is set to the number of columns in
101 ** of the i-th column is (*pazColName)[i+*pN].
116 int *pN, /* OUT: Number of columns in result */
139 if( pN ) *pN = p->nResColumn;
142 if( pN ) *pN = 0;
114 sqlite_step( sqlite_vm *pVm, int *pN, const char ***pazValue, const char ***pazColName ) argument

Completed in 492 milliseconds