Searched refs:pazColName (Results 1 – 3 of 3) sorted by relevance
105 const char ***pazColName) in sqlite_step() argument
659 ** the result set and *pazColName is set to an array of strings that661 ** is (*pazColName)[i] and the datatype of the i-th column is662 ** (*pazColName)[i+*pN]. *pazValue is set to NULL.666 ** virtual machine. *pN is set to 0 and *pazColName and *pazValue are set681 ** (*azValue)[i]. *pN and *pazColName are set as described in SQLITE_DONE.695 const char ***pazColName /* OUT: Column names and datatypes */
118 const char ***pazColName /* OUT: Column names and datatypes */ in sqlite_step() argument138 if( pazColName ) *pazColName = (const char**)p->azColName; in sqlite_step()141 if( pazColName) *pazColName = 0; in sqlite_step()