Lines Matching defs:sqlite3_str_value
8604 ** ^The [sqlite3_str_value(X)] method returns a pointer to the current
8606 ** returned by [sqlite3_str_value(X)] is managed by the sqlite3_str object X
8609 ** [sqlite3_str_value(X)] after any subsequent method call on the same
8611 ** by [sqlite3_str_value(X)] as long as they do not write into any bytes
8617 SQLITE_API char *sqlite3_str_value(sqlite3_str*);
31090 SQLITE_API char *sqlite3_str_value(sqlite3_str *p){
125785 zVal = sqlite3_str_value(pStr);
126626 const char *zText = sqlite3_str_value(pAccum);
132575 #define sqlite3_str_value sqlite3_api->str_value
133080 sqlite3_str_value,