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

/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos-utils.c213 nin = sqlite3_value_bytes(apval[0]);
234 stream.avail_in = sqlite3_value_bytes(apval[0]);
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h367 #define sqlite3_value_bytes sqlite3_api->value_bytes macro
H A Dsqlite3.h3555 ** or [sqlite3_value_bytes()], then the behavior is undefined.
3901 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
3908 SQLITE_API int sqlite3_value_bytes(sqlite3_value*);
H A Dsqlite3.c4105 ** or [sqlite3_value_bytes()], then the behavior is undefined.
4451 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
4458 SQLITE_API int sqlite3_value_bytes(sqlite3_value*);
62792 SQLITE_API int sqlite3_value_bytes(sqlite3_value *pVal){ function
91214 #define sqlite3_value_bytes macro
[all...]

Completed in 352 milliseconds