Searched refs:pazColName (Results 1 – 3 of 3) sorted by relevance
98 const char ***pazValue __unused, const char ***pazColName __unused) in sqlite_step()
656 ** the result set and *pazColName is set to an array of strings that658 ** is (*pazColName)[i] and the datatype of the i-th column is659 ** (*pazColName)[i+*pN]. *pazValue is set to NULL.663 ** virtual machine. *pN is set to 0 and *pazColName and *pazValue are set678 ** (*azValue)[i]. *pN and *pazColName are set as described in SQLITE_DONE.692 const char ***pazColName /* OUT: Column names and datatypes */
116 const char ***pazColName /* OUT: Column names and datatypes */ in sqlite_step() argument136 if( pazColName ) *pazColName = (const char**)p->azColName; in sqlite_step()139 if( pazColName) *pazColName = 0; in sqlite_step()