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_user_data
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
515
#define
sqlite3_user_data
sqlite3_api->user_data
macro
sqlite3.c
5175
** [sqlite3_aggregate_context()], [
sqlite3_user_data
()],
6050
** function can gain access to this pointer using [
sqlite3_user_data
()].)^
6579
** ^The
sqlite3_user_data
() interface returns a copy of
6588
SQLITE_API void *
sqlite3_user_data
(sqlite3_context*);
19095
** as the user-data (
sqlite3_user_data
()) for the function. If
19149
** available as the function user-data (
sqlite3_user_data
()). The
94495
SQLITE_API void *
sqlite3_user_data
(sqlite3_context *p){
function
142735
#define
sqlite3_user_data
macro
[
all
...]
Completed in 142 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026