Searched refs:sqlite3VdbeRunOnlyOnce (Results 1 – 3 of 3) sorted by relevance
248 void sqlite3VdbeRunOnlyOnce(Vdbe*);
401 sqlite3VdbeRunOnlyOnce(v); in sqlite3Pragma()
598 void sqlite3VdbeRunOnlyOnce(Vdbe *p){ in sqlite3VdbeRunOnlyOnce() function