Home
last modified time | relevance | path

Searched refs:sqlite3VdbeEndCoroutine (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbe.h191 void sqlite3VdbeEndCoroutine(Vdbe*,int);
H A Dselect.c3581 sqlite3VdbeEndCoroutine(v, regAddrA); in multiSelectOrderBy()
3598 sqlite3VdbeEndCoroutine(v, regAddrB); in multiSelectOrderBy()
7049 sqlite3VdbeEndCoroutine(v, pItem->regReturn); in sqlite3Select()
H A Dinsert.c927 sqlite3VdbeEndCoroutine(v, regYield); in sqlite3Insert()
H A Dvdbeaux.c514 void sqlite3VdbeEndCoroutine(Vdbe *v, int regYield){ in sqlite3VdbeEndCoroutine() function
H A Dbuild.c2849 sqlite3VdbeEndCoroutine(v, regYield); in sqlite3EndTable()