Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sqlite.h98 const char ***pazValue __unused, const char ***pazColName __unused) in sqlite_step()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in656 ** the result set and *pazColName is set to an array of strings that
658 ** is (*pazColName)[i] and the datatype of the i-th column is
659 ** (*pazColName)[i+*pN]. *pazValue is set to NULL.
663 ** virtual machine. *pN is set to 0 and *pazColName and *pazValue are set
678 ** (*azValue)[i]. *pN and *pazColName are set as described in SQLITE_DONE.
692 const char ***pazColName /* OUT: Column names and datatypes */
H A Dvdbe.c116 const char ***pazColName /* OUT: Column names and datatypes */ in sqlite_step() argument
136 if( pazColName ) *pazColName = (const char**)p->azColName; in sqlite_step()
139 if( pazColName) *pazColName = 0; in sqlite_step()