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() 5953 int n = sqlite3_value_bytes(pIn); in decimal_new() 5970 if( sqlite3_value_bytes(pIn)!=sizeof(r) ) break; in decimal_new() 6909 sqlite3_int64 nv = sqlite3_value_bytes(av[0]); in base64() 7271 sqlite3_value_bytes(av[0]) ); in is_base85() 7287 sqlite3_int64 nb, nc, nv = sqlite3_value_bytes(av[0]); in base85() 7570 && sqlite3_value_bytes(argv[0])==sizeof(r) in ieee754func() [all …]
|
| H A D | sqlite3.h | 6143 SQLITE_API int sqlite3_value_bytes(sqlite3_value*);
|
| H A D | sqlite3.c | 6464 SQLITE_API int sqlite3_value_bytes(sqlite3_value*); 26562 n = sqlite3_value_bytes(argv[i]); in isDate() 93725 SQLITE_API int sqlite3_value_bytes(sqlite3_value *pVal){ function 94922 int val = sqlite3_value_bytes( columnMem(pStmt,i) ); 124165 sampleSetRowid(p->db, &p->current, sqlite3_value_bytes(argv[2]), 133850 sqlite3_result_int(context, sqlite3_value_bytes(argv[0])); 133887 sqlite3_result_int(context, sqlite3_value_bytes(argv[0])); 133893 sqlite3_result_int64(context, sqlite3_value_bytes(argv[0])*m); 133898 sqlite3_result_int(context, sqlite3_value_bytes(argv[0])); 133986 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()
|