Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h651 #define sqlite3_str_length sqlite3_api->str_length macro
H A Dsqlite3.h8210 ** [sqlite3_str_length()], and always return NULL from
8290 ** ^The [sqlite3_str_length(X)] method returns the current length, in bytes,
8292 ** ^The length returned by [sqlite3_str_length(X)] does not include the
8303 ** outside the range of 0 to [sqlite3_str_length(X)] and do not read or
8307 SQLITE_API int sqlite3_str_length(sqlite3_str*);
/third_party/sqlite/src/
H A Dshell.c4577 n = sqlite3_str_length(pStr); in re_bytecode_func()
H A Dsqlite3.c8519 ** [sqlite3_str_length()], and always return NULL from
8599 ** ^The [sqlite3_str_length(X)] method returns the current length, in bytes,
8601 ** ^The length returned by [sqlite3_str_length(X)] does not include the
8612 ** outside the range of 0 to [sqlite3_str_length(X)] and do not read or
8616 SQLITE_API int sqlite3_str_length(sqlite3_str*);
31085 SQLITE_API int sqlite3_str_length(sqlite3_str *p){ sqlite3_str_length() function
132574 #define sqlite3_str_length global() macro
[all...]

Completed in 184 milliseconds