Home
last modified time | relevance | path

Searched refs:sqlite3_str_value (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h663 #define sqlite3_str_value sqlite3_api->str_value macro
H A Dshell.c1318 sqlite3_str_value(pStats) in qrfEqpStats()
1321 qrfEqpAppend(p, iId, iPid, sqlite3_str_value(pLine)); in qrfEqpStats()
1354 sqlite3_str_value(p->pOut), in qrfWrite()
1627 zIn = (unsigned char*)sqlite3_str_value(pStr); in qrfEscape()
1648 zOut = (unsigned char*)sqlite3_str_value(pStr); in qrfEscape()
2023 zVal = sqlite3_str_value(pOut); in qrfRenderValue()
2046 zVal = sqlite3_str_value(pOut); in qrfRenderValue()
2092 z = (const unsigned char*)sqlite3_str_value(pOut) + iStartLen; in qrfRenderValue()
2129 const char *zOut = sqlite3_str_value(pOut); in qrfRTrim()
3526 zVal = sqlite3_str_value(pVal); in qrfOneSimpleRow()
[all …]
H A Dsqlite3.h8918 SQLITE_API char *sqlite3_str_value(sqlite3_str*);
H A Dsqlite3.c9239 SQLITE_API char *sqlite3_str_value(sqlite3_str*);
33679 SQLITE_API char *sqlite3_str_value(sqlite3_str *p){ in sqlite3_str_value() function
136262 const char *zText = sqlite3_str_value(pAccum);
143117 #define sqlite3_str_value sqlite3_api->str_value macro
143630 sqlite3_str_value,
216645 printf("%s", sqlite3_str_value(&out));
225326 sqlite3_result_error(p, sqlite3_str_value(pStr), -1);