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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1010 const apr_size_t pattern_len = sqlite3_value_bytes(argv[0]);
1012 const apr_size_t string_len = sqlite3_value_bytes(argv[1]);
1029 escape_len = sqlite3_value_bytes(argv[2]);
/freebsd-11-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-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h478 #define sqlite3_value_bytes sqlite3_api->value_bytes macro
H A Dshell.c1901 int nByte = sqlite3_value_bytes(argv[0]);
2499 sqlite3_int64 n = fwrite(z, 1, sqlite3_value_bytes(pData), out);
2500 nWrite = sqlite3_value_bytes(pData);
3486 pCur->nPrefix = sqlite3_value_bytes(argv[iArg]);
3494 pCur->nLine = sqlite3_value_bytes(argv[iArg]);
4595 n = sqlite3_value_bytes(pIn);
5256 && sqlite3_value_bytes(argv[0])==sizeof(r)
5361 && sqlite3_value_bytes(argv[0])==sizeof(double)
7140 int nBlob = sqlite3_value_bytes(argv[0]);
7477 int nIn = sqlite3_value_bytes(apVa
[all...]
H A Dsqlite3.h4874 ** or [sqlite3_value_bytes()], the behavior is not threadsafe.
5332 ** <tr><td><b>sqlite3_value_bytes</b><td>&rarr;<td>Size of a BLOB
5415 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
5432 ** <li> sqlite3_value_bytes()
5452 SQLITE_API int sqlite3_value_bytes(sqlite3_value*);
H A Dsqlite3.c5937 ** or [sqlite3_value_bytes()], the behavior is not threadsafe.
6395 ** <tr><td><b>sqlite3_value_bytes</b><td>&rarr;<td>Size of a BLOB
6478 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
6495 ** <li> sqlite3_value_bytes()
6515 SQLITE_API int sqlite3_value_bytes(sqlite3_value*);
22890 n = sqlite3_value_bytes(argv[i]);
83812 SQLITE_API int sqlite3_value_bytes(sqlite3_value *pVal){ function
125868 #define sqlite3_value_bytes macro
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c963 int bytes = sqlite3_value_bytes(pIn);
986 int bytes = sqlite3_value_bytes(pIn);

Completed in 1046 milliseconds