Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbe.c422 static int expandCursorArraySize(Vdbe *p, int mxCursor){ in expandCursorArraySize() function
2419 if( expandCursorArraySize(p, i) ) goto no_mem; in sqliteVdbeExec()
2473 if( expandCursorArraySize(p, i) ) goto no_mem; in sqliteVdbeExec()
2511 if( expandCursorArraySize(p, i) ) goto no_mem; in sqliteVdbeExec()