OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xRealloc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
1775
** The xMalloc,
xRealloc
, and xFree methods must work like the
1778
**
xRealloc
is always a value returned by a prior call to xRoundup.
1781
** previously obtained from xMalloc or
xRealloc
. The allocated size
1817
void *(*
xRealloc
)(void*,int); /* Resize an allocation */
sqlite3.c
2096
** The xMalloc,
xRealloc
, and xFree methods must work like the
2099
**
xRealloc
is always a value returned by a prior call to xRoundup.
2102
** previously obtained from xMalloc or
xRealloc
. The allocated size
2138
void *(*
xRealloc
)(void*,int); /* Resize an allocation */
[
all
...]
Completed in 130 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026