Searched refs:sqlite3VdbeEndCoroutine (Results 1 – 5 of 5) sorted by relevance
191 void sqlite3VdbeEndCoroutine(Vdbe*,int);
3581 sqlite3VdbeEndCoroutine(v, regAddrA); in multiSelectOrderBy()3598 sqlite3VdbeEndCoroutine(v, regAddrB); in multiSelectOrderBy()7049 sqlite3VdbeEndCoroutine(v, pItem->regReturn); in sqlite3Select()
927 sqlite3VdbeEndCoroutine(v, regYield); in sqlite3Insert()
514 void sqlite3VdbeEndCoroutine(Vdbe *v, int regYield){ in sqlite3VdbeEndCoroutine() function
2849 sqlite3VdbeEndCoroutine(v, regYield); in sqlite3EndTable()