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.h8916 SQLITE_API char *sqlite3_str_value(sqlite3_str*);
H A Dsqlite3.c9237 SQLITE_API char *sqlite3_str_value(sqlite3_str*);
33649 SQLITE_API char *sqlite3_str_value(sqlite3_str *p){ in sqlite3_str_value() function
136040 const char *zText = sqlite3_str_value(pAccum);
142896 #define sqlite3_str_value sqlite3_api->str_value macro
143409 sqlite3_str_value,
216326 printf("%s", sqlite3_str_value(&out));
224943 sqlite3_result_error(p, sqlite3_str_value(pStr), -1);