OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SQLITE_SERIALIZE_NOCOPY
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
11147
** contains the
SQLITE_SERIALIZE_NOCOPY
bit, then no memory allocations
11156
**
SQLITE_SERIALIZE_NOCOPY
bit is set but no contiguous copy
11159
** After the call, if the
SQLITE_SERIALIZE_NOCOPY
bit had been set,
11167
**
SQLITE_SERIALIZE_NOCOPY
bit is omitted from argument F if a memory
11186
**
SQLITE_SERIALIZE_NOCOPY
means that [sqlite3_serialize()] will return
11194
#define
SQLITE_SERIALIZE_NOCOPY
0x001 /* Do no memory allocations */
sqlite3.c
11468
** contains the
SQLITE_SERIALIZE_NOCOPY
bit, then no memory allocations
11477
**
SQLITE_SERIALIZE_NOCOPY
bit is set but no contiguous copy
11480
** After the call, if the
SQLITE_SERIALIZE_NOCOPY
bit had been set,
11488
**
SQLITE_SERIALIZE_NOCOPY
bit is omitted from argument F if a memory
11507
**
SQLITE_SERIALIZE_NOCOPY
means that [sqlite3_serialize()] will return
11515
#define
SQLITE_SERIALIZE_NOCOPY
0x001 /* Do no memory allocations */
[
all
...]
Completed in 104 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026