Searched refs:sqlite3_str_value (Results 1 – 6 of 6) sorted by relevance
268 rc = sqlite3_prepare_v2(db, sqlite3_str_value(pTest), -1, &pBase, 0); in fuzz_invariant_sql()
453 sqlite3_str_value,
1069 zVal = sqlite3_str_value(pStr); in sqlite3QuoteValue()1910 const char *zText = sqlite3_str_value(pAccum); in groupConcatValue()
646 #define sqlite3_str_value sqlite3_api->str_value macro
1151 char *sqlite3_str_value(sqlite3_str *p){ in sqlite3_str_value() function
8243 ** ^The [sqlite3_str_value(X)] method returns a pointer to the current8245 ** returned by [sqlite3_str_value(X)] is managed by the sqlite3_str object X8248 ** [sqlite3_str_value(X)] after any subsequent method call on the same8250 ** by [sqlite3_str_value(X)] as long as they do not write into any bytes8256 char *sqlite3_str_value(sqlite3_str*);