| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3ext.h | 45 int (*bind_value)(sqlite3_stmt*,int,const sqlite3_value*); 74 sqlite3_value* (*column_value)(sqlite3_stmt*,int iCol); 83 void (*xFunc)(sqlite3_context*,int,sqlite3_value**), 84 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 87 void (*xFunc)(sqlite3_context*,int,sqlite3_value**), 88 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 132 void (*result_value)(sqlite3_context*,sqlite3_value*); 148 const void * (*value_blob)(sqlite3_value*); 149 int (*value_bytes)(sqlite3_value*); 150 int (*value_bytes16)(sqlite3_value*); [all …]
|
| H A D | sqlite3.h | 4526 typedef struct sqlite3_value sqlite3_value; typedef 4693 SQLITE_API int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*); 5259 SQLITE_API sqlite3_value *sqlite3_column_value(sqlite3_stmt*, int iCol); 5461 void (*xFunc)(sqlite3_context*,int,sqlite3_value**), 5462 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 5471 void (*xFunc)(sqlite3_context*,int,sqlite3_value**), 5472 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 5481 void (*xFunc)(sqlite3_context*,int,sqlite3_value**), 5482 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 5492 void (*xStep)(sqlite3_context*,int,sqlite3_value**), [all …]
|
| H A D | shell.c | 2032 sqlite3_value **apVal in shellStrtod() 2050 sqlite3_value **apVal in shellDtostr() 2071 sqlite3_value **apVal in shellModuleSchema() 2107 sqlite3_value **apVal in shellAddSchemaName() 3325 sqlite3_value **argv in sha3Func() 3404 sqlite3_value **argv in sha3QueryFunc() 3823 sqlite3_value *pIn, /* Construct the decimal object from this */ in decimal_new() 4032 sqlite3_value **argv in decimalCmpFunc() 4301 sqlite3_value **argv in decimalFunc() 4349 sqlite3_value **argv in decimalAddFunc() [all …]
|
| H A D | sqlite3.c | 4839 typedef struct sqlite3_value sqlite3_value; typedef 5006 SQLITE_API int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*); 5572 SQLITE_API sqlite3_value *sqlite3_column_value(sqlite3_stmt*, int iCol); 5774 void (*xFunc)(sqlite3_context*,int,sqlite3_value**), 5775 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 5784 void (*xFunc)(sqlite3_context*,int,sqlite3_value**), 5785 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 5794 void (*xFunc)(sqlite3_context*,int,sqlite3_value**), 5795 void (*xStep)(sqlite3_context*,int,sqlite3_value**), 5805 void (*xStep)(sqlite3_context*,int,sqlite3_value**), [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| H A D | sqlite3.d | 795 struct sqlite3_value; 823 int sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*); 926 sqlite3_value *sqlite3_column_value(sqlite3_stmt*, int iCol); 947 void function (sqlite3_context*,int,sqlite3_value**) xFunc, 948 void function (sqlite3_context*,int,sqlite3_value**) xStep, 958 void function (sqlite3_context*,int,sqlite3_value**) xFunc, 959 void function (sqlite3_context*,int,sqlite3_value**) xStep, 969 void function (sqlite3_context*,int,sqlite3_value**) xFunc, 970 void function (sqlite3_context*,int,sqlite3_value**) xStep, 1013 const (void)* sqlite3_value_blob(sqlite3_value*); [all …]
|
| /netbsd-src/external/public-domain/sqlite/man/ |
| H A D | Makefile | 203 sqlite3_value.3 \
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | apropos-utils.c | 247 zip(sqlite3_context *pctx, int nval, sqlite3_value **apval) in zip() 268 unzip(sqlite3_context *pctx, int nval, sqlite3_value **apval) in unzip() 475 rank_func(sqlite3_context *pctx, int nval, sqlite3_value **apval) in rank_func()
|
| /netbsd-src/external/public-domain/sqlite/dist/tea/generic/ |
| H A D | tclsqlite3.c | 963 static void tclSqlFunc(sqlite3_context *context, int argc, sqlite3_value**argv){ in tclSqlFunc() 997 sqlite3_value *pIn = argv[i]; in tclSqlFunc() 3605 sqlite3_value *pValue; in DbObjCmd()
|