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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h652 #define sqlite3_str_length sqlite3_api->str_length macro
H A Dsqlite3.h8413 ** [sqlite3_str_length()], and always return NULL from
8493 ** ^The [sqlite3_str_length(X)] method returns the current length, in bytes,
8495 ** ^The length returned by [sqlite3_str_length(X)] does not include the
8506 ** outside the range of 0 to [sqlite3_str_length(X)] and do not read or
8510 SQLITE_API int sqlite3_str_length(sqlite3_str*);
H A Dshell.c7030 n = sqlite3_str_length(pStr);
H A Dsqlite3.c8726 ** [sqlite3_str_length()], and always return NULL from
8806 ** ^The [sqlite3_str_length(X)] method returns the current length, in bytes,
8808 ** ^The length returned by [sqlite3_str_length(X)] does not include the
8819 ** outside the range of 0 to [sqlite3_str_length(X)] and do not read or
8823 SQLITE_API int sqlite3_str_length(sqlite3_str*);
31954 SQLITE_API int sqlite3_str_length(sqlite3_str *p){ function
136124 #define sqlite3_str_length macro
[all...]

Completed in 670 milliseconds