Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dfuzzinvariants.c268 rc = sqlite3_prepare_v2(db, sqlite3_str_value(pTest), -1, &pBase, 0); in fuzz_invariant_sql()
/sqlite-3.40.0/src/
H A Dloadext.c453 sqlite3_str_value,
H A Dfunc.c1069 zVal = sqlite3_str_value(pStr); in sqlite3QuoteValue()
1910 const char *zText = sqlite3_str_value(pAccum); in groupConcatValue()
H A Dsqlite3ext.h646 #define sqlite3_str_value sqlite3_api->str_value macro
H A Dprintf.c1151 char *sqlite3_str_value(sqlite3_str *p){ in sqlite3_str_value() function
H A Dsqlite.h.in8243 ** ^The [sqlite3_str_value(X)] method returns a pointer to the current
8245 ** returned by [sqlite3_str_value(X)] is managed by the sqlite3_str object X
8248 ** [sqlite3_str_value(X)] after any subsequent method call on the same
8250 ** by [sqlite3_str_value(X)] as long as they do not write into any bytes
8256 char *sqlite3_str_value(sqlite3_str*);