OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3_msize
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
604
#define
sqlite3_msize
sqlite3_api->msize
macro
sqlite3.h
3044
**
sqlite3_msize
(X) returns the size of that memory allocation in bytes.
3045
** ^The value returned by
sqlite3_msize
(X) might be larger than the number
3047
**
sqlite3_msize
(X) returns zero. If X points to something that is not
3050
** of
sqlite3_msize
(X) is undefined and possibly harmful.
3072
SQLITE_API sqlite3_uint64
sqlite3_msize
(void*);
sqlite3.c
3357
**
sqlite3_msize
(X) returns the size of that memory allocation in bytes.
3358
** ^The value returned by
sqlite3_msize
(X) might be larger than the number
3360
**
sqlite3_msize
(X) returns zero. If X points to something that is not
3363
** of
sqlite3_msize
(X) is undefined and possibly harmful.
3385
SQLITE_API sqlite3_uint64
sqlite3_msize
(void*);
30320
SQLITE_API sqlite3_uint64
sqlite3_msize
(void *p){
function
136076
#define
sqlite3_msize
macro
[
all
...]
Completed in 93 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026