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_realloc64
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
615
#define
sqlite3_realloc64
sqlite3_api->realloc64
macro
sqlite3.h
3289
** ^The
sqlite3_realloc64
(X,N) interface works the same as
3294
** sqlite3_malloc64(), sqlite3_realloc(), or
sqlite3_realloc64
(), then
3304
** sqlite3_malloc64(), and
sqlite3_realloc64
()
3321
SQLITE_API void *
sqlite3_realloc64
(void*, sqlite3_uint64);
11212
** SQLite will try to increase the buffer size using
sqlite3_realloc64
()
11262
** grow the size of the database using calls to [
sqlite3_realloc64
()]. This
11271
#define SQLITE_DESERIALIZE_RESIZEABLE 2 /* Resize using
sqlite3_realloc64
() */
shell.c
2432
azData =
sqlite3_realloc64
(p->az, p->nAlloc*sizeof(char*));
2439
aiWth =
sqlite3_realloc64
(p->aiWth, p->nAlloc*sizeof(int));
2446
abNum =
sqlite3_realloc64
(p->abNum, p->nAlloc);
3229
aiIndent = (int*)
sqlite3_realloc64
(aiIndent, nAlloc*sizeof(int));
3230
abYield = (int*)
sqlite3_realloc64
(abYield, nAlloc*sizeof(int));
3806
zCombined =
sqlite3_realloc64
(p->spec.pzOutput[0], sz+n+1);
5879
signed char *a =
sqlite3_realloc64
(p->a, (sqlite3_int64)p->nDigit
5900
signed char *a =
sqlite3_realloc64
(p->a, (sqlite3_int64)p->nDigit
6217
a =
sqlite3_realloc64
(p->a, nDigit+1);
9115
aOp =
sqlite3_realloc64
(p->aOp, N*sizeof(p->aOp[0]))
[
all
...]
sqlite3.c
3610
** ^The
sqlite3_realloc64
(X,N) interface works the same as
3615
** sqlite3_malloc64(), sqlite3_realloc(), or
sqlite3_realloc64
(), then
3625
** sqlite3_malloc64(), and
sqlite3_realloc64
()
3642
SQLITE_API void *
sqlite3_realloc64
(void*, sqlite3_uint64);
11533
** SQLite will try to increase the buffer size using
sqlite3_realloc64
()
11583
** grow the size of the database using calls to [
sqlite3_realloc64
()]. This
11592
#define SQLITE_DESERIALIZE_RESIZEABLE 2 /* Resize using
sqlite3_realloc64
() */
32044
SQLITE_API void *
sqlite3_realloc64
(void *pOld, sqlite3_uint64 n){
function
142835
#define
sqlite3_realloc64
macro
[
all
...]
Completed in 126 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026