Home
last modified time | relevance | path

Searched refs:pWithToFree (Results 1 – 25 of 107) sorted by relevance

12345

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtokenize.c601 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree); in sqlite3RunParser()
H A DsqliteInt.h3049 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
H A Dselect.c4144 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) ); in sqlite3WithPush()
4149 if( bFree ) pParse->pWithToFree = pWith; in sqlite3WithPush()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtokenize.c713 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);
H A DsqliteInt.h3348 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
H A Dselect.c4685 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) ); in sqlite3WithPush()
4690 if( bFree ) pParse->pWithToFree = pWith; in sqlite3WithPush()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtokenize.c715 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);
H A DsqliteInt.h3420 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
H A Dselect.c4778 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) ); in sqlite3WithPush()
4783 if( bFree ) pParse->pWithToFree = pWith; in sqlite3WithPush()
/dports/lang/jimtcl/jimtcl-0.81/sqlite3/
H A Dsqlite3.c15582 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
117560 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) );
117565 if( bFree ) pParse->pWithToFree = pWith;
136096 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c15578 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
117536 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) );
117541 if( bFree ) pParse->pWithToFree = pWith;
136072 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);
/dports/devel/openocd/openocd-0.11.0/jimtcl/sqlite3/
H A Dsqlite3.c15582 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
117560 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) );
117565 if( bFree ) pParse->pWithToFree = pWith;
136096 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);
/dports/lang/php73/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c18084 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
129232 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) );
129237 if( bFree ) pParse->pWithToFree = pWith;
154073 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/sqlite-3.20.1/
H A Dsqlite3.c16789 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
121579 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) );
121584 if( bFree ) pParse->pWithToFree = pWith;
141192 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c18137 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
129751 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) );
129756 if( bFree ) pParse->pWithToFree = pWith;
154657 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);
/dports/databases/php73-sqlite3/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c18084 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
129232 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) );
129237 if( bFree ) pParse->pWithToFree = pWith;
154073 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c17853 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
127708 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) );
127713 if( bFree ) pParse->pWithToFree = pWith;
151357 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);
/dports/emulators/mgba/mgba-0.9.2/src/third-party/sqlite3/
H A Dsqlite3.c15700 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
119584 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) );
119589 if( bFree ) pParse->pWithToFree = pWith;
138592 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/direct-sqlite-2.3.26/cbits/
H A Dsqlite3.c18084 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
129232 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) );
129237 if( bFree ) pParse->pWithToFree = pWith;
154073 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/pressly/goose/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c17853 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
127708 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) );
127713 if( bFree ) pParse->pWithToFree = pWith;
151357 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libsqlite3-sys-0.15.0/sqlite3/
H A Dsqlite3.c18084 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
129232 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) );
129237 if( bFree ) pParse->pWithToFree = pWith;
154073 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c17853 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
127708 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) );
127713 if( bFree ) pParse->pWithToFree = pWith;
151357 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c17853 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
127708 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) );
127713 if( bFree ) pParse->pWithToFree = pWith;
151357 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);
/dports/astro/opencpn/OpenCPN-5.2.4/libs/sqlite/src/
H A Dsqlite3.c16789 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
121579 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) );
121584 if( bFree ) pParse->pWithToFree = pWith;
141192 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);
/dports/www/firefox/firefox-99.0/security/nss/lib/sqlite/
H A Dsqlite3.c18137 With *pWithToFree; /* Free this WITH object at the end of the parse */ member
129751 assert( bFree==0 || (pParse->pWith==0 && pParse->pWithToFree==0) );
129756 if( bFree ) pParse->pWithToFree = pWith;
154657 if( pParse->pWithToFree ) sqlite3WithDelete(db, pParse->pWithToFree);

12345