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

/netbsd-current/usr.sbin/makemandb/
H A Dapropos-utils.c255 nin = sqlite3_value_bytes(apval[0]);
278 stream.avail_in = sqlite3_value_bytes(apval[0]);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h507 #define sqlite3_value_bytes sqlite3_api->value_bytes macro
H A Dshell.c3329 int nByte = sqlite3_value_bytes(argv[0]);
3835 int n = sqlite3_value_bytes(pIn);
3852 if( sqlite3_value_bytes(pIn)!=sizeof(r) ) break;
4738 int nb, nc, nv = sqlite3_value_bytes(av[0]);
5098 sqlite3_value_bytes(av[0]) );
5114 int nb, nc, nv = sqlite3_value_bytes(av[0]);
5397 && sqlite3_value_bytes(argv[0])==sizeof(r)
5506 && sqlite3_value_bytes(argv[0])==sizeof(double)
7484 sqlite3_int64 n = fwrite(z, 1, sqlite3_value_bytes(pData), out);
7485 nWrite = sqlite3_value_bytes(pDat
[all...]
H A Dsqlite3.h5150 ** or [sqlite3_value_bytes()], the behavior is not threadsafe.
5645 ** <tr><td><b>sqlite3_value_bytes</b><td>&rarr;<td>Size of a BLOB
5728 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
5745 ** <li> sqlite3_value_bytes()
5765 SQLITE_API int sqlite3_value_bytes(sqlite3_value*);
5782 ** [sqlite3_value_text16le(X)], [sqlite3_value_bytes(X)], or
H A Dsqlite3.c5463 ** or [sqlite3_value_bytes()], the behavior is not threadsafe.
5958 ** <tr><td><b>sqlite3_value_bytes</b><td>&rarr;<td>Size of a BLOB
6041 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
6058 ** <li> sqlite3_value_bytes()
6078 SQLITE_API int sqlite3_value_bytes(sqlite3_value*);
6095 ** [sqlite3_value_text16le(X)], [sqlite3_value_bytes(X)], or
90068 SQLITE_API int sqlite3_value_bytes(sqlite3_value *pVal){ function
135979 #define sqlite3_value_bytes macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1015 int sqlite3_value_bytes(sqlite3_value*);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1003 int bytes = sqlite3_value_bytes(pIn);
1026 int bytes = sqlite3_value_bytes(pIn);

Completed in 765 milliseconds