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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h508 #define sqlite3_value_bytes16 sqlite3_api->value_bytes16 macro
H A Dsqlite3.h5647 ** <tr><td><b>sqlite3_value_bytes16&nbsp;&nbsp;</b>
5728 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
5746 ** <li> sqlite3_value_bytes16()
5766 SQLITE_API int sqlite3_value_bytes16(sqlite3_value*);
5783 ** [sqlite3_value_bytes16(X)] might change the encoding of the value X and
H A Dsqlite3.c5960 ** <tr><td><b>sqlite3_value_bytes16&nbsp;&nbsp;</b>
6041 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
6059 ** <li> sqlite3_value_bytes16()
6079 SQLITE_API int sqlite3_value_bytes16(sqlite3_value*);
6096 ** [sqlite3_value_bytes16(X)] might change the encoding of the value X and
90071 SQLITE_API int sqlite3_value_bytes16(sqlite3_value *pVal){ function
135980 #define sqlite3_value_bytes16 macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1017 int sqlite3_value_bytes16(sqlite3_value*);

Completed in 537 milliseconds