Searched refs:pazResult (Results 1 – 2 of 2) sorted by relevance
119 char ***pazResult, /* Write the result table here */ in sqlite3_get_table() argument128 if( !sqlite3SafetyCheckOk(db) || pazResult==0 ) return SQLITE_MISUSE_BKPT; in sqlite3_get_table()130 *pazResult = 0; in sqlite3_get_table()176 *pazResult = &res.azResult[1]; in sqlite3_get_table()
2869 char ***pazResult, /* Results of the query */