Searched refs:pazValue (Results 1 – 3 of 3) sorted by relevance
104 sqlite_step(sqlite_vm *pVm, int *pN, const char ***pazValue, in sqlite_step() argument
662 ** (*pazColName)[i+*pN]. *pazValue is set to NULL.666 ** virtual machine. *pN is set to 0 and *pazColName and *pazValue are set680 ** The data is contained in *pazValue. The value of the i-th column is694 const char ***pazValue, /* OUT: Column data */
117 const char ***pazValue, /* OUT: Column data */ in sqlite_step() argument144 if( pazValue ){ in sqlite_step()146 *pazValue = (const char**)p->azResColumn; in sqlite_step()148 *pazValue = 0; in sqlite_step()