Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dvdbe.c413 static int expandCursorArraySize(Vdbe *p, int mxCursor){ in expandCursorArraySize() function
2410 if( expandCursorArraySize(p, i) ) goto no_mem; in sqliteVdbeExec()
2464 if( expandCursorArraySize(p, i) ) goto no_mem; in sqliteVdbeExec()
2502 if( expandCursorArraySize(p, i) ) goto no_mem; in sqliteVdbeExec()

Completed in 14 milliseconds