Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dvdbe.c424 static int expandCursorArraySize(Vdbe *p, int mxCursor){ in expandCursorArraySize() function
2421 if( expandCursorArraySize(p, i) ) goto no_mem; in sqliteVdbeExec()
2475 if( expandCursorArraySize(p, i) ) goto no_mem; in sqliteVdbeExec()
2513 if( expandCursorArraySize(p, i) ) goto no_mem; in sqliteVdbeExec()