Searched refs:sqlite3_value_bytes (Results 1 – 5 of 5) sorted by relevance
| /freebsd-src/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 507 #define sqlite3_value_bytes sqlite3_api->value_bytes macro
|
| H A D | shell.c | 3343 int nByte = sqlite3_value_bytes(argv[0]); in sha3Func() 3849 int n = sqlite3_value_bytes(pIn); in decimal_new() 3866 if( sqlite3_value_bytes(pIn)!=sizeof(r) ) break; in decimal_new() 4752 int nb, nc, nv = sqlite3_value_bytes(av[0]); in fromBase64() 5112 sqlite3_value_bytes(av[0]) ); in is_base85() 5128 int nb, nc, nv = sqlite3_value_bytes(av[0]); in is_base85() 5411 && sqlite3_value_bytes(argv[0])==sizeof(r) in ieee754func() 5520 && sqlite3_value_bytes(argv[0])==sizeof(double) in ieee754func_from_blob() 7556 sqlite3_int64 n = fwrite(z, 1, sqlite3_value_bytes(pData), out); in writeFile() 7557 nWrite = sqlite3_value_bytes(pDat in writeFile() [all...] |
| H A D | sqlite3.h | 5169 ** or [sqlite3_value_bytes()], the behavior is not threadsafe. 5664 ** <tr><td><b>sqlite3_value_bytes</b><td>→<td>Size of a BLOB 5747 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()], 5764 ** <li> sqlite3_value_bytes() 5784 SQLITE_API int sqlite3_value_bytes(sqlite3_value*); 5801 ** [sqlite3_value_text16le(X)], [sqlite3_value_bytes(X)], or
|
| H A D | sqlite3.c | 5482 ** or [sqlite3_value_bytes()], the behavior is not threadsafe. 5977 ** <tr><td><b>sqlite3_value_bytes</b><td>→<td>Size of a BLOB 6060 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()], 6077 ** <li> sqlite3_value_bytes() 6097 SQLITE_API int sqlite3_value_bytes(sqlite3_value*); 6114 ** [sqlite3_value_text16le(X)], [sqlite3_value_bytes(X)], or [all...] |
| /freebsd-src/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 1003 int bytes = sqlite3_value_bytes(pIn); in tclSqlFunc() 1026 int bytes = sqlite3_value_bytes(pIn); in tclSqlFunc()
|