Home
last modified time | relevance | path

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

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h653 #define sqlite3_str_value sqlite3_api->str_value macro
H A Dsqlite3.h8523 ** ^The [sqlite3_str_value(X)] method returns a pointer to the current
8525 ** returned by [sqlite3_str_value(X)] is managed by the sqlite3_str object X
8528 ** [sqlite3_str_value(X)] after any subsequent method call on the same
8530 ** by [sqlite3_str_value(X)] as long as they do not write into any bytes
8536 SQLITE_API char *sqlite3_str_value(sqlite3_str*);
H A Dsqlite3.c8836 ** ^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){ sqlite3_str_value() function
[all...]