Lines Matching defs:sqlite3_str_value
8836 ** ^The [sqlite3_str_value(X)] method returns a pointer to the current
8838 ** returned by [sqlite3_str_value(X)] is managed by the sqlite3_str object X
8841 ** [sqlite3_str_value(X)] after any subsequent method call on the same
8843 ** by [sqlite3_str_value(X)] as long as they do not write into any bytes
8849 SQLITE_API char *sqlite3_str_value(sqlite3_str*);
32264 SQLITE_API char *sqlite3_str_value(sqlite3_str *p){
129753 zVal = sqlite3_str_value(pStr);
130860 const char *zText = sqlite3_str_value(pAccum);
137086 #define sqlite3_str_value sqlite3_api->str_value
137589 sqlite3_str_value,
208520 printf("%s", sqlite3_str_value(&out));
217142 sqlite3_result_error(p, sqlite3_str_value(pStr), -1);