Lines Matching defs:pazResult
3189 char ***pazResult, /* Results of the query */
146272 ** The result that is written to ***pazResult is held in memory obtained
146280 char ***pazResult, /* Write the result table here */
146289 if( !sqlite3SafetyCheckOk(db) || pazResult==0 ) return SQLITE_MISUSE_BKPT;
146291 *pazResult = 0;
146337 *pazResult = &res.azResult[1];