Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbeaux.c713 int hasInitCoroutine = 0; in sqlite3VdbeAssertMayAbort() local
743 if( opcode==OP_InitCoroutine ) hasInitCoroutine = 1; in sqlite3VdbeAssertMayAbort()
758 || (hasCreateTable && hasInitCoroutine) || hasCreateIndex in sqlite3VdbeAssertMayAbort()