Searched refs:sqlite3_str_value (Results 1 – 3 of 3) sorted by relevance
653 #define sqlite3_str_value sqlite3_api->str_value macro
8523 ** ^The [sqlite3_str_value(X)] method returns a pointer to the current8525 ** returned by [sqlite3_str_value(X)] is managed by the sqlite3_str object X8528 ** [sqlite3_str_value(X)] after any subsequent method call on the same8530 ** by [sqlite3_str_value(X)] as long as they do not write into any bytes8536 SQLITE_API char *sqlite3_str_value(sqlite3_str*);
8836 ** ^The [sqlite3_str_value(X)] method returns a pointer to the current8838 ** returned by [sqlite3_str_value(X)] is managed by the sqlite3_str object X8841 ** [sqlite3_str_value(X)] after any subsequent method call on the same8843 ** by [sqlite3_str_value(X)] as long as they do not write into any bytes8849 SQLITE_API char *sqlite3_str_value(sqlite3_str*);32264 SQLITE_API char *sqlite3_str_value(sqlite3_str *p){ sqlite3_str_value() function [all...]