Searched refs:sqlite3_value_bytes (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 517 #define sqlite3_value_bytes sqlite3_api->value_bytes macro
|
| H A D | shell.c | 4954 int nByte = sqlite3_value_bytes(argv[0]); in sha3Func() 5032 int n2 = sqlite3_value_bytes(pVal); in sha3UpdateFromValue() 5039 int n2 = sqlite3_value_bytes(pVal); in sha3UpdateFromValue() 5478 int nByte = sqlite3_value_bytes(argv[0]); in sha1Func() 5956 int n = sqlite3_value_bytes(pIn); in decimal_new() 5973 if( sqlite3_value_bytes(pIn)!=sizeof(r) ) break; in decimal_new() 6922 sqlite3_int64 nv = sqlite3_value_bytes(av[0]); in base64() 7284 sqlite3_value_bytes(av[0]) ); in is_base85() 7300 sqlite3_int64 nb, nc, nv = sqlite3_value_bytes(av[0]); in base85() 7583 && sqlite3_value_bytes(argv[0])==sizeof(r) in ieee754func() [all …]
|
| H A D | sqlite3.h | 6145 SQLITE_API int sqlite3_value_bytes(sqlite3_value*);
|
| H A D | sqlite3.c | 6466 SQLITE_API int sqlite3_value_bytes(sqlite3_value*); 26592 n = sqlite3_value_bytes(argv[i]); in isDate() 93883 SQLITE_API int sqlite3_value_bytes(sqlite3_value *pVal){ function 95080 int val = sqlite3_value_bytes( columnMem(pStmt,i) ); 124373 sampleSetRowid(p->db, &p->current, sqlite3_value_bytes(argv[2]), 134058 sqlite3_result_int(context, sqlite3_value_bytes(argv[0])); 134095 sqlite3_result_int(context, sqlite3_value_bytes(argv[0])); 134101 sqlite3_result_int64(context, sqlite3_value_bytes(argv[0])*m); 134106 sqlite3_result_int(context, sqlite3_value_bytes(argv[0])); 134194 nHaystack = sqlite3_value_bytes(argv[0]); [all …]
|
| /freebsd/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 1060 int bytes = sqlite3_value_bytes(pIn); in tclSqlFunc() 1083 int bytes = sqlite3_value_bytes(pIn); in tclSqlFunc()
|