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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h653 #define sqlite3_str_value sqlite3_api->str_value macro
H A Dsqlite3.h8498 ** ^The [sqlite3_str_value(X)] method returns a pointer to the current
8500 ** returned by [sqlite3_str_value(X)] is managed by the sqlite3_str object X
8503 ** [sqlite3_str_value(X)] after any subsequent method call on the same
8505 ** by [sqlite3_str_value(X)] as long as they do not write into any bytes
8511 SQLITE_API char *sqlite3_str_value(sqlite3_str*);
H A Dsqlite3.c8811 ** ^The [sqlite3_str_value(X)] method returns a pointer to the current
8813 ** returned by [sqlite3_str_value(X)] is managed by the sqlite3_str object X
8816 ** [sqlite3_str_value(X)] after any subsequent method call on the same
8818 ** by [sqlite3_str_value(X)] as long as they do not write into any bytes
8824 SQLITE_API char *sqlite3_str_value(sqlite3_str*);
31959 SQLITE_API char *sqlite3_str_value(sqlite3_str *p){ function
136125 #define sqlite3_str_value macro
[all...]

Completed in 488 milliseconds