Home
last modified time | relevance | path

Searched refs:pazValue (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.in662 ** (*pazColName)[i+*pN]. *pazValue is set to NULL.
666 ** virtual machine. *pN is set to 0 and *pazColName and *pazValue are set
680 ** The data is contained in *pazValue. The value of the i-th column is
694 const char ***pazValue, /* OUT: Column data */
H A Dvdbe.c117 const char ***pazValue, /* OUT: Column data */ in sqlite_step() argument
144 if( pazValue ){ in sqlite_step()
146 *pazValue = (const char**)p->azResColumn; in sqlite_step()
148 *pazValue = 0; in sqlite_step()