Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
H A Dsemind.c1108 sql = sqlite3_str_value(query); in command_search()
/third_party/sqlite/include/
H A Dsqlite3ext.h652 #define sqlite3_str_value sqlite3_api->str_value macro
H A Dsqlite3.h8295 ** ^The [sqlite3_str_value(X)] method returns a pointer to the current
8297 ** returned by [sqlite3_str_value(X)] is managed by the sqlite3_str object X
8300 ** [sqlite3_str_value(X)] after any subsequent method call on the same
8302 ** by [sqlite3_str_value(X)] as long as they do not write into any bytes
8308 SQLITE_API char *sqlite3_str_value(sqlite3_str*);
/third_party/sqlite/src/
H A Dsqlite3.c8604 ** ^The [sqlite3_str_value(X)] method returns a pointer to the current
8606 ** returned by [sqlite3_str_value(X)] is managed by the sqlite3_str object X
8609 ** [sqlite3_str_value(X)] after any subsequent method call on the same
8611 ** by [sqlite3_str_value(X)] as long as they do not write into any bytes
8617 SQLITE_API char *sqlite3_str_value(sqlite3_str*);
31090 SQLITE_API char *sqlite3_str_value(sqlite3_str *p){ sqlite3_str_value() function
132575 #define sqlite3_str_value global() macro
[all...]

Completed in 169 milliseconds