Home
last modified time | relevance | path

Searched refs:pN (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sqlite.h104 sqlite_step(sqlite_vm *pVm, int *pN, const char ***pazValue, in sqlite_step() argument
/titanic_41/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in658 ** for the same virtual machine. *pN is set to the number of columns in
662 ** (*pazColName)[i+*pN]. *pazValue is set to NULL.
666 ** virtual machine. *pN is set to 0 and *pazColName and *pazValue are set
681 ** (*azValue)[i]. *pN and *pazColName are set as described in SQLITE_DONE.
693 int *pN, /* OUT: Number of columns in result */
H A Dvdbe.c116 int *pN, /* OUT: Number of columns in result */ in sqlite_step() argument
139 if( pN ) *pN = p->nResColumn; in sqlite_step()
142 if( pN ) *pN = 0; in sqlite_step()