Searched refs:sqlite3_str_value (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h624 #define sqlite3_str_value sqlite3_api->str_value macro
H A Dsqlite3.h7952 ** ^The [sqlite3_str_value(X)] method returns a pointer to the current
7954 ** returned by [sqlite3_str_value(X)] is managed by the sqlite3_str object X
7957 ** [sqlite3_str_value(X)] after any subsequent method call on the same
7959 ** by [sqlite3_str_value(X)] as long as they do not write into any bytes
7965 SQLITE_API char *sqlite3_str_value(sqlite3_str*);
H A Dsqlite3.c9015 ** ^The [sqlite3_str_value(X)] method returns a pointer to the current
9017 ** returned by [sqlite3_str_value(X)] is managed by the sqlite3_str object X
9020 ** [sqlite3_str_value(X)] after any subsequent method call on the same
9022 ** by [sqlite3_str_value(X)] as long as they do not write into any bytes
9028 SQLITE_API char *sqlite3_str_value(sqlite3_str*);
29506 SQLITE_API char *sqlite3_str_value(sqlite3_str *p){ function
126014 #define sqlite3_str_value macro
[all...]

Completed in 510 milliseconds