Home
last modified time | relevance | path

Searched refs:_sqliteZone_ (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dmem1.c63 static malloc_zone_t* _sqliteZone_; variable
64 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
65 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
66 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
68 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
243 if( _sqliteZone_ ){ in sqlite3MemInit()
251 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
255 _sqliteZone_ = malloc_create_zone(4096, 0); in sqlite3MemInit()
256 malloc_set_zone_name(_sqliteZone_, "Sqlite_Heap"); in sqlite3MemInit()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dmem1.c63 static malloc_zone_t* _sqliteZone_; variable
64 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
65 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
66 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
68 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
243 if( _sqliteZone_ ){ in sqlite3MemInit()
251 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
255 _sqliteZone_ = malloc_create_zone(4096, 0); in sqlite3MemInit()
256 malloc_set_zone_name(_sqliteZone_, "Sqlite_Heap"); in sqlite3MemInit()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dmem1.c63 static malloc_zone_t* _sqliteZone_; variable
64 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
65 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
66 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
68 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
243 if( _sqliteZone_ ){ in sqlite3MemInit()
251 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
255 _sqliteZone_ = malloc_create_zone(4096, 0); in sqlite3MemInit()
256 malloc_set_zone_name(_sqliteZone_, "Sqlite_Heap"); in sqlite3MemInit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dmem1.c63 static malloc_zone_t* _sqliteZone_; variable
64 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
65 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
66 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
68 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
243 if( _sqliteZone_ ){ in sqlite3MemInit()
251 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
255 _sqliteZone_ = malloc_create_zone(4096, 0); in sqlite3MemInit()
256 malloc_set_zone_name(_sqliteZone_, "Sqlite_Heap"); in sqlite3MemInit()
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c15247 static malloc_zone_t* _sqliteZone_; variable
15248 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
15249 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
15250 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
15252 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
15398 if( _sqliteZone_ ){ in sqlite3MemInit()
15406 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
15415 (void * volatile *)&_sqliteZone_); in sqlite3MemInit()
15416 }while(!_sqliteZone_); in sqlite3MemInit()
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c16148 static malloc_zone_t* _sqliteZone_; variable
16149 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
16150 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
16151 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
16153 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
16325 if( _sqliteZone_ ){ in sqlite3MemInit()
16333 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
16342 (void * volatile *)&_sqliteZone_); in sqlite3MemInit()
16343 }while(!_sqliteZone_); in sqlite3MemInit()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.c16282 static malloc_zone_t* _sqliteZone_; variable
16283 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
16284 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
16285 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
16287 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
16459 if( _sqliteZone_ ){ in sqlite3MemInit()
16467 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
16476 (void * volatile *)&_sqliteZone_); in sqlite3MemInit()
16477 }while(!_sqliteZone_); in sqlite3MemInit()
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.c15693 static malloc_zone_t* _sqliteZone_; variable
15694 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
15695 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
15696 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
15698 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
15844 if( _sqliteZone_ ){ in sqlite3MemInit()
15852 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
15861 (void * volatile *)&_sqliteZone_); in sqlite3MemInit()
15862 }while(!_sqliteZone_); in sqlite3MemInit()
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c16336 static malloc_zone_t* _sqliteZone_; variable
16337 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
16338 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
16339 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
16341 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
16513 if( _sqliteZone_ ){ in sqlite3MemInit()
16521 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
16530 (void * volatile *)&_sqliteZone_); in sqlite3MemInit()
16531 }while(!_sqliteZone_); in sqlite3MemInit()
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c15688 static malloc_zone_t* _sqliteZone_; variable
15689 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
15690 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
15691 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
15693 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
15839 if( _sqliteZone_ ){ in sqlite3MemInit()
15847 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
15856 (void * volatile *)&_sqliteZone_); in sqlite3MemInit()
15857 }while(!_sqliteZone_); in sqlite3MemInit()
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c16282 static malloc_zone_t* _sqliteZone_; variable
16283 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
16284 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
16285 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
16287 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
16459 if( _sqliteZone_ ){ in sqlite3MemInit()
16467 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
16476 (void * volatile *)&_sqliteZone_); in sqlite3MemInit()
16477 }while(!_sqliteZone_); in sqlite3MemInit()
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c16282 static malloc_zone_t* _sqliteZone_; variable
16283 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
16284 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
16285 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
16287 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
16459 if( _sqliteZone_ ){ in sqlite3MemInit()
16467 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
16476 (void * volatile *)&_sqliteZone_); in sqlite3MemInit()
16477 }while(!_sqliteZone_); in sqlite3MemInit()
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.c15869 static malloc_zone_t* _sqliteZone_; variable
15870 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
15871 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
15872 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
15874 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
16046 if( _sqliteZone_ ){ in sqlite3MemInit()
16054 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
16063 (void * volatile *)&_sqliteZone_); in sqlite3MemInit()
16064 }while(!_sqliteZone_); in sqlite3MemInit()
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c17185 static malloc_zone_t* _sqliteZone_; variable
17186 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
17187 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
17188 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
17190 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
17362 if( _sqliteZone_ ){ in sqlite3MemInit()
17370 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
17379 (void * volatile *)&_sqliteZone_); in sqlite3MemInit()
17380 }while(!_sqliteZone_); in sqlite3MemInit()
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c17185 static malloc_zone_t* _sqliteZone_; variable
17186 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
17187 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
17188 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
17190 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
17362 if( _sqliteZone_ ){ in sqlite3MemInit()
17370 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
17379 (void * volatile *)&_sqliteZone_); in sqlite3MemInit()
17380 }while(!_sqliteZone_); in sqlite3MemInit()
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.c16985 static malloc_zone_t* _sqliteZone_; variable
16986 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
16987 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
16988 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
16990 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
17162 if( _sqliteZone_ ){ in sqlite3MemInit()
17170 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
17179 (void * volatile *)&_sqliteZone_); in sqlite3MemInit()
17180 }while(!_sqliteZone_); in sqlite3MemInit()
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.c16501 static malloc_zone_t* _sqliteZone_; variable
16502 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
16503 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
16504 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
16506 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
16678 if( _sqliteZone_ ){ in sqlite3MemInit()
16686 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
16695 (void * volatile *)&_sqliteZone_); in sqlite3MemInit()
16696 }while(!_sqliteZone_); in sqlite3MemInit()
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c17185 static malloc_zone_t* _sqliteZone_; variable
17186 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
17187 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
17188 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
17190 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
17362 if( _sqliteZone_ ){ in sqlite3MemInit()
17370 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
17379 (void * volatile *)&_sqliteZone_); in sqlite3MemInit()
17380 }while(!_sqliteZone_); in sqlite3MemInit()
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c17185 static malloc_zone_t* _sqliteZone_; variable
17186 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
17187 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
17188 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
17190 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
17362 if( _sqliteZone_ ){ in sqlite3MemInit()
17370 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
17379 (void * volatile *)&_sqliteZone_); in sqlite3MemInit()
17380 }while(!_sqliteZone_); in sqlite3MemInit()
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c17185 static malloc_zone_t* _sqliteZone_; variable
17186 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
17187 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
17188 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
17190 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
17362 if( _sqliteZone_ ){ in sqlite3MemInit()
17370 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
17379 (void * volatile *)&_sqliteZone_); in sqlite3MemInit()
17380 }while(!_sqliteZone_); in sqlite3MemInit()
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c17185 static malloc_zone_t* _sqliteZone_;
17186 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
17187 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
17188 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
17190 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
17362 if( _sqliteZone_ ){
17370 _sqliteZone_ = malloc_default_zone();
17379 (void * volatile *)&_sqliteZone_);
17380 }while(!_sqliteZone_);
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c17185 static malloc_zone_t* _sqliteZone_; variable
17186 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
17187 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
17188 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
17190 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
17362 if( _sqliteZone_ ){ in sqlite3MemInit()
17370 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
17379 (void * volatile *)&_sqliteZone_); in sqlite3MemInit()
17380 }while(!_sqliteZone_); in sqlite3MemInit()
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c17185 static malloc_zone_t* _sqliteZone_; variable
17186 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
17187 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
17188 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
17190 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
17362 if( _sqliteZone_ ){ in sqlite3MemInit()
17370 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
17379 (void * volatile *)&_sqliteZone_); in sqlite3MemInit()
17380 }while(!_sqliteZone_); in sqlite3MemInit()
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c17185 static malloc_zone_t* _sqliteZone_; variable
17186 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
17187 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
17188 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
17190 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
17362 if( _sqliteZone_ ){ in sqlite3MemInit()
17370 _sqliteZone_ = malloc_default_zone(); in sqlite3MemInit()
17379 (void * volatile *)&_sqliteZone_); in sqlite3MemInit()
17380 }while(!_sqliteZone_); in sqlite3MemInit()
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c17185 static malloc_zone_t* _sqliteZone_;
17186 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x))
17187 #define SQLITE_FREE(x) malloc_zone_free(_sqliteZone_, (x));
17188 #define SQLITE_REALLOC(x,y) malloc_zone_realloc(_sqliteZone_, (x), (y))
17190 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
17362 if( _sqliteZone_ ){
17370 _sqliteZone_ = malloc_default_zone();
17379 (void * volatile *)&_sqliteZone_);
17380 }while(!_sqliteZone_);

1234567