Searched refs:sqlite3_value_bytes (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1017 const apr_size_t pattern_len = sqlite3_value_bytes(argv[0]);
1019 const apr_size_t string_len = sqlite3_value_bytes(argv[1]);
1036 escape_len = sqlite3_value_bytes(argv[2]);
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h346 #define sqlite3_value_bytes sqlite3_api->value_bytes macro
H A Dsqlite3.h3464 ** or [sqlite3_value_bytes()], then the behavior is undefined.
3810 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
3817 SQLITE_API int sqlite3_value_bytes(sqlite3_value*);
H A Dsqlite3.c4017 ** or [sqlite3_value_bytes()], then the behavior is undefined.
4363 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
4370 SQLITE_API int sqlite3_value_bytes(sqlite3_value*);
61695 SQLITE_API int sqlite3_value_bytes(sqlite3_value *pVal){ function
89238 #define sqlite3_value_bytes macro
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3ext.h423 #define sqlite3_value_bytes sqlite3_api->value_bytes macro
H A Dsqlite3.h4189 ** or [sqlite3_value_bytes()], the behavior is not threadsafe.
4553 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
4560 SQLITE_API int SQLITE_STDCALL sqlite3_value_bytes(sqlite3_value*);
H A Dsqlite3.c4449 ** or [sqlite3_value_bytes()], the behavior is not threadsafe.
4813 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
4820 SQLITE_API int SQLITE_STDCALL sqlite3_value_bytes(sqlite3_value*);
75126 SQLITE_API int SQLITE_STDCALL sqlite3_value_bytes(sqlite3_value *pVal){ function
109249 #define sqlite3_value_bytes macro
[all...]
/freebsd-10-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c940 int bytes = sqlite3_value_bytes(pIn);
963 int bytes = sqlite3_value_bytes(pIn);

Completed in 1700 milliseconds