OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqlite3_free
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
466
#define
sqlite3_free
sqlite3_api->free
macro
sqlite3.c
712
** To avoid memory leaks, the application should invoke [
sqlite3_free
()]
1394
** invoke [
sqlite3_free
()] on the result to avoid a memory leak.
3460
** It is not safe to pass a result table directly to [
sqlite3_free
()].
3498
** function must not try to call [
sqlite3_free
()] directly. Only
3532
** released by [
sqlite3_free
()]. ^Both routines return a
3583
** ^Calling
sqlite3_free
() with a pointer previously returned
3585
** that it might be reused. ^The
sqlite3_free
() routine is
3587
** to
sqlite3_free
() is harmless. After being freed, memory
3591
** might result if
sqlite3_free
() is called with a non-NULL pointer that
3601
**
sqlite3_free
(X)
31866
SQLITE_API void
sqlite3_free
(void *p){
function
135037
sqlite3_result_text64(context, (char*)z, zOut-z,
sqlite3_free
,SQLITE_UTF8_ZT);
local
142686
#define
sqlite3_free
macro
[
all
...]
Completed in 138 milliseconds
Indexes created Sun Jul 12 00:26:10 UTC 2026