Home
last modified time | relevance | path

Searched refs:growOpArray (Results 151 – 161 of 161) sorted by relevance

1234567

/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c77895 static int growOpArray(Vdbe *v, int nOp){
77968 if( growOpArray(p, 1) ) return 1;
78716 if( p->nOp + nOp > p->nOpAlloc && growOpArray(p, nOp) ){
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c77895 static int growOpArray(Vdbe *v, int nOp){
77968 if( growOpArray(p, 1) ) return 1;
78716 if( p->nOp + nOp > p->nOpAlloc && growOpArray(p, nOp) ){
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/src/sqlite/
H A Dsqlite3.c77895 static int growOpArray(Vdbe *v, int nOp){
77968 if( growOpArray(p, 1) ) return 1;
78716 if( p->nOp + nOp > p->nOpAlloc && growOpArray(p, nOp) ){
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c77895 static int growOpArray(Vdbe *v, int nOp){
77968 if( growOpArray(p, 1) ) return 1;
78716 if( p->nOp + nOp > p->nOpAlloc && growOpArray(p, nOp) ){
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c77492 static int growOpArray(Vdbe *v, int nOp){
77565 if( growOpArray(p, 1) ) return 1;
78312 if( p->nOp + nOp > p->nOpAlloc && growOpArray(p, nOp) ){
/dports/emulators/stella/stella-6.6/src/sqlite/source/
H A Dsqlite3.c78141 static int growOpArray(Vdbe *v, int nOp){
78214 if( growOpArray(p, 1) ) return 1;
78963 if( p->nOp + nOp > p->nOpAlloc && growOpArray(p, nOp) ){
/dports/devel/poco/poco-1.10.1-all/Data/SQLite/src/
H A Dsqlite3.c77491 static int growOpArray(Vdbe *v, int nOp){
77564 if( growOpArray(p, 1) ) return 1;
78311 if( p->nOp + nOp > p->nOpAlloc && growOpArray(p, nOp) ){
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c77895 static int growOpArray(Vdbe *v, int nOp){
77968 if( growOpArray(p, 1) ) return 1;
78716 if( p->nOp + nOp > p->nOpAlloc && growOpArray(p, nOp) ){
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/sqlite3/src/
H A Dsqlite3.c78534 static int growOpArray(Vdbe *v, int nOp){
78607 if( growOpArray(p, 1) ) return 1;
79357 if( p->nOp + nOp > p->nOpAlloc && growOpArray(p, nOp) ){
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteWx/
H A Dwxsqlite3.c78608 static int growOpArray(Vdbe *v, int nOp){
78681 if( growOpArray(p, 1) ) return 1;
79431 if( p->nOp + nOp > p->nOpAlloc && growOpArray(p, nOp) ){
/dports/devel/upp/upp/uppsrc/plugin/sqlite3/lib/
H A Dsqlite3mc_amalgamation.c77969 static int growOpArray(Vdbe *v, int nOp){
78042 if( growOpArray(p, 1) ) return 1;
78790 if( p->nOp + nOp > p->nOpAlloc && growOpArray(p, nOp) ){

1234567