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_expanded_sql
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
636
#define
sqlite3_expanded_sql
sqlite3_api->expanded_sql
macro
sqlite3.c
3926
** [
sqlite3_expanded_sql
(P)] otherwise.
4967
** ^The
sqlite3_expanded_sql
(P) interface returns a pointer to a UTF-8
4979
** the original string, "SELECT $abc,:xyz" but
sqlite3_expanded_sql
()
4982
** ^The
sqlite3_expanded_sql
() interface returns NULL if insufficient memory
4988
** option causes
sqlite3_expanded_sql
() to always return NULL.
4993
** ^The string returned by
sqlite3_expanded_sql
(P), on the other hand,
5001
SQLITE_API char *
sqlite3_expanded_sql
(sqlite3_stmt *pStmt);
95680
SQLITE_API char *
sqlite3_expanded_sql
(sqlite3_stmt *pStmt){
function
142856
#define
sqlite3_expanded_sql
macro
[
all
...]
Completed in 117 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026